Changeset 7468 for source/ariba/LinkProperties.cpp
- Timestamp:
- Jan 25, 2010, 10:50:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/LinkProperties.cpp
r3037 r7468 44 44 45 45 LinkProperties::LinkProperties() { 46 this->reliable = true;47 // this->confidential = false;48 // this->integrity = false;49 46 } 50 47 … … 53 50 54 51 string LinkProperties::toString() const { 55 std::ostringstream buf; 56 buf << "[reliable=" << (reliable ? "yes" : "no") << "]"; 57 return buf.str(); 52 return ""; 58 53 } 59 54
Note:
See TracChangeset
for help on using the changeset viewer.