Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2013, 4:16:01 PM (11 years ago)
Author:
landauf
Message:

it's probably better to store the context in a seaprate interface instead of adding a constructor argument to OrxonoxClass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/OrxonoxClass.cc

    r9561 r9562  
    4444        @brief Constructor: Sets the default values.
    4545    */
    46     OrxonoxClass::OrxonoxClass(Context* context) : context_(context)
     46    OrxonoxClass::OrxonoxClass()
    4747    {
    48         //assert(context);
    49         if (!this->context_)
    50             this->context_ = Context::getRootContext();
    51 
    5248        this->identifier_ = 0;
    5349        this->parents_ = 0;
Note: See TracChangeset for help on using the changeset viewer.