diff options
Diffstat (limited to 'TAO/tao/Messaging_PolicyValueC.h')
-rw-r--r-- | TAO/tao/Messaging_PolicyValueC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Messaging_PolicyValueC.h b/TAO/tao/Messaging_PolicyValueC.h index 7a95d8fecb0..1e6e16f1f7f 100644 --- a/TAO/tao/Messaging_PolicyValueC.h +++ b/TAO/tao/Messaging_PolicyValueC.h @@ -82,8 +82,7 @@ namespace Messaging typedef TAO_Out_T< - PolicyValue, - PolicyValue_var + PolicyValue > PolicyValue_out; @@ -93,6 +92,7 @@ namespace Messaging struct TAO_Export PolicyValue { typedef PolicyValue_var _var_type; + typedef PolicyValue_out _out_type; static void _tao_any_destructor (void *); CORBA::PolicyType ptype; |