Changeset 3250 for code/branches/core4/src/util
- Timestamp:
- Jun 29, 2009, 6:10:46 PM (15 years ago)
- Location:
- code/branches/core4/src/util
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/util/CMakeLists.txt
r3196 r3250 29 29 SignalHandler.cc 30 30 Sleep.cc 31 String .cc31 StringUtils.cc 32 32 SubString.cc 33 33 ) -
code/branches/core4/src/util/Convert.h
r3196 r3250 43 43 44 44 #include "Debug.h" 45 #include "String .h"45 #include "StringUtils.h" 46 46 47 47 // GCC generates warnings when implicitely casting from float to int for instance. -
code/branches/core4/src/util/StringUtils.cc
r3222 r3250 32 32 */ 33 33 34 #include "String .h"34 #include "StringUtils.h" 35 35 36 36 #include <cctype> -
code/branches/core4/src/util/StringUtils.h
r3222 r3250 32 32 */ 33 33 34 #ifndef _ Util_String_H__35 #define _ Util_String_H__34 #ifndef _StringUtils_H__ 35 #define _StringUtils_H__ 36 36 37 37 #include "UtilPrereqs.h" … … 79 79 } 80 80 81 #endif /* _ Util_String_H__ */81 #endif /* _StringUtils_H__ */
Note: See TracChangeset
for help on using the changeset viewer.