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/Misc/OSGInlineBase.cpp

    r2 r54  
    167167} 
    168168 
     169#ifdef OSG_1_COMPAT 
     170MFString *InlineBase::getMFUrl(void) 
     171{ 
     172    return this->editMFUrl(); 
     173} 
     174#endif 
     175 
    169176SFBool *InlineBase::editSFLoaded(void) 
    170177{ 
     
    178185    return &_sfLoaded; 
    179186} 
     187 
     188#ifdef OSG_1_COMPAT 
     189SFBool *InlineBase::getSFLoaded(void) 
     190{ 
     191    return this->editSFLoaded(); 
     192} 
     193#endif 
    180194 
    181195