summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-10 15:12:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-10 15:12:06 +0000
commitad7e175c4dce40aaed20baf979ebeb759dac7384 (patch)
tree83c5a43440461ff438d583c4d274edc8059d6a0d /TAO
parentaab74b204c4cc6c42dda0bce070096bc88f9da14 (diff)
downloadATCD-ad7e175c4dce40aaed20baf979ebeb759dac7384.tar.gz
ChangeLogTag: Wed Dec 10 15:09:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp
index 41f3da2b6c8..9db268f73bc 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp
@@ -36,11 +36,10 @@ Smart_Diamond_Top_Proxy::shape ( ACE_ENV_SINGLE_ARG_DECL)
{
ACE_DEBUG ((LM_DEBUG, "Smart_proxy: This is "));
- CORBA::Short retval = 0;
char *ans= 0;
ACE_TRY
{
- ans =
+ ans =
ACE_OS::strdup (
TAO_Diamond_Top_Smart_Proxy_Base::shape (
ACE_ENV_SINGLE_ARG_PARAMETER