Public Member Functions | |
EasyStructTest (XmlRpcServer *s) | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. |
Definition at line 79 of file Validator.cpp.
EasyStructTest::EasyStructTest | ( | XmlRpcServer * | s | ) | [inline] |
Definition at line 82 of file Validator.cpp.
void EasyStructTest::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) | [inline, virtual] |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 84 of file Validator.cpp.