|
Dev Essential
|
#include <rpc_server.h>
Inherited by rpc::cRPCObjectsRegistry.
Public Member Functions | |
| virtual a_util::result::Result | RegisterRPCObject (const char *strName, IRPCObject *pObject)=0 |
| virtual a_util::result::Result | UnregisterRPCObject (const char *strName)=0 |
Interface for an RPC server that handles multiple RPC objects
|
pure virtual |
Register an RPC object
| [in] | strName | The name of the object. |
| [in] | pObject | The object. |
Implemented in rpc::cRPCObjectsRegistry.
|
pure virtual |
Unregisters an RPC object
| [in] | strName | The name of the object. |
Implemented in rpc::cRPCObjectsRegistry.