Changeset 213
- Timestamp:
- 11/10/09 19:57:35 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
include/strEx.h (modified) (1 diff)
-
service/NSClient++.cpp (modified) (2 diffs)
-
service/NSClient++.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/strEx.h
r208 r213 274 274 } 275 275 */ 276 static const __int64SECS_BETWEEN_EPOCHS = 11644473600;277 static const __int64SECS_TO_100NS = 10000000;276 static const unsigned long long SECS_BETWEEN_EPOCHS = 11644473600; 277 static const unsigned long long SECS_TO_100NS = 10000000; 278 278 279 279 inline std::wstring format_filetime(unsigned long long filetime, std::wstring format = _T("%Y-%m-%d %H:%M:%S")) { -
trunk/service/NSClient++.cpp
r211 r213 975 975 exitCore(true); 976 976 } 977 977 #ifdef WIN32x 978 978 /** 979 979 * Forward this to the main service dispatcher helper class … … 1000 1000 mainClient.service_ctrl_ex(dwCtrlCode, NULL, NULL, NULL); 1001 1001 } 1002 1002 #endif 1003 1003 1004 1004 void NSClientT::service_on_session_changed(unsigned long dwSessionId, bool logon, unsigned long dwEventType) { -
trunk/service/NSClient++.h
r211 r213 137 137 bool initCore(bool boot); 138 138 bool exitCore(bool boot); 139 #ifdef WIN32x 139 140 static void WINAPI service_main_dispatch(DWORD dwArgc, LPTSTR *lpszArgv); 140 141 static void WINAPI service_ctrl_dispatch(DWORD dwCtrlCode); 141 142 static DWORD WINAPI service_ctrl_dispatch_ex(DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext); 143 #endif 142 144 void service_on_session_changed(DWORD dwSessionId, bool logon, DWORD dwEventType); 143 145
Note: See TracChangeset
for help on using the changeset viewer.







