1 #ifndef __PYHELLO_GEN__
2 #define __PYHELLO_GEN__
4 #include "SALOME_Component.idl"
5 #include "SALOMEDS.idl"
6 #include "SALOME_Exception.idl"
10 interface PYHELLO_Gen : Engines::Component, SALOMEDS::Driver
12 string makeBanner(in string name)
13 raises (SALOME::SALOME_Exception);