Changeset 3055 for source/ariba/overlay/modules
- Timestamp:
- Apr 23, 2009, 5:55:59 PM (16 years ago)
- Location:
- source/ariba/overlay/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/OverlayInterface.h
r3054 r3055 40 40 #define __OVERLAY_INTERFACE_H 41 41 42 #include "ariba/CommunicationListener.h" 42 43 #include "ariba/communication/EndpointDescriptor.h" 43 #include "ariba/interface/ServiceInterface.h"44 44 #include "ariba/overlay/modules/OverlayStructureEvents.h" 45 45 #include "ariba/utility/types/NodeID.h" 46 46 #include "ariba/utility/types/ServiceID.h" 47 47 48 using ariba::CommunicationListener; 48 49 using ariba::communication::EndpointDescriptor; 49 using ariba::interface::ServiceInterface;50 50 using ariba::overlay::OverlayStructureEvents; 51 51 using ariba::utility::NodeID; … … 57 57 class BaseOverlay; 58 58 59 class OverlayInterface : public ServiceInterface{59 class OverlayInterface : public CommunicationListener { 60 60 public: 61 61 OverlayInterface( -
source/ariba/overlay/modules/onehop/OneHop.h
r3054 r3055 85 85 86 86 // 87 // see ServiceInterface.h and OverlayInterface.h87 // see CommunicationListener.h and OverlayInterface.h 88 88 // 89 89
Note:
See TracChangeset
for help on using the changeset viewer.