X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_OperationsFactory.h;h=b9df8e7182afa6c9703c06346339021146eabba9;hb=fce3f1240b6161d7cb837344078e5943b90eca65;hp=c18843acc390189a44decc3b6ec534fcd535879c;hpb=439579ec24edd8b147cab07f688d446d59029a1e;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_OperationsFactory.h b/src/HYDROData/HYDROData_OperationsFactory.h index c18843ac..b9df8e71 100644 --- a/src/HYDROData/HYDROData_OperationsFactory.h +++ b/src/HYDROData/HYDROData_OperationsFactory.h @@ -16,22 +16,6 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// 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 HYDROData_OperationsFactory_HeaderFile #define HYDROData_OperationsFactory_HeaderFile @@ -40,7 +24,7 @@ #include class ImageComposer_Operator; -class Handle_HYDROData_Document; +class HYDROData_Document; /**\class HYDROData_OperationsFactory * @@ -76,7 +60,7 @@ public: * \returns created object related to the data structure */ HYDRODATA_EXPORT Handle(HYDROData_Image) CreateImage( - Handle_HYDROData_Document theDoc, const ImageComposer_Operator* theOperator); + Handle(HYDROData_Document) theDoc, const ImageComposer_Operator* theOperator); /** * Returns the operator, initialized by the properties of theImage