From c41552fbfe9804aba2defa6023c4309e614bf0f7 Mon Sep 17 00:00:00 2001 From: mkr Date: Fri, 20 Jan 2006 07:45:34 +0000 Subject: [PATCH] Fix for bug PAL11273 : How to set the name of the container in a Factory Node. --- idl/SUPERV.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/idl/SUPERV.idl b/idl/SUPERV.idl index f4502eb..ce99fb0 100644 --- a/idl/SUPERV.idl +++ b/idl/SUPERV.idl @@ -631,6 +631,11 @@ the component from the container, which will be called for execution of the calc \param aContainer Container containing the component. */ boolean SetContainer(in string aContainer ) ; +/*! Method to define if %FNode gets from a component, which is implemented in C++ or Python. + Returns True if it's a C++ component node +*/ + boolean IsCimpl() ; + } ; /*! \brief %INode class @@ -778,7 +783,8 @@ This interface includes a set of methods used for management of the graphs in %S */ SUPERV::FNode FNode( in string aComponentName , in string anInterfaceName , - in SALOME_ModuleCatalog::Service aService ) ; + in SALOME_ModuleCatalog::Service aService , + in boolean isCimpl ) ; /*! Creates an InLine Node in a Graph. */ -- 2.39.2