added output of used-defined attributes, use const where appropriate, enhanced http global node, added base class AttributedItem
This commit is contained in:
@@ -144,7 +144,7 @@ result_t SymbolString::parseHexEscaped(const string& str) {
|
||||
return inEscape ? RESULT_ERR_ESC : RESULT_OK;
|
||||
}
|
||||
|
||||
const string SymbolString::getStr(size_t skipFirstSymbols) {
|
||||
const string SymbolString::getStr(size_t skipFirstSymbols) const {
|
||||
ostringstream sstr;
|
||||
for (size_t i = 0; i < m_data.size(); i++) {
|
||||
if (skipFirstSymbols > 0) {
|
||||
|
||||
Reference in New Issue
Block a user