Hide RPCDoor implementation and use RippleSSLContext

This commit is contained in:
Vinnie Falco
2013-08-31 11:39:29 -07:00
parent e256716da8
commit a9f6d67bba
10 changed files with 153 additions and 280 deletions

View File

@@ -577,7 +577,7 @@ public:
}
else
{
m_wsSSLContext = RippleSSLContext::createBare ();
m_wsSSLContext = RippleSSLContext::createWebSocket ();
}
// Create private listening WebSocket socket
@@ -627,7 +627,7 @@ public:
{
try
{
mRPCDoor = new RPCDoor (m_mainService, m_rpcServerHandler);
mRPCDoor = RPCDoor::New (m_mainService, m_rpcServerHandler);
}
catch (const std::exception& e)
{