BOSS
7.1.3
BESIII Offline Software System
Loading...
Searching...
No Matches
XmlRpcServerMethod.cpp
Go to the documentation of this file.
1
2
#include "
XmlRpcServerMethod.h
"
3
#include "
XmlRpcServer.h
"
4
5
namespace
XmlRpc
{
6
7
8
XmlRpcServerMethod::XmlRpcServerMethod
(std::string
const
&
name
,
XmlRpcServer
* server)
9
{
10
_name
=
name
;
11
_server
= server;
12
if
(
_server
)
_server
->addMethod(
this
);
13
}
14
15
XmlRpcServerMethod::~XmlRpcServerMethod
()
16
{
17
if
(
_server
)
_server
->removeMethod(
this
);
18
}
19
20
21
}
// namespace XmlRpc
XmlRpcServerMethod.h
XmlRpcServer.h
XmlRpc::XmlRpcServerMethod::_server
XmlRpcServer * _server
Definition
XmlRpcServerMethod.h:43
XmlRpc::XmlRpcServerMethod::name
std::string & name()
Returns the name of the method.
Definition
XmlRpcServerMethod.h:32
XmlRpc::XmlRpcServerMethod::_name
std::string _name
Definition
XmlRpcServerMethod.h:42
XmlRpc::XmlRpcServerMethod::XmlRpcServerMethod
XmlRpcServerMethod(std::string const &name, XmlRpcServer *server=0)
Constructor.
Definition
XmlRpcServerMethod.cpp:8
XmlRpc::XmlRpcServerMethod::~XmlRpcServerMethod
virtual ~XmlRpcServerMethod()
Destructor.
Definition
XmlRpcServerMethod.cpp:15
XmlRpc::XmlRpcServer
A class to handle XML RPC requests.
Definition
XmlRpcServer.h:33
XmlRpc
Definition
XmlRpc.h:35
7.1.3
Utilities
JobInfoSvc
JobInfoSvc-00-01-00
xmlrpc++0.7
src
XmlRpcServerMethod.cpp
Generated by
1.13.2