From: nri Date: Fri, 16 May 2003 13:03:51 +0000 (+0000) Subject: NRI : Correction factory name. X-Git-Tag: Start-v1_1a~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c1f0d1543f95c43a2dfa0cd31ebb9a6dbddc3113;p=modules%2Fsuperv.git NRI : Correction factory name. --- diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 0000000..3e85fc2 --- /dev/null +++ b/src/Makefile.in @@ -0,0 +1,20 @@ +#============================================================================== +# File : Makefile.in +# Created : ven déc 7 13:32:20 CET 2001 +# Author : Paul RASCLE, EDF +# Project : SALOME +# Copyright : EDF 2001 +# $Header$ +#============================================================================== + +# source path +top_srcdir=@top_srcdir@ +top_builddir=.. +srcdir=@srcdir@ +VPATH=.:@srcdir@ + +@COMMENCE@ + +SUBDIRS = GraphBase GraphExecutor GraphEditor Supervision SUPERVGUI + +@MODULE@ diff --git a/src/Supervision/SuperV_Impl.cxx b/src/Supervision/SuperV_Impl.cxx index c369099..7f656a0 100644 --- a/src/Supervision/SuperV_Impl.cxx +++ b/src/Supervision/SuperV_Impl.cxx @@ -512,7 +512,7 @@ SUPERV::Graph_ptr SuperV_Impl::getGraph(const char* ior) { return(SUPERV::Graph::_duplicate(iobject)); } -PortableServer::ObjectId * SupervisionEngine_factory ( +PortableServer::ObjectId * SUPERVEngine_factory ( CORBA::ORB_ptr orb , PortableServer::POA_ptr poa , PortableServer::ObjectId * contId ,