Show
Ignore:
Timestamp:
06/18/07 06:45:35 (1 year ago)
Author:
vossg
Message:

fixed : wince compile problems

: applied 1.8 merge changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Image/ES/OSGImageBase.inl

    r787 r798  
    702702} 
    703703 
    704 //! Get the value of the \a index element the Image::_mfParents field. 
    705 inline 
    706 ParentFieldContainerPtrConst ImageBase::getParents(const UInt32 index) const 
    707 { 
    708     return _mfParents[index]; 
    709 } 
    710  
    711 //! Get the Image::_mfParents field. 
    712 inline 
    713 const MFParentFieldContainerPtr &ImageBase::getParents(void) const 
    714 { 
    715     return _mfParents; 
    716 } 
    717  
    718704//! Get the value of the \a index element the Image::_mfPixel field. 
    719705inline