Changeset 3055 for source/ariba/CommunicationListener.h
- Timestamp:
- Apr 23, 2009, 5:55:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.h
r2460 r3055 43 43 // forward declaration 44 44 class CommunicationListener; 45 class ServiceInterfaceWrapper;46 45 } 47 46 … … 54 53 55 54 /** 56 * 55 * Listener for communication events on links. 57 56 */ 58 57 class CommunicationListener { 59 58 friend class Node; 60 friend class ServiceInterfaceWrapper;61 59 protected: 62 60 CommunicationListener(); … … 76 74 const LinkProperties& prop); 77 75 78 // --- service specific events ---79 80 76 virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg); 81 77 … … 85 81 const LinkID& lnk = LinkID::UNSPECIFIED); 86 82 87 virtual void onMessageSent(seqnum_t seq_num, bool failed, 88 const DataMessage& msg = DataMessage::UNSPECIFIED); 83 // --- extended message functionality --- 84 // virtual void onMessageSent(seqnum_t seq_num, bool failed, 85 // const DataMessage& msg = DataMessage::UNSPECIFIED); 89 86 90 87 // --- dht functionality ---
Note:
See TracChangeset
for help on using the changeset viewer.