Changeset 2716 for box/RELEASE/0.11/lib/common/Configuration.h
- Timestamp:
- 27/08/2010 19:33:13 (21 months ago)
- File:
-
- 1 edited
-
box/RELEASE/0.11/lib/common/Configuration.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/RELEASE/0.11/lib/common/Configuration.h
r2251 r2716 23 23 ConfigTest_Exists = 2, 24 24 ConfigTest_IsInt = 4, 25 ConfigTest_MultiValueAllowed = 8, 26 ConfigTest_IsBool = 16 25 ConfigTest_IsUint32 = 8, 26 ConfigTest_MultiValueAllowed = 16, 27 ConfigTest_IsBool = 32 27 28 }; 28 29 … … 113 114 const std::string &GetKeyValue(const std::string& rKeyName) const; 114 115 int GetKeyValueInt(const std::string& rKeyName) const; 116 uint32_t GetKeyValueUint32(const std::string& rKeyName) const; 115 117 bool GetKeyValueBool(const std::string& rKeyName) const; 116 118 std::vector<std::string> GetKeyNames() const;
Note: See TracChangeset
for help on using the changeset viewer.
