Salome HOME
[EDF27816] : Fix bug presence of proxy into a list
[modules/yacs.git] / doc / salome.rst
index 478153eaf509ee919572343319c1f913ff5817f2..e456ea8cee8390d656f92189c61620a35357503e 100644 (file)
@@ -268,7 +268,7 @@ Making conforming with the component IDL
                        instanceName, interfaceName):
               SALOME_ComponentPy_i.__init__(self, orb, poa, this, 
                                             containerName, instanceName, 
-                                            interfaceName, 0)
+                                            interfaceName, False)
 
 Enable supervision of the component
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -295,7 +295,7 @@ The implementation class constructor should be modified as follows to signal use
                     instanceName, interfaceName):
            SALOME_ComponentPy_i.__init__(self, orb, poa, this, 
                                          containerName, instanceName, 
-                                         interfaceName, 1)
+                                         interfaceName, True)
 
 in which the parameter “1” is added to the end of the call to the ``SALOME_ComponentPy_i`` of the constructor.  
 The component can then use the following instruction::