Salome HOME
Merge remote branch 'origin/abn/guifix' into V7_5_BR
[modules/paravis.git] / src / PVGUI / PVGUI_Tools.h
old mode 100755 (executable)
new mode 100644 (file)
index 84433ea..c734679
 #ifndef PVGUI_Tools_H
 #define PVGUI_Tools_H
 
-#include "PARAVIS_Gen_i.hh"
+#ifdef PARAVIS_WITH_FULL_CORBA
+#  include "PARAVIS_Gen_i.hh"
+#endif
 
 #include "SALOMEDSClient_Study.hxx"
 
+#define PVSTATEID 15555
+
 class CAM_Module;
 
 namespace PARAVIS 
 {
-  
+#ifdef PARAVIS_WITH_FULL_CORBA
   PARAVIS_Gen_i* GetParavisGen(const CAM_Module* theModule);
+#endif
 
   _PTR(Study)    GetCStudy(const CAM_Module* theModule);
 };