Salome HOME
Merge from agy/feedbackads140304
[modules/paravis.git] / src / PVGUI / PVGUI_Tools.h
index 7b929c849e12984a3d7b05324ee74faed6adc821..84433ea3481db84d295dd14ef537650aea15859e 100644 (file)
@@ -1,12 +1,11 @@
 // PARAVIS : ParaView wrapper SALOME module
 //
-// Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2010-2014  CEA/DEN, 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
@@ -28,6 +27,8 @@
 
 #include "PARAVIS_Gen_i.hh"
 
+#include "SALOMEDSClient_Study.hxx"
+
 class CAM_Module;
 
 namespace PARAVIS 
@@ -35,6 +36,7 @@ namespace PARAVIS
   
   PARAVIS_Gen_i* GetParavisGen(const CAM_Module* theModule);
 
+  _PTR(Study)    GetCStudy(const CAM_Module* theModule);
 };
 
 #endif // PVGUI_Tools_H