summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-08 04:56:03 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-08 04:56:03 +0000
commitd23195519753258b3cd7ff04e58179d2381fc865 (patch)
treef3b7c88ec520fb5593fe8bf3d2f93277277c939f
parentdc7d41a0120eba74719f4cf2ab0975ea3bcdfc7c (diff)
downloadATCD-d23195519753258b3cd7ff04e58179d2381fc865.tar.gz
ChangeLogTag:Tue Oct 7 23:53:03 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/tao/Messaging/Asynch_Invocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Messaging/Asynch_Invocation.cpp b/TAO/tao/Messaging/Asynch_Invocation.cpp
index 2547b33280a..87e8fcb6112 100644
--- a/TAO/tao/Messaging/Asynch_Invocation.cpp
+++ b/TAO/tao/Messaging/Asynch_Invocation.cpp
@@ -54,7 +54,7 @@ namespace TAO
// Do not unbind duringdestruction. We need the entry to be
// there in the map
- dispatch_guard.status (TAO_Bind_Dispatcher_Guard::NO_UNBIND);
+ (void) dispatch_guard.status (TAO_Bind_Dispatcher_Guard::NO_UNBIND);
TAO_Target_Specification tspec;
this->init_target_spec (tspec ACE_ENV_ARG_PARAMETER);