From fef274db286f8cd17833839ee3b7f8a060abbc63 Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 28 Feb 2011 14:54:05 +0000 Subject: [PATCH] Rename Engines::Component to Engines::EngineComponent --- doc/index.doc | 2 +- idl/PYHELLO_Gen.idl | 2 +- src/PYHELLO/PYHELLO.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.doc b/doc/index.doc index c181c2b..67c0b08 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -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. diff --git a/idl/PYHELLO_Gen.idl b/idl/PYHELLO_Gen.idl index 4d05c88..2c3b1e2 100644 --- a/idl/PYHELLO_Gen.idl +++ b/idl/PYHELLO_Gen.idl @@ -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); diff --git a/src/PYHELLO/PYHELLO.py b/src/PYHELLO/PYHELLO.py index c98598b..51f18de 100644 --- a/src/PYHELLO/PYHELLO.py +++ b/src/PYHELLO/PYHELLO.py @@ -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, -- 2.30.2