Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / PolicyFactory / test.idl
blob684991d23949a272552e2705a7c74e82f2c67d44
1 // -*- IDL -*-
3 //=============================================================================
4 /**
5 * @file test.idl
7 * "test" IDL interface for the PolicyFactory test.
9 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
11 //=============================================================================
14 #include "tao/Policy.pidl"
16 module Test
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;