Changeset 3071 for source/ariba/CommunicationListener.cpp
- Timestamp:
- Apr 24, 2009, 4:34:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.cpp
r3056 r3071 59 59 } 60 60 61 void CommunicationListener::onLinkQoSChanged(const LinkID& l, const NodeID& r,62 const LinkProperties& p) {63 }64 65 61 bool CommunicationListener::onLinkRequest(const NodeID& remote, 66 62 const DataMessage& msg) { … … 73 69 74 70 // --- extended message functionality --- 71 //void CommunicationListener::onLinkQoSChanged(const LinkID& l, const NodeID& r, 72 // const LinkProperties& p) { 73 //} 74 75 // --- extended message functionality --- 75 76 // void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed, 76 77 // const DataMessage& msg) {
Note:
See TracChangeset
for help on using the changeset viewer.