Salome HOME
refs #1832
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportSinusXOp.h
index d2abad60474f803dc33f4eecf50152f05eaf8c60..36665caed0e5cba45d4276c735eefee4d5b9c04a 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
@@ -27,7 +23,7 @@
 #include <NCollection_Sequence.hxx>
 
 class SUIT_FileDlg;
-class Handle_HYDROData_Entity;
+class HYDROData_Entity;
 
 class HYDROGUI_ImportSinusXOp : public HYDROGUI_Operation
 {
@@ -40,7 +36,7 @@ public:
 protected:
   virtual void startOperation();
   virtual void onApply();
-  void UpdateView( NCollection_Sequence<Handle_HYDROData_Entity>& anEntities);
+  void UpdateView( NCollection_Sequence<Handle(HYDROData_Entity)>& anEntities);
 private:
   SUIT_FileDlg* myFileDlg;
 };