Index: xfa/fxfa/parser/xfa_script_logpseudomodel.cpp |
diff --git a/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp |
index 7e3c90559abd39849b3531dc26144b03ed20a180..aefa9d563fd4a2fea164eb1816c95ab1f1ce47c2 100644 |
--- a/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp |
+++ b/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp |
@@ -18,15 +18,23 @@ |
CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* pDocument) |
: CXFA_Object(pDocument, |
XFA_ObjectType::Object, |
- XFA_Element::LogPseudoModel) {} |
+ XFA_Element::LogPseudoModel, |
+ 0xd4bf6823, |
+ CFX_WideStringC(L"logPseudoModel")) {} |
+ |
CScript_LogPseudoModel::~CScript_LogPseudoModel() {} |
+ |
void CScript_LogPseudoModel::Script_LogPseudoModel_Message( |
CFXJSE_Arguments* pArguments) {} |
+ |
void CScript_LogPseudoModel::Script_LogPseudoModel_TraceEnabled( |
CFXJSE_Arguments* pArguments) {} |
+ |
void CScript_LogPseudoModel::Script_LogPseudoModel_TraceActivate( |
CFXJSE_Arguments* pArguments) {} |
+ |
void CScript_LogPseudoModel::Script_LogPseudoModel_TraceDeactivate( |
CFXJSE_Arguments* pArguments) {} |
+ |
void CScript_LogPseudoModel::Script_LogPseudoModel_Trace( |
CFXJSE_Arguments* pArguments) {} |