Salome HOME
875732082bc4657e1e2b2eaaff8d601b8d99a873
[samples/pyhello.git] / idl / PYHELLO_Gen.idl
1 #ifndef __PYHELLO_GEN__
2 #define __PYHELLO_GEN__
3
4 #include "SALOME_Component.idl"
5 #include "SALOME_Exception.idl"
6
7 module PYHELLO_ORB
8 {
9   interface PYHELLO_Gen : Engines::Component
10   {
11      string makeBanner(in string name)
12          raises (SALOME::SALOME_Exception);
13   };
14 };
15
16 #endif
17