| 55 | |
| 56 | |
| 57 | bool NotificationListener::OnAfterOpenDatabase(UIContext* context, FileMetadataRef metadata, BinaryViewRef data) |
| 58 | { |
| 59 | return true; |
| 60 | } |
| 61 | |
| 62 | |
| 63 | bool NotificationListener::OnBeforeOpenFile(UIContext* context, FileContext* file) |
nothing calls this directly
no outgoing calls
no test coverage detected