summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 14:42:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 14:42:00 +0000
commit373282e6d85a1eda632febcd94d32d1f8829739f (patch)
tree37495dc028f133f93506afcae71ca5649cab553e
parentfcae464cb943fadf6ca380623a0595342660a0a2 (diff)
downloadATCD-373282e6d85a1eda632febcd94d32d1f8829739f.tar.gz
(execute): added .ptr () derference of orb_ before comparing it to 0
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/client.cpp b/TAO/orbsvcs/tests/Simple_Naming/client.cpp
index dd744a52eb3..82302915623 100644
--- a/TAO/orbsvcs/tests/Simple_Naming/client.cpp
+++ b/TAO/orbsvcs/tests/Simple_Naming/client.cpp
@@ -347,7 +347,7 @@ int
MT_Test::execute (TAO_Naming_Client &root_context)
{
// if we weren't given the orb pointer - cannot proceed.
- if (orb_ == 0)
+ if (orb_.ptr () == 0)
return -1;
// Create data which will be used by all threads.