Initial commit: client source
This commit is contained in:
@@ -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