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/Depreciated/State/OSGTextureChunkBase.inl

    r1193 r1197  
    7777//! Get the value of the TextureChunk::_sfImage field. 
    7878inline 
    79 ImagePtr TextureChunkBase::getImage(void) const 
     79Image * TextureChunkBase::getImage(void) const 
    8080{ 
    8181    return _sfImage.getValue(); 
     
    8484//! Set the value of the TextureChunk::_sfImage field. 
    8585inline 
    86 void TextureChunkBase::setImage(const ImagePtr value) 
     86void TextureChunkBase::setImage(Image * const value) 
    8787{ 
    8888    editSField(ImageFieldMask);