Merge pull request #72 from mabrand/fix3

windows build fix: add missing member declaration
This commit is contained in:
Vincent Richard 2014-03-26 23:31:53 +01:00
commit 4cf7e02132

View File

@ -73,6 +73,7 @@ public:
const string getPeerAddress() const;
shared_ptr <net::timeoutHandler> getTimeoutHandler();
shared_ptr <net::tracer> m_tracer;
void setTracer(shared_ptr <net::tracer> tracer);
shared_ptr <net::tracer> getTracer();