Initial
This commit is contained in:
18
watchdog/CBThunkCtrlHandler.cpp
Normal file
18
watchdog/CBThunkCtrlHandler.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include <watchdog/CBThunkCtrlHandler.hpp>
|
||||
|
||||
CBThunkCtrlHandler::~CBThunkCtrlHandler()
|
||||
{
|
||||
}
|
||||
|
||||
void CBThunkCtrlHandler::entryProc(DWORD control)
|
||||
{
|
||||
controlHandler(control);
|
||||
}
|
||||
|
||||
// *** virtuals
|
||||
|
||||
void CBThunkCtrlHandler::controlHandler(DWORD control)
|
||||
{
|
||||
::OutputDebugString("[CBThunkCtrlHandler::controlHandler]\n");
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user