From c23650a37515c94b039fc26b3a3ac75267430743 Mon Sep 17 00:00:00 2001 From: nri Date: Fri, 16 May 2003 07:49:45 +0000 Subject: [PATCH] NRI : Rename library. --- src/GEOM/GEOM_Gen_i.cc | 10 +++++----- src/GEOM/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GEOM/GEOM_Gen_i.cc b/src/GEOM/GEOM_Gen_i.cc index 7b9ecff28..03425238f 100644 --- a/src/GEOM/GEOM_Gen_i.cc +++ b/src/GEOM/GEOM_Gen_i.cc @@ -4843,11 +4843,11 @@ void GEOM_Gen_i::ExportSTEP(const char* filename,GEOM::GEOM_Shape_ptr theShape) //===================================================================================== extern "C" { - PortableServer::ObjectId * GeometryEngine_factory(CORBA::ORB_ptr orb, - PortableServer::POA_ptr poa, - PortableServer::ObjectId * contId, - const char *instanceName, - const char * interfaceName) + PortableServer::ObjectId * GEOMEngine_factory(CORBA::ORB_ptr orb, + PortableServer::POA_ptr poa, + PortableServer::ObjectId * contId, + const char *instanceName, + const char * interfaceName) { MESSAGE("mygeom") GEOM_Gen_i * myGEOM_Gen_i = new GEOM_Gen_i(orb, poa, contId, instanceName, interfaceName); diff --git a/src/GEOM/Makefile.in b/src/GEOM/Makefile.in index 4cbd2eba2..8a4c26cd6 100644 --- a/src/GEOM/Makefile.in +++ b/src/GEOM/Makefile.in @@ -15,7 +15,7 @@ VPATH=.:$(srcdir):$(top_srcdir)/idl:$(top_builddir)/idl # Libraries targets -LIB = libGeometryEngine.la +LIB = libGEOMEngine.la LIB_SRC = GEOM_Shape_i.cc GEOM_Gen_i.cc LIB_SERVER_IDL = SALOME_Component.idl SALOMEDS.idl SALOME_Exception.idl GEOM_Gen.idl GEOM_Shape.idl