summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-12-05 04:45:07 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-12-05 04:45:07 +0000
commit6e112132cf61648ee5586f3c93faf21e8a87e7d1 (patch)
tree5eb871e2b76fe9fd1ac2e8183ca50581577eaf28 /TAO/tao
parent888dfa6aa6075b7101b409434e8a3e05c9d5e815 (diff)
downloadATCD-6e112132cf61648ee5586f3c93faf21e8a87e7d1.tar.gz
ChangeLogTag: Wed Dec 4 23:40:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Transport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index 0f0a7c846bd..26271d293ba 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -1937,7 +1937,7 @@ TAO_Transport::process_parsed_messages (TAO_Queued_Data *qd,
// REFCNT: Matched by the release before returning.
// This generic class takes care of everything.
- TAO_Transport_Refcount_Guard (this);
+ TAO_Transport_Refcount_Guard rg (this);
// Let us resume the handle before we go ahead to process the
// request. This will open up the handle for other threads.
@@ -1959,7 +1959,7 @@ TAO_Transport::process_parsed_messages (TAO_Queued_Data *qd,
t == TAO_PLUGGABLE_MESSAGE_LOCATEREPLY)
{
// Please see ..else if (XXX_REQUEST) for whys and whats..
- TAO_Transport_Refcount_Guard (this);
+ TAO_Transport_Refcount_Guard rg (this);
rh.resume_handle ();
// @@todo: Maybe the input_cdr can be constructed from the