OverSim
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
XmlRpcServerMethod.cc
Go to the documentation of this file.
1
7
#include "
XmlRpcServerMethod.h
"
8
#include "
XmlRpcServer.h
"
9
10
namespace
XmlRpc {
11
12
13
XmlRpcServerMethod::XmlRpcServerMethod
(std::string
const
& name,
XmlRpcServer
* server)
14
{
15
_name
= name;
16
_server
= server;
17
if
(
_server
)
_server
->
addMethod
(
this
);
18
}
19
20
XmlRpcServerMethod::~XmlRpcServerMethod
()
21
{
22
if
(
_server
)
_server
->
removeMethod
(
this
);
23
}
24
25
26
}
// namespace XmlRpc
src
tier3
xmlrpcinterface
xmlrpc++
XmlRpcServerMethod.cc
Generated on Fri Dec 7 2012 13:37:53 for OverSim by
1.8.1.2