X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMUtils%2FGEOMUtils_XmlHandler.hxx;h=d3251780e04c068f1c24b985f2b9421b5ff62f45;hb=b6f0965afb72083a5234f9b4fb0b233adaaf8d9d;hp=e5952cff056570e7578508e32d263d55c9a76bbb;hpb=aeddae77192d933be1aee8855d8f7c525878cad9;p=modules%2Fgeom.git diff --git a/src/GEOMUtils/GEOMUtils_XmlHandler.hxx b/src/GEOMUtils/GEOMUtils_XmlHandler.hxx index e5952cff0..d3251780e 100644 --- a/src/GEOMUtils/GEOMUtils_XmlHandler.hxx +++ b/src/GEOMUtils/GEOMUtils_XmlHandler.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2013-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,18 +17,18 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#include - #ifndef _GEOMUtils_XmlHandler_HXX_ #define _GEOMUtils_XmlHandler_HXX_ +#include + #include #include namespace GEOMUtils { //! Plugin action data - struct ActionData + struct Standard_EXPORT ActionData { std::string label; //!< unique ID std::string icon; //!< icon @@ -39,7 +39,7 @@ namespace GEOMUtils }; //! Plugin data - struct PluginData + struct Standard_EXPORT PluginData { std::string name; //!< plugin name std::string serverLib; //!< engine library @@ -50,7 +50,7 @@ namespace GEOMUtils //! Plugins information typedef std::list PluginInfo; - PluginInfo ReadPluginInfo(); + Standard_EXPORT PluginInfo ReadPluginInfo(); } #endif // _GEOMUtils_XmlHandler_HXX_