Peer::getSessionCookie

This commit is contained in:
JoelKatz
2012-04-28 17:40:40 -07:00
parent aa570192dc
commit daf696042d
2 changed files with 23 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ protected:
void recvGetLedger(newcoin::TMGetLedger& packet);
void recvLedger(newcoin::TMLedgerData& packet);
std::vector<unsigned char> getSessionCookie();
public:
typedef boost::shared_ptr<Peer> pointer;