$search

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. | |
| HelloName (XmlRpcServer *s) | |
| HelloName (XmlRpcServer *s) | |
Definition at line 30 of file HelloServer.cpp.
| HelloName::HelloName | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 33 of file HelloServer.cpp.
| HelloName::HelloName | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 33 of file port_zero_server.cpp.
| void HelloName::execute | ( | XmlRpcValue & | params, | |
| XmlRpcValue & | result | |||
| ) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 35 of file port_zero_server.cpp.
| void HelloName::execute | ( | XmlRpcValue & | params, | |
| XmlRpcValue & | result | |||
| ) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 35 of file HelloServer.cpp.