Ignore:
Timestamp:
May 26, 2009, 4:27:55 PM (15 years ago)
Author:
Christoph Mayer
Message:

-einige fixed bzgl. link management, fehlerhafte serialisierer, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/onehop/OneHop.h

    r3690 r3705  
    4343#include "ariba/overlay/modules/OverlayInterface.h"
    4444#include "ariba/utility/logging/Logging.h"
     45#include "ariba/utility/system/Timer.h"
    4546
    4647using std::map;
     48using ariba::utility::Timer;
    4749
    4850namespace ariba {
    4951namespace overlay {
    5052
    51 class OneHop: public OverlayInterface {
     53class OneHop : public OverlayInterface, protected Timer {
    5254        use_logging_h( OneHop );
    5355public:
     
    5860
    5961protected:
     62
     63        /// @see Timer.h
     64        virtual void eventFunction();
     65
    6066        /// @see OverlayInterface.h
    6167        virtual void createOverlay();
Note: See TracChangeset for help on using the changeset viewer.