summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_LF_No_Upcall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Wait_On_LF_No_Upcall.cpp')
-rw-r--r--TAO/tao/Wait_On_LF_No_Upcall.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/Wait_On_LF_No_Upcall.cpp b/TAO/tao/Wait_On_LF_No_Upcall.cpp
index a8832b4a416..65159a31c69 100644
--- a/TAO/tao/Wait_On_LF_No_Upcall.cpp
+++ b/TAO/tao/Wait_On_LF_No_Upcall.cpp
@@ -44,16 +44,16 @@ namespace TAO
~Nested_Upcall_Guard (void)
{
- TAO_ORB_Core_TSS_Resources *tss =
- t_->orb_core ()->get_tss_resources ();
+ TAO_ORB_Core_TSS_Resources *tss = t_->orb_core ()->get_tss_resources ();
- tss->upcalls_temporarily_suspended_on_this_thread_ =
- false;
+ tss->upcalls_temporarily_suspended_on_this_thread_ = false;
if (TAO_debug_level > 6)
- ACE_DEBUG ((LM_DEBUG,
- "TAO (%P|%t) - Wait_On_LF_No_Upcall::wait "
- "re-enabling upcalls on thread %t\n"));
+ {
+ ACE_DEBUG ((LM_DEBUG,
+ "TAO (%P|%t) - Wait_On_LF_No_Upcall::wait "
+ "re-enabling upcalls on thread %t\n"));
+ }
}
private: