Ignore:
Timestamp:
Jan 25, 2010, 10:50:57 AM (14 years ago)
Author:
Christoph Mayer
Message:

-timer delete fix (noch auskommentiert), -interface cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CommunicationListener.cpp

    r6266 r7468  
    6161}
    6262
    63 bool CommunicationListener::onLinkRequest(const NodeID& remote,
    64         const DataMessage& msg) {
     63bool CommunicationListener::onLinkRequest(const NodeID& remote) {
    6564        return true;
    6665}
     
    7069}
    7170
    72 bool CommunicationListener::onEnableSideportListener() {
    73         return true;
     71void CommunicationListener::onKeyValue( const Data& key, const vector<Data>& value ) {
    7472}
    7573
    76 void CommunicationListener::onKeyValue( const Data& key, const vector<Data>& value ) {
    77 
    78 }
    79 
    80 
    81 // --- extended message functionality ---
    82 //void CommunicationListener::onLinkQoSChanged(const LinkID& l, const NodeID& r,
    83 //              const LinkProperties& p) {
    84 //}
    85 
    86 // --- extended message functionality ---
    87 // void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed,
    88 //              const DataMessage& msg) {
    89 // }
    90 
    9174} // namespace ariba
Note: See TracChangeset for help on using the changeset viewer.