summaryrefslogtreecommitdiff
path: root/TAO/tao/Var_Array_Argument_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 11:09:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 11:09:31 +0000
commitc317b8d1dc07a099cf12cc0f2a9eb8007f2ce7da (patch)
tree5c56f3decb216ca7e8bc4020dbacbae6bcb2aacb /TAO/tao/Var_Array_Argument_T.cpp
parent2ad142e6ce40c15f08279a6547e9d780b721c41b (diff)
downloadATCD-c317b8d1dc07a099cf12cc0f2a9eb8007f2ce7da.tar.gz
ChangeLogTag: Tue Jun 20 10:21:04 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Var_Array_Argument_T.cpp')
-rw-r--r--TAO/tao/Var_Array_Argument_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Var_Array_Argument_T.cpp b/TAO/tao/Var_Array_Argument_T.cpp
index 7f2f1f86b5c..3acaecf96f6 100644
--- a/TAO/tao/Var_Array_Argument_T.cpp
+++ b/TAO/tao/Var_Array_Argument_T.cpp
@@ -111,7 +111,7 @@ TAO::Ret_Var_Array_Argument_T<S_var,S_forany,Insert_Policy>::demarshal (
TAO_InputCDR & cdr
)
{
- typedef TAO::Array_Traits<S_forany> ARRAY_TRAITS;
+ typedef TAO::details::array_traits<S_forany::_array_traits> ARRAY_TRAITS;
typename S_forany::_slice_type * tmp_ptr = 0;
ACE_ALLOCATOR_RETURN (tmp_ptr,
ARRAY_TRAITS::alloc (),