forked from Tr0n/client
Solution refactoring and restructuring, removed Boost dependency, removed unused tools
This commit is contained in:
13
src/UserInterface/PythonExceptionSender.h
Normal file
13
src/UserInterface/PythonExceptionSender.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
class CPythonExceptionSender : public IPythonExceptionSender
|
||||
{
|
||||
public:
|
||||
CPythonExceptionSender();
|
||||
virtual ~CPythonExceptionSender();
|
||||
|
||||
void Send();
|
||||
|
||||
protected:
|
||||
std::set<DWORD> m_kSet_dwSendedExceptionCRC;
|
||||
};
|
Reference in New Issue
Block a user