]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fixed bug with missing SALOMEDS CORBA headers
authorsrn <srn@opencascade.com>
Tue, 21 Feb 2006 07:10:17 +0000 (07:10 +0000)
committersrn <srn@opencascade.com>
Tue, 21 Feb 2006 07:10:17 +0000 (07:10 +0000)
src/SALOMEDSClient/Makefile.in
src/SALOMEDSClient/SALOMEDSClient_ClientFactory.hxx

index b5d313ac4f2ae0fa212177f3a6905e9a6352e30b..b8db05ae1ab71aa0b74cf8fdd71c688a6d3e09e9 100644 (file)
@@ -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)
index 091a26a757bd894757b410b03e1c24080b6250b8..85929293d90df7b699eed79fe5de934b492aeac2 100644 (file)
@@ -35,7 +35,7 @@
 
 // IDL headers
 #include <SALOMEconfig.h>
-#include CORBA_SERVER_HEADER(SALOMEDS)
+#include CORBA_CLIENT_HEADER(SALOMEDS)
 
 class ClientFactory {