Changeset 390faae in nscp for trunk/NSClient++.h
- Timestamp:
- 11/04/07 17:35:28 (6 years ago)
- Children:
- 89ac56a
- Parents:
- 86fc50e
- File:
-
- 1 edited
-
trunk/NSClient++.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NSClient++.h
r86fc50e r390faae 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.








