Public Member Functions | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. | |
Sum (XmlRpcServer *s) | |
Sum (XmlRpcServer *s) |
Definition at line 45 of file HelloServer.cpp.
Sum::Sum | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 48 of file HelloServer.cpp.
Sum::Sum | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 48 of file port_zero_server.cpp.
void Sum::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 50 of file HelloServer.cpp.
void Sum::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 50 of file port_zero_server.cpp.