diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-06-21 15:21:32 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-06-21 15:21:32 +0000 |
commit | b11dd5a3d674969983965758adbb7148c57c6a56 (patch) | |
tree | 60ea932e02be9220397e4705704495c3a52fdc03 /TAO/tao/PortableServer | |
parent | 7e3b13c8e5bbd35f387ffe602d768a1961152ea5 (diff) | |
download | ATCD-b11dd5a3d674969983965758adbb7148c57c6a56.tar.gz |
ChangeLogTag: Mon Jun 21 15:20:26 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r-- | TAO/tao/PortableServer/Vector_SArgument_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Vector_SArgument_T.h b/TAO/tao/PortableServer/Vector_SArgument_T.h index 6752e1785fe..182e58e859c 100644 --- a/TAO/tao/PortableServer/Vector_SArgument_T.h +++ b/TAO/tao/PortableServer/Vector_SArgument_T.h @@ -135,7 +135,7 @@ namespace TAO typedef T ret_type; typedef const T & in_type; typedef T & inout_type; - typedef typename T & out_type; + typedef T & out_type; typedef In_Vector_SArgument_T<T,Insert_Policy> in_arg_val; typedef Inout_Vector_SArgument_T<T,Insert_Policy> inout_arg_val; |