Added leak checking.

This commit is contained in:
hiker 2015-10-27 08:44:28 +11:00
parent b47b8bd196
commit c511fc48af

View File

@ -25,6 +25,7 @@
#include "network/network_string.hpp"
#include "network/types.hpp"
#include "utils/leak_check.hpp"
#include "utils/no_copy.hpp"
#include "utils/types.hpp"
@ -73,6 +74,7 @@ enum ProtocolState
*/
class Protocol : public NoCopy
{
LEAK_CHECK()
protected:
/** The type of the protocol. */
ProtocolType m_type;