summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-28 14:57:44 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-28 14:57:44 +0000
commitfdee5922082b1e2acd45e5c82963ca47856b4ea3 (patch)
treed7f8882430a912fbd8b35becec152726a521e541 /TAO/tao/Invocation_Adapter.cpp
parent030d7a6ddeee6b312143989a579f47fd711e77e1 (diff)
downloadATCD-fdee5922082b1e2acd45e5c82963ca47856b4ea3.tar.gz
ChangeLogTag: Fri Mar 28 14:57:25 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.cpp')
-rw-r--r--TAO/tao/Invocation_Adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Adapter.cpp b/TAO/tao/Invocation_Adapter.cpp
index 8ebdc4f6ba4..f3dbbb3c383 100644
--- a/TAO/tao/Invocation_Adapter.cpp
+++ b/TAO/tao/Invocation_Adapter.cpp
@@ -359,7 +359,7 @@ namespace TAO
TAO_Stub *stubobj = 0;
bool nil_forward_ref = false;
- if (CORBA::is_nil (effective_target))
+ if (CORBA::is_nil (effective_target.in ()))
nil_forward_ref = true;
else
{