Home
last modified time | relevance | path

Searched refs:TestBase64 (Results 1 – 1 of 1) sorted by relevance

/external/xmlrpcpp/test/
DTestBase64Server.cpp22 class TestBase64 : public XmlRpcServerMethod class
25 TestBase64(XmlRpcServer* s) : XmlRpcServerMethod("TestBase64", s) {} in TestBase64() function in TestBase64
46 } TestBase64(&s); // This constructor registers the method with the server variable