Changeset 1784 for code/trunk/src/core/ConfigValueContainer.cc
- Timestamp:
- Sep 15, 2008, 10:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/ConfigValueContainer.cc
r1747 r1784 41 41 #include "Identifier.h" 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 argument44 43 45 44 46 45 namespace orxonox 47 46 { 47 const int MAX_VECTOR_INDEX = 255; // to avoid up to 4*10^9 vector entries in the config file after accidentally using a wrong argument 48 48 49 /** 49 50 @brief Initializes the ConfigValueContainer with defaultvalues.
Note: See TracChangeset
for help on using the changeset viewer.