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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CommunicationListener.h

    r6266 r7468  
    7878        virtual void onLinkFail(const LinkID& lnk, const NodeID& remote);
    7979
    80         virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg = DataMessage::UNSPECIFIED);
     80        virtual bool onLinkRequest(const NodeID& remote);
    8181
    8282        // --- general receive method ---
     
    8585                        const LinkID& lnk = LinkID::UNSPECIFIED);
    8686
    87         // --- sniffing related method ---
    88 
    89         virtual bool onEnableSideportListener();
    90 
    9187        // --- dht functionality ---
    9288
    9389        virtual void onKeyValue( const Data& key, const vector<Data>& value );
    9490
    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);
    10491};
    10592
Note: See TracChangeset for help on using the changeset viewer.