X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpPlugins%2FInterface%2FPlugins.h;h=f93f3770c9fe809592d11c2605caf55dc22a5ceb;hb=00b54bc0344d74f31df8b93f7c28a07cfc8d6873;hp=5bf887cb46171689556ebca407814f317798f5e9;hpb=ad814fa27df55cd06a071e474e56efc27f9f8fa5;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Plugins.h b/lib/cpPlugins/Interface/Plugins.h index 5bf887c..f93f377 100644 --- a/lib/cpPlugins/Interface/Plugins.h +++ b/lib/cpPlugins/Interface/Plugins.h @@ -55,7 +55,7 @@ namespace cpPlugins void SetApplication( BaseApplication* a ); // Plugins management - bool LoadPluginsPath( const std::string& path ); + bool LoadPluginsPath( const std::string& path, bool r = false ); bool LoadPlugins( const std::string& fname ); bool LoadPluginsConfigurationFile( const std::string& fname ); const TStringContainer& GetLoadedPlugins( ) const;