- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Misc/OSGInlineBase.cpp
r2 r54 167 167 } 168 168 169 #ifdef OSG_1_COMPAT 170 MFString *InlineBase::getMFUrl(void) 171 { 172 return this->editMFUrl(); 173 } 174 #endif 175 169 176 SFBool *InlineBase::editSFLoaded(void) 170 177 { … … 178 185 return &_sfLoaded; 179 186 } 187 188 #ifdef OSG_1_COMPAT 189 SFBool *InlineBase::getSFLoaded(void) 190 { 191 return this->editSFLoaded(); 192 } 193 #endif 180 194 181 195
