Salome HOME
Lot 2: change bathy associated to natural object propagated to all cases without...
[modules/hydro.git] / src / HYDROData / HYDROData_OperationsFactory.h
index 5eae0362f66b70629e4981e974c87901d7e6346e..b9df8e7182afa6c9703c06346339021146eabba9 100644 (file)
@@ -1,3 +1,21 @@
+// 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, 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
 
@@ -6,7 +24,7 @@
 #include <QMap>
 
 class ImageComposer_Operator;
-class Handle_HYDROData_Document;
+class HYDROData_Document;
 
 /**\class HYDROData_OperationsFactory
  *
@@ -42,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