From c1f0d1543f95c43a2dfa0cd31ebb9a6dbddc3113 Mon Sep 17 00:00:00 2001 From: nri Date: Fri, 16 May 2003 13:03:51 +0000 Subject: [PATCH] NRI : Correction factory name. --- src/Makefile.in | 20 ++++++++++++++++++++ src/Supervision/SuperV_Impl.cxx | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 src/Makefile.in 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 , -- 2.39.2