Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Light/Shadow/Engines/OSGSimpleShadowMapEngineBase.cpp

    r2 r54  
    143143} 
    144144 
     145#ifdef OSG_1_COMPAT 
     146SFInt32 *SimpleShadowMapEngineBase::getSFForceTextureUnit(void) 
     147{ 
     148    return this->editSFForceTextureUnit(); 
     149} 
     150#endif 
     151 
    145152 
    146153 
     
    317324namespace 
    318325{ 
    319     static Char8 cvsid_cpp       [] = "@(#)$Id: OSGSimpleShadowMapEngineBase.cpp,v 1.1.2.3 2006/08/01 08:48:58 vossg Exp $"; 
     326    static Char8 cvsid_cpp       [] = "@(#)$Id: $"; 
    320327    static Char8 cvsid_hpp       [] = OSGSIMPLESHADOWMAPENGINEBASE_HEADER_CVSID; 
    321328    static Char8 cvsid_inl       [] = OSGSIMPLESHADOWMAPENGINEBASE_INLINE_CVSID;