X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_BathymetryBoundsOp.cxx;h=36b111ec0243fc90a6d813dd0b26dd450b9271d1;hb=7bb8da28edc30835dbef7be9b5790dfe925b1bf4;hp=1dd589b72eb7d04f09f4819f51dea95f2340c10d;hpb=e7225e329739e01faed6682de0bc83cf84c28de6;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_BathymetryBoundsOp.cxx b/src/HYDROGUI/HYDROGUI_BathymetryBoundsOp.cxx index 1dd589b7..36b111ec 100644 --- a/src/HYDROGUI/HYDROGUI_BathymetryBoundsOp.cxx +++ b/src/HYDROGUI/HYDROGUI_BathymetryBoundsOp.cxx @@ -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 @@ -18,10 +14,11 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +//See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include -#include +#include #include #include #include @@ -55,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 ) {