mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Split up RPCService
This commit is contained in:
24
src/ripple/rpc/impl/Service.cpp
Normal file
24
src/ripple/rpc/impl/Service.cpp
Normal file
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
namespace ripple {
|
||||
namespace RPC {
|
||||
|
||||
Service::Service ()
|
||||
{
|
||||
}
|
||||
|
||||
Service::~Service ()
|
||||
{
|
||||
}
|
||||
|
||||
Handlers const& Service::handlers() const
|
||||
{
|
||||
return m_handlers;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user