mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add LeakChecked qualifiers to key classes
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user