mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-12 17:50:35 +05:00
NRI : Rename library.
This commit is contained in:
parent
3fdbf6fbd8
commit
c23650a375
@ -4843,11 +4843,11 @@ void GEOM_Gen_i::ExportSTEP(const char* filename,GEOM::GEOM_Shape_ptr theShape)
|
|||||||
//=====================================================================================
|
//=====================================================================================
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
PortableServer::ObjectId * GeometryEngine_factory(CORBA::ORB_ptr orb,
|
PortableServer::ObjectId * GEOMEngine_factory(CORBA::ORB_ptr orb,
|
||||||
PortableServer::POA_ptr poa,
|
PortableServer::POA_ptr poa,
|
||||||
PortableServer::ObjectId * contId,
|
PortableServer::ObjectId * contId,
|
||||||
const char *instanceName,
|
const char *instanceName,
|
||||||
const char * interfaceName)
|
const char * interfaceName)
|
||||||
{
|
{
|
||||||
MESSAGE("mygeom")
|
MESSAGE("mygeom")
|
||||||
GEOM_Gen_i * myGEOM_Gen_i = new GEOM_Gen_i(orb, poa, contId, instanceName, interfaceName);
|
GEOM_Gen_i * myGEOM_Gen_i = new GEOM_Gen_i(orb, poa, contId, instanceName, interfaceName);
|
||||||
|
@ -15,7 +15,7 @@ VPATH=.:$(srcdir):$(top_srcdir)/idl:$(top_builddir)/idl
|
|||||||
|
|
||||||
# Libraries targets
|
# Libraries targets
|
||||||
|
|
||||||
LIB = libGeometryEngine.la
|
LIB = libGEOMEngine.la
|
||||||
LIB_SRC = GEOM_Shape_i.cc GEOM_Gen_i.cc
|
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
|
LIB_SERVER_IDL = SALOME_Component.idl SALOMEDS.idl SALOME_Exception.idl GEOM_Gen.idl GEOM_Shape.idl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user