Show
Ignore:
Timestamp:
05/05/08 06:58:23 (4 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Base/OSGDrawableStatsAttachmentBase.h

    r1193 r1197  
    271271    /*! \{                                                                 */ 
    272272 
    273     static  DrawableStatsAttachmentTransitPtr create          (void); 
    274     static  DrawableStatsAttachmentPtr        createEmpty     (void); 
    275  
    276     static  DrawableStatsAttachmentTransitPtr createLocal     ( 
    277                                               BitVector bFlags = FCLocal::All); 
    278  
    279     static  DrawableStatsAttachmentPtr        createEmptyLocal( 
     273    static  DrawableStatsAttachmentTransitPtr create          (void); 
     274    static  DrawableStatsAttachment           *createEmpty     (void); 
     275 
     276    static  DrawableStatsAttachmentTransitPtr createLocal     ( 
     277                                              BitVector bFlags = FCLocal::All); 
     278 
     279    static  DrawableStatsAttachment            *createEmptyLocal( 
    280280                                              BitVector bFlags = FCLocal::All); 
    281281 
     
    382382 
    383383#ifdef OSG_MT_CPTR_ASPECT 
    384     virtual FieldContainerPtr createAspectCopy(void) const; 
     384    virtual FieldContainer *createAspectCopy(void) const; 
    385385#endif 
    386386