Salome HOME
- appli_path bug write fix
[modules/kernel.git] / src / ResourcesManager / ResourcesManager.hxx
index 9d1e42921f1986adfc8f7a8c02e3b7605b84776c..1afcf69a55e2b42e8b948559e28862cf3a773462 100644 (file)
@@ -81,16 +81,11 @@ class RESOURCESMANAGER_EXPORT ResourcesManager_cpp
     std::string Find(const std::string& policy, 
                      const std::vector<std::string>& listOfResources);
 
-    int AddResourceInCatalog (const resourceParams& paramsOfNewResources,
-                              const std::vector<std::string>& componentsOnNewResources,
-                              const char *userName,
-                              AccessModeType mode,
-                              AccessProtocolType prot,
-                              AccessProtocolType iprot) throw(ResourcesException);
+    void AddResourceInCatalog (const ParserResourcesType & new_resource) throw(ResourcesException);
 
     void DeleteResourceInCatalog(const char * name);
 
-    void WriteInXmlFile(std::string xml_file);
+    void WriteInXmlFile(std::string xml_file);
 
     const MapOfParserResourcesType& ParseXmlFiles();