]> SALOME platform Git repositories - samples/hello.git/blob - idl/HELLO_Gen.idl
Salome HOME
premiere version
[samples/hello.git] / idl / HELLO_Gen.idl
1 #ifndef __PYHELLO_GEN__
2 #define __PYHELLO_GEN__
3
4 #include "SALOME_Component.idl"
5 #include "SALOME_Exception.idl"
6
7
8 module HELLO_ORB
9 {
10   interface HELLO_Gen : Engines::Component
11   {
12      string makeBanner(in string name)
13          raises (SALOME::SALOME_Exception);
14   };
15 };
16
17 #endif
18