Changeset 1062 for code/trunk/src/core/ConfigValueContainer.cc
- Timestamp:
- Apr 14, 2008, 5:50:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/ConfigValueContainer.cc
r1056 r1062 32 32 */ 33 33 34 #include "ConfigValueContainer.h" 35 34 36 #include <fstream> 35 37 36 #include "ConfigValueContainer.h" 38 #include "util/SubString.h" 39 #include "util/Convert.h" 37 40 #include "Language.h" 38 41 #include "Identifier.h" 39 #include "util/SubString.h"40 #include "util/Convert.h"41 42 42 43 #define MAX_VECTOR_INDEX 255 // to avoid up to 4*10^9 vector entries in the config file after accidentally using a wrong argument
Note: See TracChangeset
for help on using the changeset viewer.