Changeset 1063 for branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachment.cpp
- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachment.cpp
r1035 r1063 134 134 */ 135 135 136 DrawableStatsAttachment RefPtr DrawableStatsAttachment::calcStatic(136 DrawableStatsAttachmentTransitPtr DrawableStatsAttachment::calcStatic( 137 137 DrawablePtrArg pDrawable) 138 138 { 139 DrawableStatsAttachment RefPtr st = DrawableStatsAttachment::create();139 DrawableStatsAttachmentInternalRefPtr st = DrawableStatsAttachment::create(); 140 140 141 141 if(pDrawable != NullFC) 142 142 pDrawable->fill(st); 143 143 144 return st;144 return DrawableStatsAttachmentTransitPtr(st); 145 145 } 146 146 … … 151 151 AttachmentContainerPtr obj) 152 152 { 153 DrawableStatsAttachment RefPtr st = DrawableStatsAttachment::create();153 DrawableStatsAttachmentInternalRefPtr st = DrawableStatsAttachment::create(); 154 154 155 155 st->attachTo(obj);
