25 #ifndef _TestModuleCatalog_IDL
26 #define _TestModuleCatalog_IDL
45 double Add( in
double x , in
double y , out
double z ) ;
46 long Sigma( in
long n ) ;
51 double Add( in
double x , in
double y , out
double z ) ;
52 double AddAndCompare( in
double x , in
double y , in
Adder anOtherAdder,
54 void SetLastResult( in
double z ) ;
55 void LastResult( out
double z ) ;
Interface of the component. This interface is used for interaction between the container and the comp...
Definition: SALOME_Component.idl:232
Definition: SALOME_TestModuleCatalog.idl:40
Definition: SALOME_TestModuleCatalog.idl:50
interfaces for EngineComponent and Container
module to test SALOME_ModuleCatalog
Definition: SALOME_TestModuleCatalog.idl:36