#include #include namespace hel { namespace common { PrivateSingleton::~PrivateSingleton() { isExist_ = false; } } // namespace common } // namespace hel