Salome HOME
Rename Engines::Component to Engines::EngineComponent
authorjfa <jfa@opencascade.com>
Mon, 28 Feb 2011 14:54:05 +0000 (14:54 +0000)
committerjfa <jfa@opencascade.com>
Mon, 28 Feb 2011 14:54:05 +0000 (14:54 +0000)
doc/index.doc
idl/PYHELLO_Gen.idl
src/PYHELLO/PYHELLO.py

index c181c2b9548a2b8ce1c94a5c0d903e05e51e7a06..67c0b08b67aabe9c3d4d2d8fd58c6dc15010de49 100644 (file)
@@ -297,7 +297,7 @@ BASEIDL_FILES target has to be modified to reach this goal.
 
 The idl file itself must define a CORBA module for which the name must
 be different from the module name to avoid name conflicts and define a
-CORBA interface that is derived at least from the Component interface  
+CORBA interface that is derived at least from the EngineComponent interface  
 of the Engines module. The name of the CORBA module will be
 \b PYHELLO_ORB and the name of the interface will be \b PYHELLO_Gen. 
 
index 4d05c881d93ad8e2ed4cbbd0ef2a12e45741ecb2..2c3b1e2113a7c74e982c28aec0b576d94f21eadd 100644 (file)
@@ -34,7 +34,7 @@
 
 module PYHELLO_ORB
 {
-  interface PYHELLO_Gen : Engines::Component, SALOMEDS::Driver
+  interface PYHELLO_Gen : Engines::EngineComponent, SALOMEDS::Driver
   {
     string makeBanner(in string name)
       raises (SALOME::SALOME_Exception);
index c98598b9d5dbe7cc59c4f8b65a007d87c3c19b01..51f18dea3cab50085e70b0b5135fde006ff86928 100644 (file)
@@ -38,7 +38,7 @@ class PYHELLO(PYHELLO_ORB__POA.PYHELLO_Gen,
     Construct an instance of PYHELLO module engine.
     The class PYHELLO implements CORBA interface PYHELLO_Gen (see PYHELLO_Gen.idl).
     It is inherited from the classes SALOME_ComponentPy_i (implementation of
-    Engines::Component CORBA interface - SALOME component) and SALOME_DriverPy_i
+    Engines::EngineComponent CORBA interface - SALOME component) and SALOME_DriverPy_i
     (implementation of SALOMEDS::Driver CORBA interface - SALOME module's engine).
     """
     def __init__ ( self, orb, poa, contID, containerName, instanceName,