summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp')
-rw-r--r--TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp b/TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp
index 061cb611907..3c5516d4956 100644
--- a/TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp
+++ b/TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp
@@ -37,11 +37,11 @@ namespace TAO
bool
IdUniquenessStrategyUnique::is_servant_activation_allowed (
PortableServer::Servant servant,
- bool &wait_occurred_restart_call)
+ int &wait_occurred_restart_call)
{
// If the specified servant is already in the Active Object Map, the
// ServantAlreadyActive exception is raised.
- int const result =
+ int result =
this->poa_->is_servant_active (servant,
wait_occurred_restart_call);