Ignore:
Timestamp:
Apr 23, 2009, 7:18:10 PM (15 years ago)
Author:
Christoph Mayer
Message:

-fixes #4 (merge tidy interface with current implementation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/OverlayInterface.cpp

    r3056 r3057  
    6060}
    6161
     62void OverlayInterface::onLinkUp(const LinkID& lnk, const NodeID& remote){
     63}
     64
     65void OverlayInterface::onLinkDown(const LinkID& lnk, const NodeID& remote){
     66}
     67
     68void OverlayInterface::onLinkChanged(const LinkID& lnk, const NodeID& remote){
     69}
     70
     71void OverlayInterface::onLinkFail(const LinkID& lnk, const NodeID& remote){
     72}
     73
     74void OverlayInterface::onLinkQoSChanged(const LinkID& lnk, const NodeID& remote, const LinkProperties& prop){
     75}
     76
     77bool OverlayInterface::onLinkRequest(const NodeID& remote, const DataMessage& msg){
     78}
     79
     80void OverlayInterface::onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk){
     81}
     82
    6283}} // namespace ariba, overlay
Note: See TracChangeset for help on using the changeset viewer.