Integrate websocket door into Application.

This commit is contained in:
Arthur Britto
2012-06-22 00:29:27 -07:00
parent ff36f551e9
commit 408fe7400d
2 changed files with 17 additions and 11 deletions

View File

@@ -12,6 +12,7 @@
#include "Wallet.h"
#include "Peer.h"
#include "NetworkOPs.h"
#include "WSDoor.h"
#include "TaggedCache.h"
#include "ValidationCollection.h"
#include "Suppression.h"
@@ -54,6 +55,7 @@ class Application
ConnectionPool mConnectionPool;
PeerDoor* mPeerDoor;
RPCDoor* mRPCDoor;
WSDoor* mWSDoor;
uint256 mNonce256;
std::size_t mNonceST;