summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-16 23:40:07 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-16 23:40:07 +0000
commit3f95851a6273cfc64074381efc10f663258d6f30 (patch)
treedb79bb33444d2f384b7ca104769332d7204757bf /TAO/orbsvcs/orbsvcs/Naming
parent6ea4786995b6929a85374f612c424271bcd21e5b (diff)
downloadATCD-3f95851a6273cfc64074381efc10f663258d6f30.tar.gz
ChangeLogTag:Thu Dec 16 17:25:42 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp
index 37959c4f517..145d271b018 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp
@@ -506,6 +506,7 @@ TAO_Persistent_Naming_Context::list (CORBA::ULong how_many,
ACE_NEW_THROW_EX (bind_iter,
ITER_SERVANT (this, hash_iter, this->poa_.in (), this->lock_),
CORBA::NO_MEMORY ());
+ ACE_CHECK;
// Release <hash_iter> from auto pointer, and start using the
// reference counting to control our servant.
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp b/TAO/orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp
index bb15f46afce..1984692283d 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp
@@ -307,6 +307,7 @@ TAO_Transient_Naming_Context::list (CORBA::ULong how_many,
ACE_NEW_THROW_EX (bind_iter,
ITER_SERVANT (this, hash_iter, this->poa_.in (), this->lock_),
CORBA::NO_MEMORY ());
+ ACE_CHECK;
// Release <hash_iter> from auto pointer, and start using
// reference counting to control our servant.