Ignore:
Timestamp:
Feb 24, 2009, 10:06:43 PM (15 years ago)
Author:
Christoph Mayer
Message:

-autolinks impl. (funktioniert noch nicht komplett, macht aber im moment nichts schlechter)
-einige fixes im ablauf etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/PingPong.h

    r2473 r2483  
    3535protected:
    3636        // communication listener interface
    37         virtual bool onLinkRequest(const NodeID& remote, Message* msg);
    38         virtual void onMessage(Message* msg, const NodeID& remote, const LinkID& lnk);
     37        virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg);
     38        virtual void onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk= LinkID::UNSPECIFIED);
    3939
    4040        // node listener interface
     
    6262        // the current ping id
    6363        unsigned long pingId;
     64
    6465};
    6566
Note: See TracChangeset for help on using the changeset viewer.