Changeset 3037 for source/ariba/LinkProperties.h
- Timestamp:
- Apr 22, 2009, 9:07:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/LinkProperties.h
r2436 r3037 40 40 #define LINKPROPERTIES_H_ 41 41 42 #include <string> 43 #include <iostream> 44 #include <sstream> 45 46 using std::string; 47 42 48 namespace ariba { 43 49 // forward declaration … … 52 58 ~LinkProperties(); 53 59 60 string toString() const; 54 61 static const LinkProperties DEFAULT; 55 62
Note:
See TracChangeset
for help on using the changeset viewer.