2 * @file Echo_Caller.cpp
4 * @author Carlos O'Ryan <coryan@atdesk.com>
6 #include "Echo_Caller.h"
7 #include "tao/ORB_Core.h"
8 #include "Server_Thread_Pool.h"
10 Echo_Caller::Echo_Caller(Thread_Pool
*pool
)
16 Echo_Caller::start_task(Test::Echo_ptr client
)
22 Echo_Caller::shutdown()
24 ACE_DEBUG ((LM_DEBUG
, "(%P|%t) Server received shutdown message\n"));