BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
XmlRpcServerMethod.cpp
Go to the documentation of this file.
1
3#include "XmlRpcServer.h"
4
5namespace XmlRpc {
6
8 _name = name;
9 _server = server;
10 if ( _server ) _server->addMethod( this );
11 }
12
14 if ( _server ) _server->removeMethod( this );
15 }
16
17} // namespace XmlRpc
std::string & name()
Returns the name of the method.
XmlRpcServerMethod(std::string const &name, XmlRpcServer *server=0)
Constructor.
virtual ~XmlRpcServerMethod()
Destructor.
A class to handle XML RPC requests.