Salome HOME
Merge remote-tracking branch 'origin/BR_1321_ECW' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_AISTrihedron.h
index 668918d418bdc401644edc7a0ff28984c8af6d78..8722c5089aff6018f1b47e967de0ba1516526101 100644 (file)
@@ -1,12 +1,8 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
+// Copyright (C) 2014-2015  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.
+// 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
@@ -20,6 +16,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
+
 #ifndef HYDROGUI_AISTRIHEDRON_H
 #define HYDROGUI_AISTRIHEDRON_H
 
@@ -34,7 +31,6 @@
  * \brief AIS trihedron is redefined in order to show U text on the OX axis
  * and Z text on the OY axis.
  */
-DEFINE_STANDARD_HANDLE(HYDROGUI_AISTrihedron, AIS_Trihedron)
 
 class HYDROGUI_AISTrihedron : public AIS_Trihedron
 {
@@ -89,9 +85,9 @@ public:
    * \param theTransformation the transformation
    * \param thePresentationManager the presentation
    */
-  void Compute( const Handle_Prs3d_Projector& theProjector,
-                const Handle_Geom_Transformation& theTransformation,
-                const Handle_Prs3d_Presentation& thePresentation );
+  void Compute( const Handle(Prs3d_Projector)& theProjector,
+                const Handle(Geom_Transformation)& theTransformation,
+                const Handle(Prs3d_Presentation)& thePresentation );
 
   /**
    * AIS trihedron compute selection method. It is empty. We do not select the trihedron