Salome HOME
First try to correct MEDReader problem under Windows.
[modules/paravis.git] / src / PVGUI / PVGUI_OutputWindowAdapter.h
index cb79671aea9cc2387669b4c11a535ade7b242678..f37fd5056197d1e1ed069721673ef454b4c35b7c 100644 (file)
@@ -1,4 +1,21 @@
-
+// Copyright (C) 2010-2014  CEA/DEN, EDF 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, 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
+// 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/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef _PVGUI_OutputWindowAdapter_h
 #define _PVGUI_OutputWindowAdapter_h
@@ -17,7 +34,7 @@ class PVGUI_OutputWindowAdapter : public vtkOutputWindow
 {
 public:
   static PVGUI_OutputWindowAdapter *New();
-  vtkTypeRevisionMacro(PVGUI_OutputWindowAdapter, vtkOutputWindow);
+  vtkTypeMacro(PVGUI_OutputWindowAdapter, vtkOutputWindow);
 
   //! Returns the number of text messages received
   const unsigned int getTextCount();