Salome HOME
test omniORB4
authorrahuel <rahuel@opencascade.com>
Wed, 26 Oct 2005 12:58:42 +0000 (12:58 +0000)
committerrahuel <rahuel@opencascade.com>
Wed, 26 Oct 2005 12:58:42 +0000 (12:58 +0000)
idl/Makefile.in
idl/ObjRef_omniORB4.idl [new file with mode: 0644]

index c831f208166b2e2a2ba1fd2ff90ebf6bf1dbf21f..e451185226ee07754f315339f0d95d9f8450ebc4 100644 (file)
@@ -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 (file)
index 0000000..d931f9b
--- /dev/null
@@ -0,0 +1,12 @@
+
+
+module ObjRef_omniORB4 {
+
+  interface ObjRef {
+
+    ObjRef getObjRef( in ObjRef anObjRef ) ;
+    boolean ping() ;
+
+  } ;
+
+} ;