Changeset 3690 for source/ariba/communication/BaseCommunication.h
- Timestamp:
- May 26, 2009, 1:40:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.h
r3037 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #ifndef BASECOMMUNICATION_H_ … … 147 147 148 148 /** 149 * Establishes a link to another end-point 149 * Establishes a link to another end-point. 150 150 */ 151 151 const LinkID establishLink( 152 const EndpointDescriptor& descriptor, 153 const QoSParameterSet& qos = QoSParameterSet::DEFAULT, 154 const SecurityParameterSet& sec = SecurityParameterSet::DEFAULT 152 const EndpointDescriptor& descriptor, 153 const LinkID& linkid = LinkID::UNSPECIFIED, 154 const QoSParameterSet& qos = QoSParameterSet::DEFAULT, 155 const SecurityParameterSet& sec = SecurityParameterSet::DEFAULT 155 156 ); 156 157 157 158 /** 158 * Drops a link 159 * Drops a link. 159 160 * 160 161 * @param The link id of the link that should be dropped
Note:
See TracChangeset
for help on using the changeset viewer.