Changeset 10161
- Timestamp:
- 07/23/10 11:12:32 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/system/ossie/parser/prop_helpers.cpp
r10159 r10161 30 30 #include <ossie/prop_helpers.h> 31 31 32 static std::vector<std::string> trueValues = {"true", "t", "on", "yes", "1"};32 static const std::vector<std::string> trueValues = {"true", "t", "on", "yes", "1"}; 33 33 34 34 CORBA::Boolean ossieSupport::strings_to_boolean(std::vector<std::string> &values)