Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / ParameterMode.pidl
blob5252845f26fbd920fd2f41262d3291a3a38893e9
1 // -*- IDL -*-
3 /**
4  *  @file   ParameterMode.pidl
5  */
7 #ifndef TAO_PARAMETERMODE_IDL
8 #define TAO_PARAMETERMODE_IDL
10 #pragma prefix "omg.org"
12 module CORBA
14   enum ParameterMode
15   {
16     PARAM_IN,
17     PARAM_OUT,
18     PARAM_INOUT
19   };
22 #endif /* TAO_PARAMETERMODE_IDL */