summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_LF_No_Upcall.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-26 12:22:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-26 12:22:19 +0000
commit9646a9eacfaab746b1267970405b03040ed17e01 (patch)
tree2e2c9a20f6b7238c328c52233275cf1c00aad1d9 /TAO/tao/Wait_On_LF_No_Upcall.cpp
parent9916d799954a4df1d252faee26f14130afd4f27b (diff)
downloadATCD-9646a9eacfaab746b1267970405b03040ed17e01.tar.gz
Tue Apr 26 12:21:05 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Acceptor_Impl.h: * tao/Acceptor_Impl.cpp: * tao/Acceptor_Registry.h: * tao/Adapter_Registry.h: * tao/Bind_Dispatcher_Guard.h: * tao/Blocked_Connect_Strategy.h: * tao/Blocked_Connect_Strategy.cpp: * tao/Cleanup_Func_Registry.h: * tao/Collocated_Invocation.cpp: * tao/LF_Event_Loop_Thread_Helper.inl: * tao/LF_Follower_Auto_Adder.inl: * tao/Leader_Follower.cpp: * tao/Queued_Message.h: * tao/Transport_Cache_Manager_T.cpp: * tao/Wait_On_LF_No_Upcall.h: * tao/Wait_On_LF_No_Upcall.cpp: * tao/Wait_On_Reactor.h: * tao/Wait_On_Read.h: Doxygen changes
Diffstat (limited to 'TAO/tao/Wait_On_LF_No_Upcall.cpp')
-rw-r--r--TAO/tao/Wait_On_LF_No_Upcall.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Wait_On_LF_No_Upcall.cpp b/TAO/tao/Wait_On_LF_No_Upcall.cpp
index e2342ed0733..7396c2d1e7a 100644
--- a/TAO/tao/Wait_On_LF_No_Upcall.cpp
+++ b/TAO/tao/Wait_On_LF_No_Upcall.cpp
@@ -69,7 +69,7 @@ namespace TAO
//=================================================================
Wait_On_LF_No_Upcall::Wait_On_LF_No_Upcall (TAO_Transport *t)
- : base (t)
+ : TAO_Wait_On_Leader_Follower (t)
{
}
@@ -83,7 +83,7 @@ namespace TAO
{
Nested_Upcall_Guard upcall_guard (this->transport_);
- return base::wait (max_wait_time, rd);
+ return TAO_Wait_On_Leader_Follower::wait (max_wait_time, rd);
}
bool