| 28 | namespace phxbinlog { |
| 29 | |
| 30 | bool operator <(const EventDataInfo &info1, const EventDataInfo &info2) { |
| 31 | return info1.instance_id() < info2.instance_id(); |
| 32 | } |
| 33 | |
| 34 | EventUUIDHandler::EventUUIDHandler(EventFileManager *filemanager, EventIndex *event_index, const Option *option) { |
| 35 | event_file_manager_ = filemanager; |
nothing calls this directly
no outgoing calls
no test coverage detected