| 32 | } |
| 33 | |
| 34 | EventUUIDHandler::EventUUIDHandler(EventFileManager *filemanager, EventIndex *event_index, const Option *option) { |
| 35 | event_file_manager_ = filemanager; |
| 36 | event_index_ = event_index; |
| 37 | option_ = option; |
| 38 | } |
| 39 | |
| 40 | EventUUIDHandler::EventUUIDHandler(const Option *option) { |
| 41 | event_file_manager_ = NULL; |
nothing calls this directly
no outgoing calls
no test coverage detected