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/Image/WS/OSGImageBase.h

    r1193 r1197  
    539539    /*! \{                                                                 */ 
    540540 
    541     static  ImageTransitPtr create          (void); 
    542     static  ImagePtr        createEmpty     (void); 
    543  
    544     static  ImageTransitPtr createLocal     ( 
    545                                               BitVector bFlags = FCLocal::All); 
    546  
    547     static  ImagePtr        createEmptyLocal( 
     541    static  ImageTransitPtr create          (void); 
     542    static  Image           *createEmpty     (void); 
     543 
     544    static  ImageTransitPtr createLocal     ( 
     545                                              BitVector bFlags = FCLocal::All); 
     546 
     547    static  Image            *createEmptyLocal( 
    548548                                              BitVector bFlags = FCLocal::All); 
    549549 
     
    623623    /*! \{                                                                 */ 
    624624 
    625     virtual bool linkParent  (const FieldContainerPtr pParent, 
    626                               const UInt16            childFieldId, 
    627                               const UInt16            parentFieldId); 
    628     virtual bool unlinkParent(const FieldContainerPtr pParent, 
    629                               const UInt16            parentFieldId); 
     625    virtual bool linkParent  (FieldContainer * const pParent, 
     626                              UInt16           const childFieldId, 
     627                              UInt16           const parentFieldId); 
     628    virtual bool unlinkParent(FieldContainer * const pParent, 
     629                              UInt16           const parentFieldId); 
    630630     
    631631    /*! \}                                                                 */ 
     
    738738 
    739739#ifdef OSG_MT_CPTR_ASPECT 
    740     virtual FieldContainerPtr createAspectCopy(void) const; 
     740    virtual FieldContainer *createAspectCopy(void) const; 
    741741#endif 
    742742