From: smh Date: Wed, 14 Apr 2004 11:01:40 +0000 (+0000) Subject: Remove dependencies from VISU_I X-Git-Tag: mergeto_Event_Server_20Apr04~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16dd95b4e3ad9b404f715898dc77b9d83601a86b;p=modules%2Fvisu.git Remove dependencies from VISU_I --- diff --git a/src/VISU_Event/Makefile.in b/src/VISU_Event/Makefile.in index 9a74fd18..bd2a7784 100644 --- a/src/VISU_Event/Makefile.in +++ b/src/VISU_Event/Makefile.in @@ -42,8 +42,9 @@ LIB = libVISUEvent.la LIB_SRC = \ VISU_Event.cxx -LIB_CLIENT_IDL = SALOME_GenericObj.idl \ - VISU_Gen.idl +LIB_CLIENT_IDL = VISU_Gen.idl SALOME_Component.idl \ + SALOME_Exception.idl SALOME_GenericObj.idl \ + SALOMEDS.idl SALOMEDS_Attributes.idl MED.idl # additionnal information to compil and link file diff --git a/src/VISU_Event/VISU_Event.h b/src/VISU_Event/VISU_Event.h index 5db95716..1cd4855b 100644 --- a/src/VISU_Event/VISU_Event.h +++ b/src/VISU_Event/VISU_Event.h @@ -31,7 +31,11 @@ #include "SALOME_Event.hxx" -#include "VISUConfig.hh" +#include "SALOMEconfig.h" +#include CORBA_SERVER_HEADER(VISU_Gen) +namespace VISU{ + class Base_i; +} // VISU event types: 10000...10999 #define VISU_START_EVENT 10000