Changeset 162 in pacpusframework for branches/2.0-beta1/src/PacpusLib/XmlComponentConfig.cpp
- Timestamp:
- Aug 1, 2013, 4:46:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/XmlComponentConfig.cpp
r110 r162 14 14 DECLARE_STATIC_LOGGER("pacpus.core.XmlComponentConfig"); 15 15 16 // FIXME: const char* instead of const string 16 17 static const string kPropertyComponentName = "name"; 17 18 static const string kPropertyComponentType = "type"; … … 63 64 int XmlComponentConfig::delProperty(const QString& name) 64 65 { 65 if (!hasProperty(name)) 66 { 66 if (!hasProperty(name)) { 67 67 LOG_WARN("cannot delete compoenent property '" << name << "'" 68 68 << " of component '" << component_.attribute(kPropertyComponentName.c_str()) << "'"
Note:
See TracChangeset
for help on using the changeset viewer.