---------------------------------------------------------------------------
| 253 | } |
| 254 | //--------------------------------------------------------------------------- |
| 255 | int TMYIniFile::ReadInteger(char * Section, char * Ident, int def) |
| 256 | { |
| 257 | return ReadInteger(String(Section), String(Ident), def); |
| 258 | } |
| 259 | //--------------------------------------------------------------------------- |
| 260 | int TMYIniFile::ReadInteger(String Section, String Ident, int def) |
| 261 | { |
no outgoing calls
no test coverage detected