Changeset 4705 for source/ariba/utility
- Timestamp:
- Jul 3, 2009, 9:13:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/EnterMethod.h
r4699 r4705 40 40 #define ENTER_METHOD_H__ 41 41 42 /* 42 43 #include "ariba/utility/system/SystemEventListener.h" 43 44 #include "ariba/utility/system/SystemQueue.h" … … 47 48 #include <boost/thread/thread.hpp> 48 49 #include <boost/bind.hpp> 50 */ 49 51 52 /* 50 53 using ariba::utility::SystemEventType; 51 54 using ariba::utility::SystemQueue; 52 55 using ariba::utility::SystemEventListener; 56 */ 53 57 54 58 namespace ariba { 55 59 namespace utility { 56 60 57 class EnterMethod : public SystemEventListener{61 class EnterMethod /*: public SystemEventListener */{ 58 62 public: 59 63 EnterMethod();
Note:
See TracChangeset
for help on using the changeset viewer.