summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 10:11:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-20 10:11:24 +0000
commitfebd19345a198d7eb7760f01b39bd7e04ffbd19f (patch)
tree7587f1c9e99c2a1fd7673d97d532ef08b6975830 /TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
parentab2db6eade14689dbf33a8cf07ab74e15a426a0b (diff)
downloadATCD-febd19345a198d7eb7760f01b39bd7e04ffbd19f.tar.gz
ChangeLogTag: Tue Jun 20 08:12:04 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/Var_Array_SArgument_T.cpp')
-rw-r--r--TAO/tao/PortableServer/Var_Array_SArgument_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
index fce149ac653..9020a3a46ef 100644
--- a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
+++ b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
@@ -65,9 +65,9 @@ TAO::Inout_Var_Array_SArgument_T<S_forany,
Insert_Policy>::interceptor_value (
CORBA::Any *any) const
{
- Insert_Policy<typename S_forany::_slice_type>::any_insert (
+ Insert_Policy<S_forany>::any_insert (
any,
- S_forany (const_cast <S_slice *>(this->x_))
+ S_forany (const_cast <S_forany::_slice_type *>(this->x_))
);
}