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.cpp

    r2460 r3055  
    4141namespace ariba {
    4242
    43 // dummy
    4443CommunicationListener::CommunicationListener() {
    4544}
    4645
    47 // dummy
    4846CommunicationListener::~CommunicationListener() {
    4947}
    5048
    51 // dummy
    5249void CommunicationListener::onLinkUp(const LinkID& l, const NodeID& r) {
    5350}
    5451
    55 // dummy
    5652void CommunicationListener::onLinkDown(const LinkID& l, const NodeID& r) {
    5753}
    5854
    59 // dummy
    6055void CommunicationListener::onLinkChanged(const LinkID& l, const NodeID& r) {
    6156}
    6257
    63 // dummy
    6458void CommunicationListener::onLinkFail(const LinkID& l, const NodeID& r) {
    6559}
    6660
    67 // dummy
    6861void CommunicationListener::onLinkQoSChanged(const LinkID& l, const NodeID& r,
    6962                const LinkProperties& p) {
    7063}
    7164
    72 // dummy
    7365bool CommunicationListener::onLinkRequest(const NodeID& remote,
    7466                const DataMessage& msg) {
     
    7668}
    7769
    78 // dummy
    7970void CommunicationListener::onMessage(const DataMessage& msg,
    8071                const NodeID& remote, const LinkID& lnk) {
    8172}
    8273
    83 // dummy
    84 void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed,
    85                 const DataMessage& msg) {
    86 }
     74// void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed,
     75//              const DataMessage& msg) {
     76// }
    8777
    8878} // namespace ariba
Note: See TracChangeset for help on using the changeset viewer.