---------------------------------------------------------------------------
| 347 | } |
| 348 | //--------------------------------------------------------------------------- |
| 349 | void TMYIniFile::WriteBool(char * Section, char * Ident, bool Value) |
| 350 | { |
| 351 | WriteBool(String(Section), String(Ident), Value); |
| 352 | } |
| 353 | //--------------------------------------------------------------------------- |
| 354 | void TMYIniFile::WriteBool(String Section, String Ident, bool Value) |
| 355 | { |
nothing calls this directly
no outgoing calls
no test coverage detected