| 273 | |
| 274 | public: |
| 275 | bool isRunning() { |
| 276 | return m_runningFlag; |
| 277 | } |
| 278 | |
| 279 | int start(const char *remote, const char *local, IHardCoderDataCallback *callback) { |
| 280 | if (isRunning()) { |
nothing calls this directly
no outgoing calls
no test coverage detected