

Public Member Functions | |
| TestServerClass (const std::string &IPAddr, const int p) | |
| std::string | executeTransaction (const std::string &request, compp::ASrvContext &Context) |
| TestServerClass (const std::string &IPAddr, const int p) | |
| std::string | executeTransaction (const std::string &request, compp::SSrvContext &Context) |
Definition at line 12 of file ExampleASrv.cpp.
| TestServerClass::TestServerClass | ( | const std::string & | IPAddr, | |
| const int | p | |||
| ) | [inline] |
Definition at line 15 of file ExampleASrv.cpp.
| TestServerClass::TestServerClass | ( | const std::string & | IPAddr, | |
| const int | p | |||
| ) | [inline] |
Definition at line 16 of file ExampleSSrv.cpp.
| std::string TestServerClass::executeTransaction | ( | const std::string & | request, | |
| compp::SSrvContext & | Context | |||
| ) | [inline, virtual] |
Reimplemented from compp::SSrv.
Definition at line 20 of file ExampleSSrv.cpp.
| std::string TestServerClass::executeTransaction | ( | const std::string & | request, | |
| compp::ASrvContext & | Context | |||
| ) | [inline, virtual] |
Reimplemented from compp::ASrv.
Definition at line 18 of file ExampleASrv.cpp.
1.6.3