module ObjRef_omniORB4 { interface ObjRef { ObjRef getObjRef( in ObjRef anObjRef ) ; boolean ping() ; } ; } ;