Salome HOME
PAL10870 - to improve export of Plot2d to PostScript
[modules/gui.git] / src / OBJECT / SALOME_GLOwner.h
index b13033fdc4a6026be98ca1d6f2b68e2adb1bf772..770911392a90640a2d2477028c4f1e805f78b6cb 100644 (file)
@@ -1,10 +1,33 @@
+// Copyright (C) 2005  OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D
+// 
+// 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.
+//
+// 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/
+//
 #ifndef SALOME_GLOWNER_H
 #define SALOME_GLOWNER_H
 
 #include <string>
 //#include <GLViewer.h>
 #include <GLViewer_Object.h>
-#include <SALOME_Actor.h>
+
+#ifdef WNT
+#define SALOME_OBJECT_EXPORT __declspec (dllexport)
+#else
+#define SALOME_OBJECT_EXPORT
+#endif
 
 class SALOME_OBJECT_EXPORT SALOME_GLOwner : public GLViewer_Owner
 {