| 66 | } |
| 67 | |
| 68 | void SystemFile::store() |
| 69 | { |
| 70 | gSystemRecord = mFileData[mCurrentIndex].mSystemRecord; |
| 71 | gSystemRecord.applyAudioSetting(); |
| 72 | } |
| 73 | |
| 74 | int SystemFile::getAccessWay() { return 1; } |
| 75 | char *SystemFile::getFileName() { return mspFileNameString; } |
no test coverage detected