Show
Ignore:
Timestamp:
10/20/07 18:11:52 (1 year ago)
Author:
cneumann
Message:

added: RootObjectT template paremter for ReferenceCountPointer?

and ParentPointer? templates - allows use for FieldBundles?

compile fixes - but still not done

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Depreciated/State/OSGTextureChunkBase.inl

    r969 r976  
    7676/* Field SFImage                                                           */ 
    7777 
    78 inline SFImagePtr const * 
     78inline SFImageInternalRefPtr const * 
    7979TextureChunkBase::getSFImage(void) const 
    8080{ 
     
    9494 
    9595//     setRefd(_sfImage.getValue(), value); 
    96     _sfImage.setValue(ImagePtr(value)); 
     96    _sfImage.setValue(ImageInternalRefPtr(value)); 
    9797} 
    9898 
     
    32093209 
    32103210 
    3211 inline 
    3212 Char8 *TextureChunkBase::getClassname(void) 
     3211inline Char8 const * 
     3212TextureChunkBase::getClassname(void) 
    32133213{ 
    32143214    return "TextureChunk";