diff options
Diffstat (limited to 'TAO/tao/Adapter_Registry.h')
-rw-r--r-- | TAO/tao/Adapter_Registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Adapter_Registry.h b/TAO/tao/Adapter_Registry.h index 9625a257fbd..3af900bf370 100644 --- a/TAO/tao/Adapter_Registry.h +++ b/TAO/tao/Adapter_Registry.h @@ -34,7 +34,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace CORBA { typedef TAO_Pseudo_Var_T<Object> Object_var; - typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out; + typedef TAO_Pseudo_Out_T<Object> Object_out; } namespace TAO |