From 39462240380af2937f78f7b3d0c9810d2d27a6a6 Mon Sep 17 00:00:00 2001 From: rahuel Date: Wed, 26 Oct 2005 12:58:42 +0000 Subject: [PATCH] test omniORB4 --- idl/Makefile.in | 3 ++- idl/ObjRef_omniORB4.idl | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 idl/ObjRef_omniORB4.idl diff --git a/idl/Makefile.in b/idl/Makefile.in index c831f20..e451185 100644 --- a/idl/Makefile.in +++ b/idl/Makefile.in @@ -30,7 +30,8 @@ VPATH=.:${KERNEL_ROOT_DIR}/idl/salome @COMMENCE@ IDL_FILES = \ - SUPERV.idl + SUPERV.idl \ + ObjRef_omniORB4.idl PY_CLIENT_IDL = $(IDL_FILES) diff --git a/idl/ObjRef_omniORB4.idl b/idl/ObjRef_omniORB4.idl new file mode 100644 index 0000000..d931f9b --- /dev/null +++ b/idl/ObjRef_omniORB4.idl @@ -0,0 +1,12 @@ + + +module ObjRef_omniORB4 { + + interface ObjRef { + + ObjRef getObjRef( in ObjRef anObjRef ) ; + boolean ping() ; + + } ; + +} ; -- 2.30.2