PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
RPCServer Namespace Reference

Functions

void OnStarted (boost::function< void()> slot)
 
void OnStopped (boost::function< void()> slot)
 
void OnPreCommand (boost::function< void(const CRPCCommand &)> slot)
 
void OnPostCommand (boost::function< void(const CRPCCommand &)> slot)
 

Function Documentation

◆ OnPostCommand()

void RPCServer::OnPostCommand ( boost::function< void(const CRPCCommand &)>  slot)

Definition at line 66 of file server.cpp.

◆ OnPreCommand()

void RPCServer::OnPreCommand ( boost::function< void(const CRPCCommand &)>  slot)

Definition at line 62 of file server.cpp.

Here is the caller graph for this function:

◆ OnStarted()

void RPCServer::OnStarted ( boost::function< void()>  slot)

Definition at line 54 of file server.cpp.

Here is the caller graph for this function:

◆ OnStopped()

void RPCServer::OnStopped ( boost::function< void()>  slot)

Definition at line 58 of file server.cpp.

Here is the caller graph for this function: