Changeset 7535 for source/ariba/Node.h
- Timestamp:
- Feb 5, 2010, 9:08:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.h
r7532 r7535 182 182 * the node name of the remote node, if known -- otherwise it returns 183 183 * an unspecified name. 184 *185 * TODO: RFE -- send request to remote node and inform service.186 184 * 187 185 * @return A node's name or an unspecified name, if unknown … … 325 323 string getName() const; 326 324 327 328 325 protected: 329 326 // friends … … 334 331 AribaModule& ariba_mod; //< ariba module 335 332 SpoVNetID spovnetId; //< current spovnet id 336 NodeID nodeId; //< current node id333 NodeID nodeId; //< current node id 337 334 overlay::BaseOverlay* base_overlay; //< the base overlay 335 338 336 }; 339 337
Note:
See TracChangeset
for help on using the changeset viewer.