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