mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add some forward declarations
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#ifndef RIPPLE_RPCSERVERHANDLER_H_INCLUDED
|
||||
#define RIPPLE_RPCSERVERHANDLER_H_INCLUDED
|
||||
|
||||
class NetworkOPs;
|
||||
|
||||
/** Handles RPC requests.
|
||||
*/
|
||||
class RPCServerHandler : public RPCServer::Handler
|
||||
|
||||
@@ -16,6 +16,7 @@ class Peers;
|
||||
class IProofOfWorkFactory;
|
||||
class UniqueNodeList;
|
||||
class IValidations;
|
||||
class Validators;
|
||||
|
||||
class NodeStore;
|
||||
class JobQueue;
|
||||
|
||||
Reference in New Issue
Block a user