22 #ifndef _SPADDERPLUGINTEST_IDL_ 
   23 #define _SPADDERPLUGINTEST_IDL_ 
   25 #include "SALOME_Exception.idl" 
   26 #include "SALOME_Component.idl" 
   28 module SPADDERPluginTest {
 
   41     void demo(in 
double a,in 
double b,out 
double c) raises (SALOME::SALOME_Exception);
 
   42     boolean testkernel() raises (SALOME::SALOME_Exception);
 
   43     boolean testsmesh(in 
long studyId) raises (SALOME::SALOME_Exception);
 
   47 #endif // _SPADDERPLUGINTEST_IDL_