summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
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
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')
-rw-r--r--TAO/tao/PortableServer/BD_String_SArgument_T.cpp2
-rw-r--r--TAO/tao/PortableServer/Var_Array_SArgument_T.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/BD_String_SArgument_T.cpp b/TAO/tao/PortableServer/BD_String_SArgument_T.cpp
index 37ae58694da..ad2cabfd5d8 100644
--- a/TAO/tao/PortableServer/BD_String_SArgument_T.cpp
+++ b/TAO/tao/PortableServer/BD_String_SArgument_T.cpp
@@ -7,7 +7,7 @@
#include "tao/Dynamic_ParameterC.h"
#if !defined (__ACE_INLINE__)
-#include "tao/BD_String_SArgument_T.inl"
+#include "tao/PortableServer/BD_String_SArgument_T.inl"
#endif /* __ACE_INLINE__ */
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;
}