- Timestamp:
- 01/24/08 15:11:54 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/State/Base/OSGLightChunkBase.inl
r1017 r1041 629 629 LightChunkBase::editSFBeacon(void) 630 630 { 631 editSField(BeaconFieldMask); 632 631 633 return &_sfBeacon; 632 634 } … … 641 643 LightChunkBase::editBeacon(void) 642 644 { 645 editSField(BeaconFieldMask); 646 643 647 return _sfBeacon.editValue(); 644 648 }
