summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Factory_Finder.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 10:24:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 10:24:02 +0000
commit477288d05c88897a9811f546ca2b5c66e12cb80f (patch)
tree541fc2e72cd6f4977352d461d2094173fb4e9c41 /TAO/examples/Quoter/Factory_Finder.cpp
parentffb3a0eb1b420b865cdb0ca3330790327eda5c50 (diff)
downloadATCD-477288d05c88897a9811f546ca2b5c66e12cb80f.tar.gz
ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/Quoter/Factory_Finder.cpp')
-rw-r--r--TAO/examples/Quoter/Factory_Finder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/Factory_Finder.cpp b/TAO/examples/Quoter/Factory_Finder.cpp
index b72bed11b55..f8b7c4a070e 100644
--- a/TAO/examples/Quoter/Factory_Finder.cpp
+++ b/TAO/examples/Quoter/Factory_Finder.cpp
@@ -35,7 +35,7 @@ Quoter_Factory_Finder_Server::~Quoter_Factory_Finder_Server (void)
factory_Finder_Name.length (2);
factory_Finder_Name[0].id = CORBA::string_dup ("IDL_Quoter");
factory_Finder_Name[1].id = CORBA::string_dup ("Quoter_Factory_Finder");
- if (this->quoterNamingContext_var_.ptr () != 0)
+ if (!CORBA::is_nil (this->quoterNamingContext_var_.in ()))
this->quoterNamingContext_var_->unbind (factory_Finder_Name ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
}