- Timestamp:
- Aug 27, 2015, 10:40:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/module/ModuleInstance.cc
r10536 r10549 35 35 ModuleInstance* ModuleInstance::currentModuleInstance_s = NULL; 36 36 37 ModuleInstance::ModuleInstance(const std::string& name)38 : name_(name)37 ModuleInstance::ModuleInstance(const std::string& libraryName) 38 : libraryName_(libraryName) 39 39 , dynLib_(NULL) 40 40 {
Note: See TracChangeset
for help on using the changeset viewer.