may return NULL if the capture file is not open locally. Consider using ICaptureAccess above to work whether local or remote.
| 89 | // may return NULL if the capture file is not open locally. Consider using ICaptureAccess above to |
| 90 | // work whether local or remote. |
| 91 | ICaptureFile *GetCaptureFile() { return m_CaptureFile; } |
| 92 | void ReopenCaptureFile(const QString &path); |
| 93 | RemoteHost CurrentRemote() { return m_RemoteHost; } |
| 94 | ExecuteResult ExecuteAndInject(const rdcstr &exe, const rdcstr &workingDir, const rdcstr &cmdLine, |
no outgoing calls
no test coverage detected