summaryrefslogtreecommitdiff
path: root/TAO/tao/Fixed_Array_Argument_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-21 12:14:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-21 12:14:14 +0000
commit90a37b0dd8ef68a827510fbe8d0d3744c75e5222 (patch)
treeb9309cca530dda2913f80e462092960c4c65087a /TAO/tao/Fixed_Array_Argument_T.cpp
parenta33cdabbc14c47bfa9cf76c17dad9fa3d23629a7 (diff)
downloadATCD-90a37b0dd8ef68a827510fbe8d0d3744c75e5222.tar.gz
ChangeLogTag: Wed Jun 21 07:23:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Fixed_Array_Argument_T.cpp')
-rw-r--r--TAO/tao/Fixed_Array_Argument_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Fixed_Array_Argument_T.cpp b/TAO/tao/Fixed_Array_Argument_T.cpp
index e210ffd5400..b50d93423d9 100644
--- a/TAO/tao/Fixed_Array_Argument_T.cpp
+++ b/TAO/tao/Fixed_Array_Argument_T.cpp
@@ -102,7 +102,7 @@ CORBA::Boolean
TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>::
demarshal (TAO_InputCDR & cdr)
{
- typedef TAO::details::array_traits<S_forany::_array_traits> ARRAY_TRAITS;
+ typedef TAO::Array_Traits<S_forany> ARRAY_TRAITS;
typename S_forany::_slice_type * tmp_ptr = 0;
ACE_ALLOCATOR_RETURN (tmp_ptr,
ARRAY_TRAITS::alloc (),