From 16dd95b4e3ad9b404f715898dc77b9d83601a86b Mon Sep 17 00:00:00 2001 From: smh Date: Wed, 14 Apr 2004 11:01:40 +0000 Subject: [PATCH] Remove dependencies from VISU_I --- src/VISU_Event/Makefile.in | 5 +++-- src/VISU_Event/VISU_Event.h | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) 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 -- 2.39.2