Add some forward declarations

This commit is contained in:
Vinnie Falco
2013-08-31 13:15:50 -07:00
parent 11a09879a9
commit f5db655c47
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
#ifndef RIPPLE_RPCSERVERHANDLER_H_INCLUDED
#define RIPPLE_RPCSERVERHANDLER_H_INCLUDED
class NetworkOPs;
/** Handles RPC requests.
*/
class RPCServerHandler : public RPCServer::Handler

View File

@@ -16,6 +16,7 @@ class Peers;
class IProofOfWorkFactory;
class UniqueNodeList;
class IValidations;
class Validators;
class NodeStore;
class JobQueue;