| 70 | |
| 71 | |
| 72 | bool NotificationListener::OnBeforeSaveFile(UIContext* context, FileContext* file, ViewFrame* frame) |
| 73 | { |
| 74 | return true; |
| 75 | } |
| 76 | |
| 77 | |
| 78 | void NotificationListener::OnAfterSaveFile(UIContext* context, FileContext* file, ViewFrame* frame) {} |
nothing calls this directly
no outgoing calls
no test coverage detected