Add LeakChecked qualifiers to key classes

This commit is contained in:
Vinnie Falco
2013-06-30 03:49:41 -07:00
parent c46b35732a
commit 68179cfce3
38 changed files with 93 additions and 67 deletions

View File

@@ -7,7 +7,9 @@
#ifndef __RPCSERVER__
#define __RPCSERVER__
class RPCServer : public boost::enable_shared_from_this<RPCServer>
class RPCServer
: public boost::enable_shared_from_this<RPCServer>
, LeakChecked <RPCServer>
{
public: