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