X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FATOMICGUI%2FATOMICGUI_DeleteOp.h;h=044f4f681a2226b7f1bc364642291a22aee99e7f;hb=0e7f5ff3af55e2fe05a90ad93e70cd43ed973fe9;hp=c5f0ebacd48c00da44f1b9d74d37b060d1eac059;hpb=27aca4eb2d39a45e0c17e161c560a25746bb7dad;p=samples%2Fatomic.git diff --git a/src/ATOMICGUI/ATOMICGUI_DeleteOp.h b/src/ATOMICGUI/ATOMICGUI_DeleteOp.h index c5f0eba..044f4f6 100644 --- a/src/ATOMICGUI/ATOMICGUI_DeleteOp.h +++ b/src/ATOMICGUI/ATOMICGUI_DeleteOp.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2014 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,13 +20,15 @@ #ifndef ATOMICGUI_DELETEOP_OP_H #define ATOMICGUI_DELETEOP_OP_H -#include +#include "ATOMICGUI_ATOMICGUI.hxx" + +#include "ATOMICGUI_Operation.h" /*! * Class : ATOMICGUI_DeleteOp * Description : Operation for objects removal in ATOMIC component */ -class ATOMICGUI_DeleteOp : public ATOMICGUI_Operation +class ATOMICGUI_EXPORT ATOMICGUI_DeleteOp : public ATOMICGUI_Operation { Q_OBJECT