summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-12 20:33:52 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-12 20:33:52 +0000
commit22b6f0974bee2b0ffc4ec6c8f3755bf8a36134f1 (patch)
treedbb10fc6e11bc0fa137fcb3959434e8678ab20bb /TAO/tao/IIOP_Connector.cpp
parent384dab3ebf8d304edd33edf4584d73896678b907 (diff)
downloadATCD-22b6f0974bee2b0ffc4ec6c8f3755bf8a36134f1.tar.gz
ChangeLogTag: Tue Nov 12 14:34:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index fdb1a8e32d5..7d963a2ed7d 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -197,7 +197,9 @@ TAO_IIOP_Connector::make_connection (TAO_GIOP_Invocation *invocation,
long refcount = svc_handler->decr_refcount ();
ACE_ASSERT (refcount >= 0);
-
+
+ ACE_UNUSED_ARG (refcount);
+
if (result == -1)
{
// Give users a clue to the problem.