---------------------------------------------------------------------------
| 265 | } |
| 266 | //--------------------------------------------------------------------------- |
| 267 | bool TMYIniFile::ReadBool(char * Section, char * Ident, bool def) |
| 268 | { |
| 269 | return ReadBool(String(Section), String(Ident), def); |
| 270 | } |
| 271 | //--------------------------------------------------------------------------- |
| 272 | bool TMYIniFile::ReadBool(String Section, String Ident, bool def) |
| 273 | { |
nothing calls this directly
no outgoing calls
no test coverage detected