summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-23 14:19:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-23 14:19:17 +0000
commitcddac2f8515247a765c6b32d403672bc1a41d91c (patch)
treea8dc4bb429f32018cb1dbe675733577ed868c8b3
parentae25a9bfae77631b94c165eb856250f5cc4e8f91 (diff)
downloadATCD-cddac2f8515247a765c6b32d403672bc1a41d91c.tar.gz
ChangeLogTag: Wed Mar 23 14:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>Wed Mar 23 11:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp1
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp1
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp b/TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp
index af2c9b1cfb3..4a016b7fb03 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp
@@ -107,6 +107,7 @@ namespace TAO
location = this->poa_->servant_present (system_id,
servant
ACE_ENV_ARG_PARAMETER);
+ ACE_CHECK_RETURN (TAO_SERVANT_NOT_FOUND);
if (location == TAO_SERVANT_NOT_FOUND)
{
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp
index dfd86fde23a..82634050f25 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp
@@ -86,6 +86,7 @@ namespace TAO
location = this->poa_->servant_present (system_id,
servant
ACE_ENV_ARG_PARAMETER);
+ ACE_CHECK_RETURN (TAO_SERVANT_NOT_FOUND);
if (location == TAO_SERVANT_NOT_FOUND)
{
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp b/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp
index 2cb9ec8eb68..84dbd2881cd 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp
@@ -83,6 +83,7 @@ namespace TAO
location = this->poa_->servant_present (system_id,
servant
ACE_ENV_ARG_PARAMETER);
+ ACE_CHECK_RETURN (TAO_SERVANT_NOT_FOUND);
if (location == TAO_SERVANT_NOT_FOUND)
{