Changeset 7469 for source/ariba/Node.h
- Timestamp:
- Jan 25, 2010, 10:57:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.h
r7468 r7469 92 92 * 3. The module has been stopped<br /> 93 93 */ 94 ~Node();94 virtual ~Node(); 95 95 96 96 //--- node control --- … … 210 210 * @return A new link id 211 211 */ 212 LinkID establishLink(const NodeID& nid, const ServiceID& sid, 213 const LinkProperties& req = LinkProperties::DEFAULT, 214 const DataMessage& msg = DataMessage::UNSPECIFIED); 212 LinkID establishLink(const NodeID& nid, const ServiceID& sid); 215 213 216 214 /**
Note:
See TracChangeset
for help on using the changeset viewer.