| 668 | return InvokeRetFunction<IEventBrowser *>(&ICaptureContext::GetEventBrowser); |
| 669 | } |
| 670 | virtual IAPIInspector *GetAPIInspector() override |
| 671 | { |
| 672 | return InvokeRetFunction<IAPIInspector *>(&ICaptureContext::GetAPIInspector); |
| 673 | } |
| 674 | virtual IAnnotationViewer *GetAnnotationViewer() override |
| 675 | { |
| 676 | return InvokeRetFunction<IAnnotationViewer *>(&ICaptureContext::GetAnnotationViewer); |
no outgoing calls
no test coverage detected