Salome HOME
[bos #35138][EDF] (2023-T1) Specialization of resources in KERNEL. Fixed compilation...
authorKonstantin Leontev <konstantin.leontev@opencascade.com>
Wed, 9 Aug 2023 10:28:21 +0000 (11:28 +0100)
committerKonstantin Leontev <konstantin.leontev@opencascade.com>
Wed, 9 Aug 2023 10:28:21 +0000 (11:28 +0100)
src/ResourcesManager/SALOME_ResourcesCatalog_Handler.hxx

index 33df40f0e764b646e244ed459475a5c1189d45f4..246c02c3737bdd39266f391e9b89456dcfae1b1f 100644 (file)
@@ -53,6 +53,8 @@ public :
   void readXmlDoc(xmlDocPtr theDoc);
   void writeXmlDoc(xmlDocPtr theDoc) const;
 
+  static std::string readAttr(xmlNodePtr node, const xmlChar* attr);
+
 protected:
   void readNodeResourcesJob(xmlNodePtr node);
   void readNodeResourcesContainer(xmlNodePtr node);
@@ -66,8 +68,6 @@ protected:
   // void readNodeCluster(xmlNodePtr node);
   // bool readNodeClusterMember(xmlNodePtr node, ParserResourcesTypeContainer& resource);
 
-  static std::string readAttr(xmlNodePtr node, const xmlChar* attr);
-
   void writeNodeResourcesJob(xmlNodePtr node) const;
   void writeNodeResourcesContainer(xmlNodePtr node) const;