X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FATOMICGUI%2FATOMICGUI_ImportExportOp.h;h=aa6a55426bcdbdd8704ac02278cc32f35c0a2a21;hb=8b09a6577576d69b7146fad408bd7b64b3947f60;hp=24d53d5c3b546a29b36fa5cf93f253b350048614;hpb=3275b1abf75b243732fe1a5ea9f3a772bd9a58c7;p=samples%2Fatomic.git diff --git a/src/ATOMICGUI/ATOMICGUI_ImportExportOp.h b/src/ATOMICGUI/ATOMICGUI_ImportExportOp.h index 24d53d5..aa6a554 100644 --- a/src/ATOMICGUI/ATOMICGUI_ImportExportOp.h +++ b/src/ATOMICGUI/ATOMICGUI_ImportExportOp.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,14 +20,16 @@ #ifndef ATOMICGUI_IMPORTEXPORT_OP_H #define ATOMICGUI_IMPORTEXPORT_OP_H -#include +#include "ATOMICGUI_Operation.h" + +#include "ATOMICGUI_ATOMICGUI.hxx" /*! * Class : ATOMICGUI_ImportExportOp * Description : Operation for Import and Export of data structure to/from * an external file in XML format in ATOMIC component */ -class ATOMICGUI_ImportExportOp : public ATOMICGUI_Operation +class ATOMICGUI_EXPORT ATOMICGUI_ImportExportOp : public ATOMICGUI_Operation { Q_OBJECT