diff options
Diffstat (limited to 'graphics/libx3dtk/files/patch-X3DMFNodeFunctor.inl')
-rw-r--r-- | graphics/libx3dtk/files/patch-X3DMFNodeFunctor.inl | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.inl b/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.inl deleted file mode 100644 index f8ebedcf291f..000000000000 --- a/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.inl +++ /dev/null @@ -1,53 +0,0 @@ -*** include/X3DTK/private/X3DMFNodeFunctor.inl.orig Fri Aug 27 13:18:22 2004 ---- include/X3DTK/private/X3DMFNodeFunctor.inl Sat Oct 29 12:40:12 2005 -*************** -*** 20,26 **** - if (dynamic_cast<V *>(C) != 0) - { - (static_cast<T *>(N)->*_nodes).push_back(C); -! X3DAbstractNode::addParentToChild(N, C); - return true; - } - ---- 20,26 ---- - if (dynamic_cast<V *>(C) != 0) - { - (static_cast<T *>(N)->*_nodes).push_back(C); -! X3DAbstractNode_addParentToChild(N, C); - return true; - } - -*************** -*** 35,41 **** - - if (res != nodes.end()) - { -! X3DAbstractNode::removeParentFromChild(N, C); - nodes.erase(res); - return true; - } ---- 35,41 ---- - - if (res != nodes.end()) - { -! X3DAbstractNode_removeParentFromChild(N, C); - nodes.erase(res); - return true; - } -*************** -*** 51,57 **** - MFNode &nodes = (static_cast<T *>(N)->*_nodes); - - for (MFNode::const_iterator it = nodes.begin(); it != nodes.end(); ++it) -! X3DAbstractNode::removeParentFromChild(N, *it); - - nodes.clear(); - } ---- 51,57 ---- - MFNode &nodes = (static_cast<T *>(N)->*_nodes); - - for (MFNode::const_iterator it = nodes.begin(); it != nodes.end(); ++it) -! X3DAbstractNode_removeParentFromChild(N, *it); - - nodes.clear(); - } |