Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 27, 2015, 10:40:50 PM (9 years ago)
Author:
landauf
Message:

renamed variable. it's the library's name (e.g. libpong) and not the modules name (e.g. 'pong')

File:
1 edited

Legend:

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

    r10536 r10549  
    3535    ModuleInstance* ModuleInstance::currentModuleInstance_s = NULL;
    3636
    37     ModuleInstance::ModuleInstance(const std::string& name)
    38         : name_(name)
     37    ModuleInstance::ModuleInstance(const std::string& libraryName)
     38        : libraryName_(libraryName)
    3939        , dynLib_(NULL)
    4040    {
Note: See TracChangeset for help on using the changeset viewer.