This commit is contained in:
2013-09-02 18:23:01 +00:00
parent 0707f4d0ef
commit 541823d843
6 changed files with 35 additions and 13 deletions

View File

@@ -3,12 +3,12 @@
#include "stdafx.h"
#include "EventHandler.h"
void CEventHandler::SetIEventHandler(IEventHandler* pIEventHandler)
void CEventHandlerSysDib::SetIEventHandler(IEventHandler* pIEventHandler)
{
m_pIEventHandler = pIEventHandler;
}
void __stdcall CEventHandler::Received()
void __stdcall CEventHandlerSysDib::Received()
{
ASSERT(NULL != m_pIEventHandler);