Salome HOME
Update version to 3.2.0a1
[modules/gui.git] / src / GLViewer / GLViewer_Context.h
index 603e183cfeb537431e35a6c01eb9dd06e68ea6b5..f8c76eb504552915db48553910d05e29ddfef817 100644 (file)
@@ -1,7 +1,26 @@
+//  Copyright (C) 2005 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.
+//
+//  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+//
+//  Author : OPEN CASCADE
+//
+
 // File:      GLViewer_Context.h
 // Created:   November, 2004
-// Author:    OCC team
-// Copyright (C) CEA 2004
 
 
 /*! Class GLViewer_Context
@@ -119,7 +138,7 @@ public:
   GLViewer_Object*      getFirstObject() { return *( myActiveObjects.begin() ); }
 
   //! A function clear highlighted object information
-  void                  clearHighlighted();
+  void                  clearHighlighted( bool updateViewer );
   //! A function clear selection object information
   void                  clearSelected( bool updateViewer );
   //! A function make theObject as selected object and update viewer if updateViewer = true