| 29 | } |
| 30 | |
| 31 | EventFileManager::~EventFileManager() { |
| 32 | } |
| 33 | |
| 34 | int EventFileManager::ReadData(EventData *data, EventDataInfo *datainfo) { |
| 35 | int ret = StorageFileManager::ReadData(data, datainfo); |
nothing calls this directly
no outgoing calls
no test coverage detected