summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r--TAO/orbsvcs/examples/CosEC/Simple/Service.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/Basic/main.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp1
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp1
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h1
-rw-r--r--TAO/orbsvcs/examples/ORT/gateway_server.cpp1
-rw-r--r--TAO/orbsvcs/examples/ORT/server.cpp1
-rw-r--r--TAO/orbsvcs/examples/RtEC/Simple/Service.cpp1
13 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Simple/Service.cpp b/TAO/orbsvcs/examples/CosEC/Simple/Service.cpp
index 3681b6f67d5..b8af55e6e0c 100644
--- a/TAO/orbsvcs/examples/CosEC/Simple/Service.cpp
+++ b/TAO/orbsvcs/examples/CosEC/Simple/Service.cpp
@@ -3,6 +3,7 @@
#include "orbsvcs/CosEvent/CEC_EventChannel.h"
#include "orbsvcs/CosEvent/CEC_Default_Factory.h"
#include "ace/Get_Opt.h"
+#include "ace/OS_NS_stdio.h"
ACE_RCSID(CosEC_Simple, Service, "$Id$")
diff --git a/TAO/orbsvcs/examples/Log/Basic/main.cpp b/TAO/orbsvcs/examples/Log/Basic/main.cpp
index 94bb1e1d774..3b5098b43ad 100644
--- a/TAO/orbsvcs/examples/Log/Basic/main.cpp
+++ b/TAO/orbsvcs/examples/Log/Basic/main.cpp
@@ -1,4 +1,5 @@
#include "TLS_Client.h"
+#include "ace/OS_main.h"
ACE_RCSID (Basic,
main,
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp
index 37467571ae1..48617c8262d 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp
@@ -1,5 +1,6 @@
#include "Event_Consumer.h"
#include "orbsvcs/CosEventChannelAdminS.h"
+#include "ace/OS_main.h"
ACE_RCSID (Event,
Event_Consumer,
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp
index c1bbde1dc88..20d8ba4d47c 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp
@@ -1,5 +1,6 @@
#include "Event_Supplier.h"
#include "orbsvcs/CosEventChannelAdminS.h"
+#include "ace/OS_main.h"
ACE_RCSID (Event,
Event_Supplier,
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp
index d8c6e7ea1aa..4da08b137c3 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp
@@ -1,6 +1,7 @@
#include "Notify_Consumer.h"
#include "orbsvcs/CosEventChannelAdminS.h"
#include "orbsvcs/CosNotifyChannelAdminS.h"
+#include "ace/OS_main.h"
ACE_RCSID (Notify,
Notify_Consumer,
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
index 00d7a947267..9f368d24888 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
@@ -1,5 +1,6 @@
#include "Notify_Supplier.h"
#include "orbsvcs/CosNotifyChannelAdminS.h"
+#include "ace/OS_main.h"
ACE_RCSID (Notify,
Notify_Supplier,
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp
index 9495604c853..e5bb5b49a76 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp
+++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp
@@ -1,6 +1,7 @@
#include "RTEvent_Consumer.h"
#include "orbsvcs/RtecEventChannelAdminC.h"
#include "orbsvcs/Event_Service_Constants.h"
+#include "ace/OS_main.h"
ACE_RCSID (RTEvent,
RTEvent_Consumer,
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp
index e2d9727fd94..aefa1693c0a 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp
@@ -1,6 +1,7 @@
#include "RTEvent_Supplier.h"
#include "orbsvcs/RtecEventChannelAdminC.h"
#include "orbsvcs/Event_Service_Constants.h"
+#include "ace/OS_main.h"
ACE_RCSID (RTEvent,
RTEvent_Supplier,
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp
index 605490eadf2..51b5f1485e1 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.cpp
@@ -10,6 +10,7 @@ ACE_RCSID (Notify,
#include "ace/High_Res_Timer.h"
#include "ace/Stats.h"
+#include "ace/OS_NS_stdio.h"
TAO_Notify_ThreadPool_Consumer::TAO_Notify_ThreadPool_Consumer (TAO_Notify_ORB_Objects& orb_objects)
: orb_objects_ (orb_objects)
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h
index 2f68ee8ffc6..614bc45268f 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer.h
@@ -19,6 +19,7 @@
#include "orbsvcs/orbsvcs/CosNotifyChannelAdminS.h"
#include "orbsvcs/orbsvcs/CosNotifyCommC.h"
#include "ace/SString.h"
+#include "ace/OS_NS_time.h"
/**
* @class TAO_Notify_ThreadPool_Consumer
diff --git a/TAO/orbsvcs/examples/ORT/gateway_server.cpp b/TAO/orbsvcs/examples/ORT/gateway_server.cpp
index 135d9c710d5..d52bc63f0f2 100644
--- a/TAO/orbsvcs/examples/ORT/gateway_server.cpp
+++ b/TAO/orbsvcs/examples/ORT/gateway_server.cpp
@@ -4,6 +4,7 @@
#include "Gateway_i.h"
#include "ace/Get_Opt.h"
+#include "ace/OS_NS_stdio.h"
const char *ior_output_file = 0;
diff --git a/TAO/orbsvcs/examples/ORT/server.cpp b/TAO/orbsvcs/examples/ORT/server.cpp
index acf377ce2b0..1b76cecb393 100644
--- a/TAO/orbsvcs/examples/ORT/server.cpp
+++ b/TAO/orbsvcs/examples/ORT/server.cpp
@@ -5,6 +5,7 @@
#include "tao/ORBInitializer_Registry.h"
#include "ace/Get_Opt.h"
+#include "ace/OS_NS_stdio.h"
const char *ior_output_file = 0;
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/Service.cpp b/TAO/orbsvcs/examples/RtEC/Simple/Service.cpp
index beb024502bd..2d6f2eb5e97 100644
--- a/TAO/orbsvcs/examples/RtEC/Simple/Service.cpp
+++ b/TAO/orbsvcs/examples/RtEC/Simple/Service.cpp
@@ -4,6 +4,7 @@
#include "orbsvcs/Event/EC_Default_Factory.h"
#include "ace/Get_Opt.h"
#include "orbsvcs/CosNamingC.h"
+#include "ace/OS_NS_stdio.h"
ACE_RCSID(EC_Examples, Service, "$Id$")