Ignore:
Timestamp:
Feb 10, 2009, 5:41:47 PM (15 years ago)
Author:
mies
Message:

added MessageData wrapper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/tidy/TidyCommunicationListener.cpp

    r2392 r2393  
    7171
    7272// dummy
    73 bool CommunicationListener::onLinkRequest(const NodeID& remote, Message* msg) {
     73bool CommunicationListener::onLinkRequest(const NodeID& remote,
     74                const DataMessage& msg) {
    7475        return false;
    7576}
    7677
    7778// dummy
    78 void CommunicationListener::onMessage(Message* msg, const NodeID& remote,
    79                 const LinkID& lnk) {
     79void CommunicationListener::onMessage(const DataMessage& msg,
     80                const NodeID& remote, const LinkID& lnk) {
    8081}
    8182
    8283// dummy
    83 void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed, Message* msg) {
     84void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed,
     85                const DataMessage& msg) {
    8486}
    8587
Note: See TracChangeset for help on using the changeset viewer.