]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
NRI : Rename library.
authornri <nri@opencascade.com>
Fri, 16 May 2003 07:49:45 +0000 (07:49 +0000)
committernri <nri@opencascade.com>
Fri, 16 May 2003 07:49:45 +0000 (07:49 +0000)
src/GEOM/GEOM_Gen_i.cc
src/GEOM/Makefile.in

index 7b9ecff28bf167ae2c15a64d2ac4680ebdfb6a27..03425238f7f0b13eb29521b82afede1b72a53034 100644 (file)
@@ -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);
index 4cbd2eba2dccc097d6575def4b4f0b7a3cf70d43..8a4c26cd6c982c675e6d0780454c918b5fc13e3d 100644 (file)
@@ -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