Changeset 4706
- Timestamp:
- Jul 3, 2009, 9:22:39 AM (15 years ago)
- Location:
- source/ariba/utility/system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/EnterMethod.cpp
r4700 r4706 42 42 namespace utility { 43 43 44 SystemEventType EnterMethodType("EnterMethod");44 //SystemEventType EnterMethodType("EnterMethod"); 45 45 46 46 EnterMethod::EnterMethod(){ -
source/ariba/utility/system/EnterMethod.h
r4705 r4706 40 40 #define ENTER_METHOD_H__ 41 41 42 /*43 42 #include "ariba/utility/system/SystemEventListener.h" 44 43 #include "ariba/utility/system/SystemQueue.h" … … 48 47 #include <boost/thread/thread.hpp> 49 48 #include <boost/bind.hpp> 50 */51 49 52 /*53 50 using ariba::utility::SystemEventType; 54 51 using ariba::utility::SystemQueue; 55 52 using ariba::utility::SystemEventListener; 56 */57 53 58 54 namespace ariba {
Note:
See TracChangeset
for help on using the changeset viewer.