Added leak checking.
This commit is contained in:
parent
b47b8bd196
commit
c511fc48af
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include "network/network_string.hpp"
|
#include "network/network_string.hpp"
|
||||||
#include "network/types.hpp"
|
#include "network/types.hpp"
|
||||||
|
#include "utils/leak_check.hpp"
|
||||||
#include "utils/no_copy.hpp"
|
#include "utils/no_copy.hpp"
|
||||||
#include "utils/types.hpp"
|
#include "utils/types.hpp"
|
||||||
|
|
||||||
@ -73,6 +74,7 @@ enum ProtocolState
|
|||||||
*/
|
*/
|
||||||
class Protocol : public NoCopy
|
class Protocol : public NoCopy
|
||||||
{
|
{
|
||||||
|
LEAK_CHECK()
|
||||||
protected:
|
protected:
|
||||||
/** The type of the protocol. */
|
/** The type of the protocol. */
|
||||||
ProtocolType m_type;
|
ProtocolType m_type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user