Split up RPCService

This commit is contained in:
Vinnie Falco
2013-09-22 01:25:11 -07:00
parent b123b1a849
commit 5bd6fb27e6
18 changed files with 310 additions and 195 deletions

View File

@@ -17,7 +17,7 @@ namespace Validators
All operations are performed asynchronously on an internal thread.
*/
class Manager : public RPCService
class Manager : public RPC::Service
{
public:
/** Create a new Manager object.