Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/yacs.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