Changeset 3705 for source/ariba/overlay/modules/onehop/OneHop.h
- Timestamp:
- May 26, 2009, 4:27:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/onehop/OneHop.h
r3690 r3705 43 43 #include "ariba/overlay/modules/OverlayInterface.h" 44 44 #include "ariba/utility/logging/Logging.h" 45 #include "ariba/utility/system/Timer.h" 45 46 46 47 using std::map; 48 using ariba::utility::Timer; 47 49 48 50 namespace ariba { 49 51 namespace overlay { 50 52 51 class OneHop : public OverlayInterface{53 class OneHop : public OverlayInterface, protected Timer { 52 54 use_logging_h( OneHop ); 53 55 public: … … 58 60 59 61 protected: 62 63 /// @see Timer.h 64 virtual void eventFunction(); 65 60 66 /// @see OverlayInterface.h 61 67 virtual void createOverlay();
Note:
See TracChangeset
for help on using the changeset viewer.