Changeset 1063 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGAttachmentContainer.cpp
- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGAttachmentContainer.cpp
r1034 r1063 593 593 for(; attI != attE; ++attI, bindI) 594 594 { 595 FieldContainerAttachment RefPtr att (*attI );596 UInt16 uiBind(*bindI & 0x0000FFFF);595 FieldContainerAttachmentInternalRefPtr att (*attI ); 596 UInt16 uiBind(*bindI & 0x0000FFFF); 597 597 598 598 if(att != NullFC) … … 765 765 for(; attI != attE; ++attI, bindI) 766 766 { 767 FieldContainerAttachment RefPtr att (*attI );768 UInt16 uiBind(*bindI & 0x0000FFFF);767 FieldContainerAttachmentInternalRefPtr att (*attI ); 768 UInt16 uiBind(*bindI & 0x0000FFFF); 769 769 770 770 if(att != NullFC)
