Changeset b749b8d in nscp for NSClient++.h
- Timestamp:
- 11/04/07 17:35:28 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 22d2739
- Parents:
- 12edcec
- File:
-
- 1 edited
-
NSClient++.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
NSClient++.h
r12edcec rb749b8d 66 66 MutexHandler messageMutex; 67 67 MutexRW m_mutexRW; 68 bool debug_; 68 69 69 70 public: 70 71 // c-tor, d-tor 71 NSClientT(void) {}72 NSClientT(void) : debug_(false) {} 72 73 virtual ~NSClientT(void) {} 74 void enableDebug(bool debug = true) { 75 debug_ = debug; 76 } 73 77 74 78 // Service helper functions 75 bool InitiateService( void);79 bool InitiateService(); 76 80 void TerminateService(void); 77 81 static void WINAPI service_main_dispatch(DWORD dwArgc, LPTSTR *lpszArgv);
Note: See TracChangeset
for help on using the changeset viewer.








