Changeset 4699 for source/ariba/utility/system/SystemQueue.h
- Timestamp:
- Jul 3, 2009, 8:43:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/SystemQueue.h
r3690 r4699 80 80 class SystemQueue : public cSimpleModule { 81 81 #endif 82 82 83 use_logging_h(SystemQueue); 84 friend class EnterMethod; 83 85 public: 84 86 /** … … 137 139 138 140 protected: 141 142 /** 143 * Aqcuire the mutex 144 */ 145 void enterMethod(); 146 147 /** 148 * Leave the mutex 149 */ 150 void leaveMethod(); 139 151 140 152 /**
Note:
See TracChangeset
for help on using the changeset viewer.