- Timestamp:
- 01/24/08 15:11:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Groups/Base/OSGLightBase.inl
r1017 r1041 244 244 LightBase::editSFBeacon(void) 245 245 { 246 editSField(BeaconFieldMask); 247 246 248 return &_sfBeacon; 247 249 } … … 256 258 LightBase::editBeacon(void) 257 259 { 260 editSField(BeaconFieldMask); 261 258 262 return _sfBeacon.editValue(); 259 263 } … … 499 503 LightBase::editSFLightEngine(void) 500 504 { 505 editSField(LightEngineFieldMask); 506 501 507 return &_sfLightEngine; 502 508 } … … 511 517 LightBase::editLightEngine(void) 512 518 { 519 editSField(LightEngineFieldMask); 520 513 521 return _sfLightEngine.editValue(); 514 522 }
