#pragma once class CPythonExceptionSender : public IPythonExceptionSender { public: CPythonExceptionSender(); virtual ~CPythonExceptionSender(); void Send(); protected: std::set m_kSet_dwSendedExceptionCRC; };