Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_GraphicViewsHandler.hxx
index 0d77c1a31d167c2541d208f9cf9696b6157694b4..baf0de2052a5a80c760a1b2809fe13ed3ef108ec 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  CEA, EDF
 //
 // 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
@@ -28,6 +28,7 @@
 #include <QMap>
 
 //HEXABLOCK Includes
+#include "HEXABLOCKGUI_Export.hxx"
 #include "HEXABLOCKGUI_VtkDocumentGraphicView.hxx"
 
 namespace HEXABLOCK
@@ -35,11 +36,11 @@ namespace HEXABLOCK
   namespace GUI
   {
 
-      class GraphicViewsHandler
+      class HEXABLOCK_EXPORT GraphicViewsHandler
       {
 
       public:
-          GraphicViewsHandler()/*: vtkViewManager(NULL)*/ {}
+          GraphicViewsHandler() {}
           virtual ~GraphicViewsHandler() {}
           VtkDocumentGraphicView* getDocumentGraphicView(SVTK_ViewWindow* view) const;
           VtkDocumentGraphicView* createDocumentGraphicView(DocumentModel* docModel, SVTK_ViewWindow* wnd, QWidget* parent);