From a377481e6b00e94231df9e50aa919977494e410f Mon Sep 17 00:00:00 2001 From: irfan Date: Thu, 24 Sep 1998 23:03:34 +0000 Subject: *** empty log message *** --- TAO/tao/Policy.pidl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TAO/tao/Policy.pidl (limited to 'TAO/tao/Policy.pidl') 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 PolicyList; +}; -- cgit v1.2.1