summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-23 05:59:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-23 05:59:39 +0000
commita18b199c72fdfbfa3b1fe22d121d9d995812a3d5 (patch)
tree75946ba1f8174678ca4172e05ff33064085d60e1 /TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
parent0464fae2405c3b926fede1a960f6a4da55815681 (diff)
downloadATCD-a18b199c72fdfbfa3b1fe22d121d9d995812a3d5.tar.gz
ChangeLogTag:Tue Feb 22 21:58:24 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Var_Array_SArgument_T.cpp')
-rw-r--r--TAO/tao/PortableServer/Var_Array_SArgument_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
index 3bf33ee7e48..ec2fafd4aa2 100644
--- a/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
+++ b/TAO/tao/PortableServer/Var_Array_SArgument_T.cpp
@@ -87,7 +87,7 @@ TAO::Out_Var_Array_SArgument_T<S_slice,S_var,S_forany>::interceptor_param (
Dynamic::Parameter & p
)
{
- p.argument <<= S_forany (this->x_);
+ p.argument <<= S_forany (this->x_.ptr ());
p.mode = CORBA::PARAM_OUT;
}