X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVGUI%2FPVGUI_Tools.h;h=c7346796fadaf7073cccd566d949ebaea3433721;hb=fe837bd5f2aae9a93c8986af24a84520551b2995;hp=84433ea3481db84d295dd14ef537650aea15859e;hpb=ee690f177c97c5f6093551b09c3cb8ac4a3020d1;p=modules%2Fparavis.git diff --git a/src/PVGUI/PVGUI_Tools.h b/src/PVGUI/PVGUI_Tools.h index 84433ea3..c7346796 100644 --- a/src/PVGUI/PVGUI_Tools.h +++ b/src/PVGUI/PVGUI_Tools.h @@ -25,16 +25,21 @@ #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); };