Changeset 4738 for source/ariba/SideportListener.h
- Timestamp:
- Jul 4, 2009, 7:03:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SideportListener.h
r3374 r4738 41 41 42 42 #include <vector> 43 #include <map> 43 44 #include "Identifiers.h" 44 45 #include "CommunicationListener.h" 45 46 47 using std::map; 46 48 using std::vector; 47 49 … … 131 133 ) const; 132 134 135 /** 136 * Is this node acting as a relay for us 137 * 138 * @param The node in question 139 * @return true, if this node is relaying for us 140 */ 141 bool isRelayingNode(const NodeID& node); 142 143 /** 144 * Is this node only reachable for us through a relay? 145 * 146 * @param The node in question 147 * @return true, if we reach this node only over a relay 148 */ 149 bool isRelayedNode(const NodeID& node); 150 133 151 protected: 134 152
Note:
See TracChangeset
for help on using the changeset viewer.