Re: [viff-devel] Accessing functions in Protocol from outside

2009-05-13 Thread Håvard Vegge
Your answer was useful, thanks! Well, I'm still here, playing around with VIFF and a simple web application, while I really should have been writing my master's thesis;-) Now my only problem is to get my VIFF program and SimpleXMLRPCServer to work together. I have three MPC servers which rece

Re: [viff-devel] Accessing functions in Protocol from outside

2009-05-13 Thread Martin Geisler
Håvard Vegge writes: Hi Håvard, good to hear from you! > I have a program with two classes (as outlined below). From the > class MyFunctions I would like to call a function in the class > Protocol, is this possible? Normally one would save the instance of > a class p = Protocol() and then be abl

[viff-devel] Accessing functions in Protocol from outside

2009-05-13 Thread Håvard Vegge
Hi! I have a program with two classes (as outlined below). From the class MyFunctions I would like to call a function in the class Protocol, is this possible? Normally one would save the instance of a class p = Protocol() and then be able to call p.some_function()... But I don't see how this