Changeset 3057 for source/ariba/overlay/modules/onehop/OneHop.h
- Timestamp:
- Apr 23, 2009, 7:18:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/onehop/OneHop.h
r3055 r3057 85 85 86 86 // 87 // see CommunicationListener.h andOverlayInterface.h87 // see CommunicationListener.h or OverlayInterface.h 88 88 // 89 89 90 virtual void onLinkUp( const LinkID& link, const NodeID& local, const NodeID& remote);91 virtual void onLinkDown( const LinkID& link, const NodeID& local, const NodeID& remote);92 virtual bool receiveMessage( const Message* message, const LinkID& link, const NodeID& node);90 virtual void onLinkUp(const LinkID& lnk, const NodeID& remote); 91 virtual void onLinkDown(const LinkID& lnk, const NodeID& remote); 92 virtual void onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk = LinkID::UNSPECIFIED); 93 93 94 94 private:
Note:
See TracChangeset
for help on using the changeset viewer.