| 217 | cStringList& Get() { return m_value; } |
| 218 | const cStringList& Get() const { return m_value; } |
| 219 | void Add(const cString& value) { m_value.PushRear(value); } |
| 220 | }; |
| 221 | |
| 222 | // The cConfigFormatEntry class is a bass class for all configuration entries. |