info.name().c_str(), info.description().c_str(), info.path().c_str());
module = new Module(this, info, loader(info.path()));
moduleMap[guid] = module;
} else {
module = it->second;
info.name().c_str(), info.description().c_str(), info.path().c_str());
module = new Module(this, info, loader(info.path()));
moduleMap[guid] = module;
} else {
module = it->second;