Index: xfa/fwl/core/ifwl_adapterthreadmgr.h |
diff --git a/xfa/fwl/core/ifwl_adapterthreadmgr.h b/xfa/fwl/core/ifwl_adapterthreadmgr.h |
index 821ced31645e189058d3cbe6f105b8efa9059397..dec5010b49adc86ded88cb416b799d7ceeb97153 100644 |
--- a/xfa/fwl/core/ifwl_adapterthreadmgr.h |
+++ b/xfa/fwl/core/ifwl_adapterthreadmgr.h |
@@ -14,13 +14,7 @@ |
class IFWL_AdapterThreadMgr { |
public: |
virtual ~IFWL_AdapterThreadMgr() {} |
- virtual FWL_ERR Start(IFWL_Thread* pThread, |
- FWL_HTHREAD& hThread, |
- FX_BOOL bSuspended = FALSE) = 0; |
- virtual FWL_ERR Resume(FWL_HTHREAD hThread) = 0; |
- virtual FWL_ERR Suspend(FWL_HTHREAD hThread) = 0; |
- virtual FWL_ERR Kill(FWL_HTHREAD hThread, int32_t iExitCode) = 0; |
- virtual FWL_ERR Stop(FWL_HTHREAD hThread, int32_t iExitCode) = 0; |
+ |
virtual IFWL_Thread* GetCurrentThread() = 0; |
}; |