]> SALOME platform Git repositories - modules/kernel.git/blob - idl/TestNotif.idl
Salome HOME
NRI : Check if a component-username is already associated with a component-name.
[modules/kernel.git] / idl / TestNotif.idl
1 # ifndef __TESTNOTIF_IDL_
2 # define __TESTNOTIF_IDL_
3
4 interface Solver
5 {
6   boolean Connect();
7   oneway void Start() ;
8   oneway void ReStart() ;
9 } ;
10 # endif