summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-16 15:34:30 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-16 15:34:30 +0000
commitf55b6de81c5842574505b52032f70358136e8aec (patch)
tree8cf3c3c016f6786a58454a9b205f05e76689a162
parent55dbabe495d68df02991c5a11c873759fcd9642e (diff)
downloadATCD-f55b6de81c5842574505b52032f70358136e8aec.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp b/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp
index 71eb284e7fa..99edb137893 100644
--- a/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp
+++ b/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp
@@ -160,7 +160,7 @@ TAO_CosEventChannelFactory_i::create (const char * channel_id,
if (store_in_naming_service &&
- this->naming_ != CosNaming::NamingContext::_nil ())
+ !CORBA::is_nil (this->naming_.in ()))
{
CosNaming::Name name (1);
name.length (1);
@@ -256,7 +256,7 @@ TAO_CosEventChannelFactory_i::destroy
// Remove from the naming service.
if (unbind_from_naming_service &&
- this->naming_ != CosNaming::NamingContext::_nil ())
+ !CORBA::is_nil (this->naming_.in ()))
{
CosNaming::Name name (1);
name.length (1);