- Timestamp:
- 12/03/07 15:48:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Node/OSGNode.cpp
r1018 r1030 729 729 } 730 730 731 const MFNodeChildPtr*Node::getMFChildren(void) const731 MFNodeChildPtr const *Node::getMFChildren(void) const 732 732 { 733 733 return &_mfChildren; 734 } 735 736 MFNodeChildPtr const &Node::getChildren(void) const 737 { 738 return _mfChildren; 734 739 } 735 740 … … 929 934 Inherited::resolveLinks(); 930 935 936 FINFO(("Node::resolveLinks: [%p] clear core\n", this)); 931 937 _sfCore .setValue(NullFC); 938 FINFO(("Node::resolveLinks: [%p] clear children\n", this)); 932 939 _mfChildren.clear(); 933 940 }
