Changeset 2473 for source/ariba/interface/ServiceInterface.h
- Timestamp:
- Feb 23, 2009, 2:21:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/interface/ServiceInterface.h
r2472 r2473 67 67 namespace interface { 68 68 69 class AribaContext;70 71 69 class ServiceInterface : public OverlayEvents, MessageReceiver { 72 70 friend class ariba::overlay::BaseOverlay; … … 74 72 ServiceInterface(); 75 73 virtual ~ServiceInterface(); 76 77 bool initialize( AribaContext* _ctx, const ServiceID& _serviceid );78 bool initialize( BaseOverlay* _overlay, const ServiceID& _serviceid );79 74 80 75 protected: … … 96 91 97 92 virtual bool receiveMessage( const Message* message, const LinkID& link, const NodeID& node ); 98 99 private:100 BaseOverlay* overlay;101 ServiceID serviceid;102 93 }; 103 94
Note:
See TracChangeset
for help on using the changeset viewer.