| 395 | // |
| 396 | //***************************************************************************** |
| 397 | u32 IIniFile::GetNumSections() const |
| 398 | { |
| 399 | return mSections.size(); |
| 400 | } |
| 401 | |
| 402 | //***************************************************************************** |
| 403 | // |
no test coverage detected