Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 2:45:20 PM (9 years ago)
Author:
landauf
Message:

statically initialized instances may contain a type. currently not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.cc

    r10522 r10530  
    3333namespace orxonox
    3434{
    35     StaticallyInitializedInstance::StaticallyInitializedInstance()
     35    StaticallyInitializedInstance::StaticallyInitializedInstance(Type type)
    3636    {
     37        this->type_ = type;
    3738        this->module_ = ModuleInstance::getCurrentModuleInstance();
    3839        this->module_->addStaticallyInitializedInstance(this);
Note: See TracChangeset for help on using the changeset viewer.