| 215 | { |
| 216 | public: |
| 217 | explicit Attributes(Firebird::IUser* data) |
| 218 | : ConfigFile(USE_TEXT, data->attributes()->entered() ? data->attributes()->get() : "") |
| 219 | { } |
| 220 | |
| 221 | int operator[](const char* name) |
| 222 | { |
nothing calls this directly
no test coverage detected