Changeset 2019 for code/branches/objecthierarchy/src/util/String.h
- Timestamp:
- Oct 27, 2008, 4:08:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/util/String.h
r1889 r2019 40 40 #include <sstream> 41 41 42 extern _UtilExport std::string blankString; 42 _UtilExport static const std::string BLANKSTRING = ""; 43 _UtilExport std::string getUniqueNumberString(); 43 44 44 45 _UtilExport void strip(std::string* str);
Note: See TracChangeset
for help on using the changeset viewer.