From: srn Date: Tue, 21 Feb 2006 07:10:17 +0000 (+0000) Subject: Fixed bug with missing SALOMEDS CORBA headers X-Git-Tag: Tag_09032006~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b67a3f1355f6724da5c2cf88267a00bc68e97232;p=modules%2Fkernel.git Fixed bug with missing SALOMEDS CORBA headers --- 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 {