Ignore:
Timestamp:
Apr 23, 2009, 6:58:34 PM (15 years ago)
Author:
Christoph Mayer
Message:

-fixed all compile errors, but now the overlay functionality is messed up somewhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/PingPong.h

    r3037 r3056  
    4242        virtual void onLinkFail(const LinkID& lnk, const NodeID& remote);
    4343        virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote, const LinkProperties& prop);
    44         virtual void onMessageSent(seqnum_t seq_num, bool failed, const DataMessage& msg = DataMessage::UNSPECIFIED);
    4544
    4645        // node listener interface
     
    6059        // the ariba module and a node
    6160        AribaModule* ariba;
    62         Node* node;
     61        Node*        node;
    6362
    6463        // flag, whether this node initiates or just joins the spovnet
     
    6665
    6766        // the ping pong service id
    68         static ServiceID PINGPONG_ID;
     67        static ServiceID PINGPONG_SERVICEID;
    6968
    7069        // the current ping id
Note: See TracChangeset for help on using the changeset viewer.