From b67a3f1355f6724da5c2cf88267a00bc68e97232 Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 21 Feb 2006 07:10:17 +0000 Subject: [PATCH] Fixed bug with missing SALOMEDS CORBA headers --- src/SALOMEDSClient/Makefile.in | 4 +++- src/SALOMEDSClient/SALOMEDSClient_ClientFactory.hxx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SALOMEDSClient/Makefile.in b/src/SALOMEDSClient/Makefile.in index b5d313ac4..b8db05ae1 100644 --- a/src/SALOMEDSClient/Makefile.in +++ b/src/SALOMEDSClient/Makefile.in @@ -57,7 +57,9 @@ EXPORT_HEADERS= SALOMEDSClient_definitions.hxx \ LIB = libSalomeDSClient.la LIB_SRC = SALOMEDSClient_ClientFactory.cxx -LIB_SERVER_IDL = SALOMEDS.idl +LIB_CLIENT_IDL = SALOMEDS.idl \ + SALOME_Exception.idl \ + SALOME_GenericObj.idl CPPFLAGS+=$(BOOST_CPPFLAGS) CXXFLAGS+=$(BOOST_CPPFLAGS) diff --git a/src/SALOMEDSClient/SALOMEDSClient_ClientFactory.hxx b/src/SALOMEDSClient/SALOMEDSClient_ClientFactory.hxx index 091a26a75..85929293d 100644 --- a/src/SALOMEDSClient/SALOMEDSClient_ClientFactory.hxx +++ b/src/SALOMEDSClient/SALOMEDSClient_ClientFactory.hxx @@ -35,7 +35,7 @@ // IDL headers #include -#include CORBA_SERVER_HEADER(SALOMEDS) +#include CORBA_CLIENT_HEADER(SALOMEDS) class ClientFactory { -- 2.39.2