summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA.pidl
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-05-08 21:17:40 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-05-08 21:17:40 +0000
commitb7ac0062653658d636accafccd214c715c93b8b1 (patch)
treeb258afe1cb6e1cb82d696cbac0ee220568998852 /TAO/tao/CORBA.pidl
parent1fecf777e7152b62499c00eac543670bfdd67dda (diff)
downloadATCD-b7ac0062653658d636accafccd214c715c93b8b1.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/CORBA.pidl')
-rw-r--r--TAO/tao/CORBA.pidl26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/tao/CORBA.pidl b/TAO/tao/CORBA.pidl
index 03661d2964a..cd0d6ddabff 100644
--- a/TAO/tao/CORBA.pidl
+++ b/TAO/tao/CORBA.pidl
@@ -1,3 +1,29 @@
// $Id$
// This will have all nwe definitions that will go in to
// CORBA from now onwards.
+
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ typedef string ORBid;
+
+ interface NamedValue
+ {
+ readonly attribute Identifier name;
+ readonly attribute any value;
+ readonly attribute Flags flags;
+ };
+
+ enum exception_type
+ {
+ NO_EXCEPTION,
+ USER_EXCEPTION,
+ SYSTEM_EXCEPTION
+ };
+
+ typedef sequence<Request_ptr> RequestSeq;
+};
+
+#pragma prefix ""