- Timestamp:
- May 24, 2018, 3:59:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_FS18/src/libraries/core/BaseObject.cc
r11103 r11999 77 77 { 78 78 this->setFile(this->creator_->getFile()); 79 79 80 80 // store strong-pointers on all four base objects by default (can be overwritten with weak-ptr after the constructor if necessary) 81 81 this->setNamespace(this->creator_->namespace_.createStrongPtr());
Note: See TracChangeset
for help on using the changeset viewer.