Ignore:
Timestamp:
Jan 25, 2010, 10:50:57 AM (14 years ago)
Author:
Christoph Mayer
Message:

-timer delete fix (noch auskommentiert), -interface cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/LinkProperties.cpp

    r3037 r7468  
    4444
    4545LinkProperties::LinkProperties() {
    46         this->reliable = true;
    47 //      this->confidential = false;
    48 //      this->integrity = false;
    4946}
    5047
     
    5350
    5451string LinkProperties::toString() const {
    55         std::ostringstream buf;
    56         buf << "[reliable=" << (reliable ? "yes" : "no") << "]";
    57         return buf.str();
     52        return "";
    5853}
    5954
Note: See TracChangeset for help on using the changeset viewer.