3 //=============================================================================
7 * "test" IDL interface for the PolicyFactory test.
9 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
11 //=============================================================================
14 #include
"tao/Policy.pidl"
19 // Hopefully this test policy type number doesn't conflict with any
20 // other reserved PolicyTypes.
21 const CORBA
::PolicyType POLICY_TYPE
= 3456;
23 local interface Policy
: CORBA
::Policy
25 /// Returns value passed to PolicyFactory.
26 readonly attribute
unsigned long value
;