Changeset 7469 for source/ariba
- Timestamp:
- Jan 25, 2010, 10:57:41 AM (15 years ago)
- Location:
- source/ariba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.cpp
r7468 r7469 128 128 } 129 129 130 LinkID Node::establishLink(const NodeID& nid, const ServiceID& sid, 131 const LinkProperties& req, const DataMessage& msg) { 130 LinkID Node::establishLink(const NodeID& nid, const ServiceID& sid) { 132 131 return base_overlay->establishLink(nid, sid); 133 132 } -
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.