Changeset 5151 for source/ariba/overlay/modules/onehop/OneHop.h
- Timestamp:
- Jul 21, 2009, 1:54:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/onehop/OneHop.h
r3718 r5151 81 81 82 82 /// @see OverlayInterface.h 83 virtual const LinkID& getNextLinkId( const NodeID& id ) const; 84 85 /// @see OverlayInterface.h 83 86 virtual void routeMessage(const NodeID& destnode, Message* msg); 87 88 /// @see OverlayInterface.h 89 virtual void routeMessage(const NodeID& node, const LinkID& link, Message* msg); 84 90 85 91 /// @see OverlayInterface.h
Note:
See TracChangeset
for help on using the changeset viewer.