| Index: xfa/fwl/core/cfwl_evtvalidate.cpp
|
| diff --git a/xfa/fwl/core/cfwl_evtkey.cpp b/xfa/fwl/core/cfwl_evtvalidate.cpp
|
| similarity index 53%
|
| copy from xfa/fwl/core/cfwl_evtkey.cpp
|
| copy to xfa/fwl/core/cfwl_evtvalidate.cpp
|
| index 492c42fc9811ee2b9a765d3076bda419f9239a0c..7b795f6ca6a16ce6036f0dd5baa630913400c0ee 100644
|
| --- a/xfa/fwl/core/cfwl_evtkey.cpp
|
| +++ b/xfa/fwl/core/cfwl_evtvalidate.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fwl/core/cfwl_evtkey.h"
|
| +#include "xfa/fwl/core/cfwl_evtvalidate.h"
|
|
|
| -CFWL_EvtKey::CFWL_EvtKey() {}
|
| +CFWL_EvtValidate::CFWL_EvtValidate() {}
|
|
|
| -CFWL_EvtKey::~CFWL_EvtKey() {}
|
| +CFWL_EvtValidate::~CFWL_EvtValidate() {}
|
|
|
| -CFWL_EventType CFWL_EvtKey::GetClassID() const {
|
| - return CFWL_EventType::Key;
|
| +CFWL_EventType CFWL_EvtValidate::GetClassID() const {
|
| + return CFWL_EventType::Validate;
|
| }
|
|
|