Changeset af5bc4b in nscp for NSClient++.h
- Timestamp:
- 05/18/05 22:46:09 (8 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 1d9338a
- Parents:
- 1e62ed5
- File:
-
- 1 edited
-
NSClient++.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NSClient++.h
rcea178b raf5bc4b 7 7 #include <Mutex.h> 8 8 #include <NSCAPI.h> 9 #include <MutexRW.h> 9 10 10 11 … … 42 43 pluginList messageHandlers_; 43 44 std::string basePath; 44 MutexHandler pluginMutex; 45 MutexHandler internalVariables; 46 // MutexHandler pluginMutex; 45 47 MutexHandler messageMutex; 48 MutexRW m_mutexRW; 46 49 47 50 public:
Note: See TracChangeset
for help on using the changeset viewer.








