Changeset 4699 for source/ariba/utility/system/EnterMethod.h
- Timestamp:
- Jul 3, 2009, 8:43:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/EnterMethod.h
r4679 r4699 64 64 65 65 protected: 66 void handleSystemEvent(const SystemEvent& event);66 //void handleSystemEvent(const SystemEvent& event); 67 67 68 68 private: 69 /* 69 70 boost::condition_variable waitForEnter; 70 71 boost::condition_variable waitForLeave; … … 72 73 boost::mutex waitForEnterMutex; 73 74 boost::mutex waitForLeaveMutex; 74 75 */ 75 76 }; 76 77
Note:
See TracChangeset
for help on using the changeset viewer.