Changeset 7468 for source/ariba/CommunicationListener.h
- Timestamp:
- Jan 25, 2010, 10:50:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.h
r6266 r7468 78 78 virtual void onLinkFail(const LinkID& lnk, const NodeID& remote); 79 79 80 virtual bool onLinkRequest(const NodeID& remote , const DataMessage& msg = DataMessage::UNSPECIFIED);80 virtual bool onLinkRequest(const NodeID& remote); 81 81 82 82 // --- general receive method --- … … 85 85 const LinkID& lnk = LinkID::UNSPECIFIED); 86 86 87 // --- sniffing related method ---88 89 virtual bool onEnableSideportListener();90 91 87 // --- dht functionality --- 92 88 93 89 virtual void onKeyValue( const Data& key, const vector<Data>& value ); 94 90 95 // --- extended message functionality ---96 97 // virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote,98 // const LinkProperties& prop);99 100 // --- extended message functionality ---101 102 // virtual void onMessageSent(seqnum_t seq_num, bool failed,103 // const DataMessage& msg = DataMessage::UNSPECIFIED);104 91 }; 105 92
Note:
See TracChangeset
for help on using the changeset viewer.