Salome HOME
Merge branch 'agy/ParallelContainerLaunch'
[modules/kernel.git] / src / ResourcesManager / ResourcesManager.hxx
index eaa6eaa8c04f375845bbc901773ff6653eef9659..1ab18a23e14daa331d7421b3b38310c0ff899d17 100644 (file)
@@ -87,8 +87,7 @@ class RESOURCESMANAGER_EXPORT ResourcesManager_cpp
     std::vector<std::string> 
     GetFittingResources(const resourceParams& params) throw(ResourcesException);
 
-    std::string Find(const std::string& policy, 
-                     const std::vector<std::string>& listOfResources);
+    std::string Find(const std::string& policy, const std::vector<std::string>& listOfResources) const;
 
     void AddResourceInCatalog (const ParserResourcesType & new_resource);
 
@@ -100,7 +99,8 @@ class RESOURCESMANAGER_EXPORT ResourcesManager_cpp
 
     const MapOfParserResourcesType& GetList() const;
 
-    ParserResourcesType GetResourcesDescr(const std::string & name);
+    //! thread safe
+    ParserResourcesType GetResourcesDescr(const std::string & name) const;
 
   protected: