Ignore:
Timestamp:
Apr 23, 2009, 7:18:10 PM (15 years ago)
Author:
Christoph Mayer
Message:

-fixes #4 (merge tidy interface with current implementation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/onehop/OneHop.h

    r3055 r3057  
    8585
    8686        //
    87         // see CommunicationListener.h and OverlayInterface.h
     87        // see CommunicationListener.h or OverlayInterface.h
    8888        //
    8989
    90         virtual void onLinkUp( const LinkID& link, const NodeID& local, const NodeID& remote );
    91         virtual void onLinkDown( const LinkID& link, const NodeID& local, const NodeID& remote );
    92         virtual bool receiveMessage( const Message* message, const LinkID& link, const NodeID& node );
     90        virtual void onLinkUp(const LinkID& lnk, const NodeID& remote);
     91        virtual void onLinkDown(const LinkID& lnk, const NodeID& remote);
     92        virtual void onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk = LinkID::UNSPECIFIED);
    9393
    9494private:
Note: See TracChangeset for help on using the changeset viewer.