Salome HOME
Merge branch 'eap/23514'
[modules/kernel.git] / src / ResourcesManager / ResourcesManager.hxx
index 1ab18a23e14daa331d7421b3b38310c0ff899d17..5e8c54d664fd388bb3aac7c4bd9a29863a5a75e7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -66,14 +66,6 @@ struct RESOURCESMANAGER_EXPORT resourceParams
   std::vector<std::string> resourceList;
 };
 
-class RESOURCESMANAGER_EXPORT ResourcesException
-{
-public:
-  const std::string msg;
-
-  ResourcesException(const std::string m) : msg(m) {}
-};
-
 class RESOURCESMANAGER_EXPORT ResourcesManager_cpp
   {
 
@@ -114,11 +106,11 @@ class RESOURCESMANAGER_EXPORT ResourcesManager_cpp
      */
     void AddDefaultResourceInCatalog();
 
-    //! will contain the path to the ressources catalog
+    //! will contain the path to the resources catalog
     std::list<std::string> _path_resources;
     std::list<std::string>::iterator _path_resources_it;
 
-    //! will contain the informations on the data type catalog(after parsing)
+    //! will contain the information on the data type catalog(after parsing)
     MapOfParserResourcesType _resourcesList;
 
     //! a map that contains all the available load rate managers (the key is the name)