Ignore:
Timestamp:
Apr 23, 2009, 5:55:59 PM (15 years ago)
Author:
Christoph Mayer
Message:

-temporärer commit, sorry kompiliert nicht :( muss aber die änderungen auf die andere maschine kriegen, ist in ca1h gefixt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CommunicationListener.h

    r2460 r3055  
    4343// forward declaration
    4444class CommunicationListener;
    45 class ServiceInterfaceWrapper;
    4645}
    4746
     
    5453
    5554/**
    56  *
     55 * Listener for communication events on links.
    5756 */
    5857class CommunicationListener {
    5958        friend class Node;
    60         friend class ServiceInterfaceWrapper;
    6159protected:
    6260        CommunicationListener();
     
    7674                        const LinkProperties& prop);
    7775
    78         // --- service specific events ---
    79 
    8076        virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg);
    8177
     
    8581                        const LinkID& lnk = LinkID::UNSPECIFIED);
    8682
    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);
    8986
    9087        // --- dht functionality ---
Note: See TracChangeset for help on using the changeset viewer.