Salome HOME
Implement fix for bug PAL8551 ( Supervision message "Dataflow is not valid"
[modules/superv.git] / idl / ObjRef_omniORB4.idl
1
2
3 module ObjRef_omniORB4 {
4
5   interface ObjRef {
6
7     ObjRef getObjRef( in ObjRef anObjRef ) ;
8     boolean ping() ;
9
10   } ;
11
12 } ;