X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FATOMICGUI%2FATOMICGUI_Selection.h;h=0ff4db3569550a5c14d4d7337f7b7ecfce325abc;hb=b081a5cbdce8721f280313371a793a72c07569b1;hp=55543bacefd10f051cc01a8c265c71f01efbd0c1;hpb=ee81df44e638f9c22f7c2b5814166e02cf77211b;p=samples%2Fatomic.git diff --git a/src/ATOMICGUI/ATOMICGUI_Selection.h b/src/ATOMICGUI/ATOMICGUI_Selection.h index 55543ba..0ff4db3 100644 --- a/src/ATOMICGUI/ATOMICGUI_Selection.h +++ b/src/ATOMICGUI/ATOMICGUI_Selection.h @@ -1,27 +1,27 @@ -// Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// 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, or (at your option) any later version. // -// 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. +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org #if !defined(ATOMICGUI_SELECTION_H) #define ATOMICGUI_SELECTION_H +#include "ATOMICGUI_ATOMICGUI.hxx" + #include #include @@ -32,7 +32,7 @@ class LightApp_SelectionMgr; * Description : Selection class for ATOMIC component. * Computation of object parameters for popup manager. */ -class ATOMICGUI_Selection : public LightApp_Selection +class ATOMICGUI_EXPORT ATOMICGUI_Selection : public LightApp_Selection { public: ATOMICGUI_Selection ();