| 21 | #define EVENT_PATH_PREF "EVENTDATA" |
| 22 | |
| 23 | EventFileManager::EventFileManager(const Option *option, bool read_file_list) : |
| 24 | StorageFileManager(option, EVENT_PATH_PREF, read_file_list) { |
| 25 | } |
| 26 | |
| 27 | EventFileManager::EventFileManager(const Option *option, const string &datadir) : |
| 28 | StorageFileManager(option, datadir, EVENT_PATH_PREF, true) { |
nothing calls this directly
no outgoing calls
no test coverage detected