From: Konstantin Leontev Date: Wed, 9 Aug 2023 10:28:21 +0000 (+0100) Subject: [bos #35138][EDF] (2023-T1) Specialization of resources in KERNEL. Fixed compilation... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f13cd3662e0ad1ce39d3f5455f616a416cdf2bb;hp=85a59f708626d55f739b6822c571785171d980b4;p=modules%2Fkernel.git [bos #35138][EDF] (2023-T1) Specialization of resources in KERNEL. Fixed compilation on Windows. --- diff --git a/src/ResourcesManager/SALOME_ResourcesCatalog_Handler.hxx b/src/ResourcesManager/SALOME_ResourcesCatalog_Handler.hxx index 33df40f0e..246c02c37 100644 --- a/src/ResourcesManager/SALOME_ResourcesCatalog_Handler.hxx +++ b/src/ResourcesManager/SALOME_ResourcesCatalog_Handler.hxx @@ -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;