Home | History | Annotate | Download | only in parameter

Lines Matching refs:strValue

85 void CConfigurableDomain::logValue(string& strValue, CErrorContext& errorContext) const
89 strValue = "{";
92 strValue += "Sequence aware: ";
93 strValue += _bSequenceAware ? "yes" : "no";
96 strValue += ", Last applied configuration: ";
97 strValue += _pLastAppliedConfiguration ? _pLastAppliedConfiguration->getName() : "<none>";
99 strValue += "}";