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

    r2392 r2393  
    4949#include "Identifiers.h"
    5050#include "LinkProperties.h"
     51#include "DataMessage.h"
    5152
    5253namespace ariba {
     
    7778        // --- service specific events ---
    7879
    79         virtual bool onLinkRequest(const NodeID& remote, Message* msg);
     80        virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg);
    8081
    8182        // --- general receive method ---
    8283
    83         virtual void onMessage(Message* msg, const NodeID& remote,
     84        virtual void onMessage(const DataMessage& msg, const NodeID& remote,
    8485                        const LinkID& lnk = LinkID::UNSPECIFIED);
    8586
    86         virtual void onMessageSent(seqnum_t seq_num, bool failed, Message* msg = NULL);
     87        virtual void onMessageSent(seqnum_t seq_num, bool failed,
     88                        const DataMessage& msg = DataMessage::UNSPECIFIED);
    8789
    8890        // --- dht functionality ---
Note: See TracChangeset for help on using the changeset viewer.