summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy.pidl
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-24 23:03:34 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-24 23:03:34 +0000
commita377481e6b00e94231df9e50aa919977494e410f (patch)
tree7aef3e44bf7964bbde5643c94ab78a2c05f9f417 /TAO/tao/Policy.pidl
parent1abe08968680d836244aeab9a87904c2c2fc3aa4 (diff)
downloadATCD-a377481e6b00e94231df9e50aa919977494e410f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Policy.pidl')
-rw-r--r--TAO/tao/Policy.pidl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/Policy.pidl b/TAO/tao/Policy.pidl
new file mode 100644
index 00000000000..3ea88619c24
--- /dev/null
+++ b/TAO/tao/Policy.pidl
@@ -0,0 +1,15 @@
+// $Id$
+
+module CORBA
+{
+ typedef unsigned long PolicyType;
+
+ interface Policy
+ {
+ readonly attribute PolicyType policy_type;
+ Policy copy ();
+ void destroy ();
+ };
+
+ typedef sequence<Policy> PolicyList;
+};