This commit is contained in:
11
HookMsg/EventHandler.cpp
Normal file
11
HookMsg/EventHandler.cpp
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
// EventHandler.cpp
|
||||||
|
|
||||||
|
#include "stdafx.h"
|
||||||
|
#include "EventHandler.h"
|
||||||
|
|
||||||
|
void __stdcall CEventHandler::Received()
|
||||||
|
{
|
||||||
|
ASSERT(NULL != m_pIEventHandler);
|
||||||
|
|
||||||
|
m_pIEventHandler->Received();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user