summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
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