Salome HOME
Merge branch 'BR_1328' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_BathymetryBoundsOp.cxx
index 69e2438201baad1c9a6212387766417f1f74fed9..36b111ec0243fc90a6d813dd0b26dd450b9271d1 100644 (file)
@@ -1,8 +1,4 @@
-// Copyright (C) 2007-2015  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
@@ -22,7 +18,7 @@
 //
 
 #include <HYDROGUI_BathymetryBoundsOp.h>
-#include <HYDROGUI_Tool.h>
+#include <HYDROGUI_Tool2.h>
 #include <HYDROGUI_UpdateFlags.h>
 #include <HYDROGUI_Module.h>
 #include <HYDROGUI_DataObject.h>
@@ -56,7 +52,7 @@ void HYDROGUI_BathymetryBoundsOp::startOperation()
 bool HYDROGUI_BathymetryBoundsOp::processApply( int& theUpdateFlags, QString& theErrorMsg,
                                                 QStringList& theBrowseObjectsEntries )
 {
-  Handle_HYDROData_PolylineXY aPolyline = myBath->CreateBoundaryPolyline();
+  Handle(HYDROData_PolylineXY) aPolyline = myBath->CreateBoundaryPolyline();
   bool isOK = !aPolyline.IsNull();
   theUpdateFlags = 0;
   if( isOK ) {