Changeset 3056 for source/ariba/CommunicationListener.cpp
- Timestamp:
- Apr 23, 2009, 6:58:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.cpp
r3055 r3056 65 65 bool CommunicationListener::onLinkRequest(const NodeID& remote, 66 66 const DataMessage& msg) { 67 return false;67 return true; 68 68 } 69 69 … … 72 72 } 73 73 74 // --- extended message functionality --- 74 75 // void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed, 75 76 // const DataMessage& msg) {
Note:
See TracChangeset
for help on using the changeset viewer.