comparison Plugins/Engine/PluginsManager.cpp @ 1644:939b921b2c81

plugin error dictionary
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Sep 2015 22:05:27 +0200
parents eb8fbcf008b5
children 4c5a85c3ff43
comparison
equal deleted inserted replaced
1643:87c77b9b3679 1644:939b921b2c81
344 else 344 else
345 { 345 {
346 return it->second->GetVersion(); 346 return it->second->GetVersion();
347 } 347 }
348 } 348 }
349
350
351 std::string PluginsManager::GetPluginName(SharedLibrary& library)
352 {
353 return CallGetName(library);
354 }
349 } 355 }