| Index: xfa/fwl/core/ifwl_timerinfo.cpp
|
| diff --git a/xfa/fwl/core/cfwl_evtkey.cpp b/xfa/fwl/core/ifwl_timerinfo.cpp
|
| similarity index 57%
|
| copy from xfa/fwl/core/cfwl_evtkey.cpp
|
| copy to xfa/fwl/core/ifwl_timerinfo.cpp
|
| index 492c42fc9811ee2b9a765d3076bda419f9239a0c..a130eea453e299d61f99abeaaf0929b36a7955bb 100644
|
| --- a/xfa/fwl/core/cfwl_evtkey.cpp
|
| +++ b/xfa/fwl/core/ifwl_timerinfo.cpp
|
| @@ -4,12 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fwl/core/cfwl_evtkey.h"
|
| +#include "xfa/fwl/core/ifwl_timerinfo.h"
|
|
|
| -CFWL_EvtKey::CFWL_EvtKey() {}
|
| +#include "xfa/fwl/core/ifwl_adaptertimermgr.h"
|
|
|
| -CFWL_EvtKey::~CFWL_EvtKey() {}
|
| -
|
| -CFWL_EventType CFWL_EvtKey::GetClassID() const {
|
| - return CFWL_EventType::Key;
|
| +void IFWL_TimerInfo::StopTimer() {
|
| + m_pMgr->Stop(this);
|
| }
|
|
|