Changed the default behavior to not writing out proxynode children.

This commit is contained in:
Robert Osfield
2005-05-17 13:50:07 +00:00
parent f9bc0454f8
commit 83d3f7639f

View File

@@ -146,8 +146,8 @@ bool ProxyNode_readLocalData(Object& obj, Input& fr)
bool ProxyNode_writeLocalData(const Object& obj, Output& fw)
{
bool includeExternalReferences = false;
bool useOriginalExternalReferences = false;
bool writeExternalReferenceFiles = true;
bool useOriginalExternalReferences = true;
bool writeExternalReferenceFiles = false;
const ProxyNode& proxyNode = static_cast<const ProxyNode&>(obj);