summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-16 09:24:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-16 09:24:02 +0000
commit442f94d19d470cd9d734e6919eb1f8226c00c7d4 (patch)
treedbf66b1a3c35b87a20d73a50e719872354bc4747 /TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp
parentdb7d35b27f3dc2c725f62bfdf6ba4495b9775c0f (diff)
downloadATCD-442f94d19d470cd9d734e6919eb1f8226c00c7d4.tar.gz
Thu Sep 16 09:19:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* DevGuideExamples/AMH_AMI/inner_i.cpp: * examples/CSD_Strategy/ThreadPool5/ClientTask.cpp: * examples/CSD_Strategy/ThreadPool5/FooServantList.cpp: * orbsvcs/Event_Service/Event_Service.cpp: * orbsvcs/ImplRepo_Service/tao_imr_i.cpp: * orbsvcs/Scheduling_Service/Scheduling_Service.cpp: * orbsvcs/examples/Notify/Federation/Agent/Agent.cpp: * orbsvcs/orbsvcs/Channel_Clients_T.h: * orbsvcs/orbsvcs/CosConcurrencyControl.idl: * orbsvcs/orbsvcs/CosNaming.idl: * orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.cpp: * orbsvcs/orbsvcs/HTIOP/HTIOP_Connection_Handler.cpp: * orbsvcs/orbsvcs/Notify/Random_File.cpp: * orbsvcs/tests/Bug_2248_Regression/client.cpp: * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/client.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp: * orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp: * orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/client.cpp: * orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/Factory.cpp: * orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/Simple.cpp: * orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_Inf_Ctrl/client.cpp: * orbsvcs/tests/Notify/Bug_3688_Regression/supplier.cpp: * orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.cpp: * orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp: * tests/Bug_2936_Regression/bug2936.cpp: * tests/Bug_3531_Regression/client.cpp: * tests/Bug_3647_Regression/Backend_Impl.cpp: * tests/Bug_3812_Regression/run_test.pl: * tests/Bug_3853_Regression/Hello_i.cpp: * tests/File_IO/client.cpp: * tests/Hang_Shutdown/client.cpp: * tests/ORB_Local_Config/Bug_2612/Test.cpp: * tests/POA/Default_Servant2/client.cpp: Added missing includes
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp b/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp
index 78ddaecf9a8..06f6c1fe2a2 100755
--- a/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp
@@ -4,6 +4,7 @@
#include "tao/ImR_Client/ImR_Client.h"
#include <ace/Task.h>
#include <ace/Get_Opt.h>
+#include "ace/OS_NS_unistd.h"
const ACE_TCHAR * ior_output_file = ACE_TEXT ("serverB.ior");
// server_notify_delay between resolving RootPOA init ref and create_POA.