diff options
Diffstat (limited to 'xfa/fxfa/parser/xfa_script_logpseudomodel.cpp')
-rw-r--r-- | xfa/fxfa/parser/xfa_script_logpseudomodel.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp index 57909cdd79..4abed33a77 100644 --- a/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp +++ b/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp @@ -17,10 +17,17 @@ CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* pDocument) : CXFA_Object(pDocument, XFA_ObjectType::Object, - XFA_Element::LogPseudoModel) {} + XFA_Element::LogPseudoModel, + CFX_WideStringC(L"logPseudoModel")) {} + CScript_LogPseudoModel::~CScript_LogPseudoModel() {} + void CScript_LogPseudoModel::Message(CFXJSE_Arguments* pArguments) {} + void CScript_LogPseudoModel::TraceEnabled(CFXJSE_Arguments* pArguments) {} + void CScript_LogPseudoModel::TraceActivate(CFXJSE_Arguments* pArguments) {} + void CScript_LogPseudoModel::TraceDeactivate(CFXJSE_Arguments* pArguments) {} + void CScript_LogPseudoModel::Trace(CFXJSE_Arguments* pArguments) {} |