Changeset 3071 for source/ariba/CommunicationListener.h
- Timestamp:
- Apr 24, 2009, 4:34:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.h
r3056 r3071 71 71 virtual void onLinkFail(const LinkID& lnk, const NodeID& remote); 72 72 73 virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote, 74 const LinkProperties& prop); 75 76 virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg); 73 virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg = DataMessage::UNSPECIFIED); 77 74 78 75 // --- general receive method --- … … 80 77 virtual void onMessage(const DataMessage& msg, const NodeID& remote, 81 78 const LinkID& lnk = LinkID::UNSPECIFIED); 79 80 // --- extended message functionality --- 81 // virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote, 82 // const LinkProperties& prop); 82 83 83 84 // --- extended message functionality ---
Note:
See TracChangeset
for help on using the changeset viewer.