summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-24 18:19:29 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-24 18:19:29 +0000
commit0f71f261b1867000bc5d7ca6c55e8d2dee25b5d4 (patch)
tree75466429583cace34db88e0e7f8fba2078ad64fe
parent994621115dae8aef3ebbd4d6b1e98997d8a140e9 (diff)
downloadATCD-0f71f261b1867000bc5d7ca6c55e8d2dee25b5d4.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be_include/be_pch.cpp3
-rw-r--r--TAO/TAO_IDL/be_include/be_pch.h17
-rw-r--r--TAO/TAO_IDL/include/fe_pch.cpp3
-rw-r--r--TAO/TAO_IDL/include/fe_pch.h15
-rw-r--r--TAO/TAO_IDL/include/idl_pch.h14
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_BE_pch.h16
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service_pch.h21
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service_pch.h20
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_pch.h14
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AV_pch.cpp3
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AV_pch.h29
-rw-r--r--TAO/orbsvcs/orbsvcs/Concurrency/Concurrency_pch.h19
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CosEvent_pch.h22
-rw-r--r--TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h18
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Event_pch.h22
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/OldEvent_pch.h18
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/RTSchedEvent_pch.h15
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FaultTolerance_pch.h22
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h18
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancer_pch.h18
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/DsLogAdmin_pch.h16
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/CosNaming_pch.h19
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_pch.cpp3
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_pch.h16
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_pch.h18
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/RTSched_pch.h18
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/Security_pch.h14
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/CosTime_pch.h14
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h19
-rw-r--r--TAO/tao/BiDir_GIOP/BiDir_GIOP_pch.h18
-rw-r--r--TAO/tao/DynamicAny/DynamicAny_pch.h20
-rw-r--r--TAO/tao/DynamicInterface/DynamicInterface_pch.h20
-rw-r--r--TAO/tao/IORTable/IORTable_pch.h22
-rw-r--r--TAO/tao/PortableServer/PortableServer_pch.cpp3
-rw-r--r--TAO/tao/PortableServer/PortableServer_pch.h15
-rw-r--r--TAO/tao/RTCORBA/RTCORBA_pch.h21
-rw-r--r--TAO/tao/RTPortableServer/RTPortableServer_pch.h20
-rw-r--r--TAO/tao/Strategies/Strategies_pch.h32
-rw-r--r--TAO/tao/tao_pch.cpp4
-rw-r--r--TAO/tao/tao_pch.h21
-rw-r--r--ace/SSL/ssl_pch.h18
-rw-r--r--ace/ace_pch.cpp3
-rw-r--r--ace/ace_pch.h20
-rw-r--r--apps/gperf/src/gperf_pch.cpp3
-rw-r--r--apps/gperf/src/gperf_pch.h15
45 files changed, 719 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_pch.cpp b/TAO/TAO_IDL/be_include/be_pch.cpp
new file mode 100644
index 00000000000..759c7877e39
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_pch.cpp
@@ -0,0 +1,3 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "be_pch.h"
diff --git a/TAO/TAO_IDL/be_include/be_pch.h b/TAO/TAO_IDL/be_include/be_pch.h
new file mode 100644
index 00000000000..e5900197400
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_pch.h
@@ -0,0 +1,17 @@
+// $Id$
+#ifndef IDL_BE_PCH_H
+#define IDL_BE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "../include/idl.h"
+#include "../include/idl_extern.h"
+
+#include "be.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/TAO_IDL/include/fe_pch.cpp b/TAO/TAO_IDL/include/fe_pch.cpp
new file mode 100644
index 00000000000..26655c1c64f
--- /dev/null
+++ b/TAO/TAO_IDL/include/fe_pch.cpp
@@ -0,0 +1,3 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "fe_pch.h"
diff --git a/TAO/TAO_IDL/include/fe_pch.h b/TAO/TAO_IDL/include/fe_pch.h
new file mode 100644
index 00000000000..bd6c5db739c
--- /dev/null
+++ b/TAO/TAO_IDL/include/fe_pch.h
@@ -0,0 +1,15 @@
+// $Id$
+#ifndef IDL_FE_PCH_H
+#define IDL_FE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "idl.h"
+#include "idl_extern.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/TAO_IDL/include/idl_pch.h b/TAO/TAO_IDL/include/idl_pch.h
new file mode 100644
index 00000000000..6a32c4f2dcd
--- /dev/null
+++ b/TAO/TAO_IDL/include/idl_pch.h
@@ -0,0 +1,14 @@
+// $Id$
+#ifndef IDL_PCH_H
+#define IDL_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "idl.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/IFR_Service/IFR_BE_pch.h b/TAO/orbsvcs/IFR_Service/IFR_BE_pch.h
new file mode 100644
index 00000000000..f47f5669d3e
--- /dev/null
+++ b/TAO/orbsvcs/IFR_Service/IFR_BE_pch.h
@@ -0,0 +1,16 @@
+// $Id$
+#ifndef IFR_BE_PCH_H
+#define IFR_BE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/ORB.h"
+
+#include "ifr_adding_visitor.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service_pch.h b/TAO/orbsvcs/IFR_Service/IFR_Service_pch.h
new file mode 100644
index 00000000000..e2b86d733da
--- /dev/null
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service_pch.h
@@ -0,0 +1,21 @@
+// $Id$
+#ifndef IFRSERVICE_PCH_H
+#define IFRSERVICE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Auto_Ptr.h"
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+
+#include "Repository_i.h"
+#include "ComponentDef_i.h"
+#include "Servant_Factory.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service_pch.h b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service_pch.h
new file mode 100644
index 00000000000..306efa67e97
--- /dev/null
+++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service_pch.h
@@ -0,0 +1,20 @@
+// $Id$
+#ifndef IMPLREPOSERVICE_PCH_H
+#define IMPLREPOSERVICE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Auto_Ptr.h"
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+
+#include "ImplRepo_i.h"
+#include "Options.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_pch.h b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_pch.h
new file mode 100644
index 00000000000..df13f04c229
--- /dev/null
+++ b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_pch.h
@@ -0,0 +1,14 @@
+// $Id$
+#ifndef LIFECYCLESERVICE_PCH_H
+#define LIFECYCLESERVICE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "LifeCycle_Service_i.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/AV/AV_pch.cpp b/TAO/orbsvcs/orbsvcs/AV/AV_pch.cpp
new file mode 100644
index 00000000000..7877d80be76
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/AV/AV_pch.cpp
@@ -0,0 +1,3 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "AV_pch.h"
diff --git a/TAO/orbsvcs/orbsvcs/AV/AV_pch.h b/TAO/orbsvcs/orbsvcs/AV/AV_pch.h
new file mode 100644
index 00000000000..2681fb390d2
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/AV/AV_pch.h
@@ -0,0 +1,29 @@
+// $Id$
+#ifndef AV_PCH_H
+#define AV_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/OS.h"
+#include "ace/ARGV.h"
+#include "ace/Singleton.h"
+#include "ace/Addr.h"
+#include "ace/Containers_T.h"
+#include "ace/INET_Addr.h"
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+#include "tao/debug.h"
+
+#include "MCast.h"
+#include "AVStreams_i.h"
+#include "RTCP.h"
+#include "RTP.h"
+#include "Protocol_Factory.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Concurrency/Concurrency_pch.h b/TAO/orbsvcs/orbsvcs/Concurrency/Concurrency_pch.h
new file mode 100644
index 00000000000..d1e987b595c
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Concurrency/Concurrency_pch.h
@@ -0,0 +1,19 @@
+// $Id$
+#ifndef CONCURRENCY_PCH_H
+#define CONCURRENCY_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+#include "ace/streams.h"
+#include "orbsvcs/CosConcurrencyControlC.h"
+
+#include "CC_LockSet.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CosEvent_pch.h b/TAO/orbsvcs/orbsvcs/CosEvent/CosEvent_pch.h
new file mode 100644
index 00000000000..33d4dda23a2
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CosEvent_pch.h
@@ -0,0 +1,22 @@
+// $Id$
+#ifndef COSEVENT_PCH_H
+#define COSEVENT_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Dynamic_Service.h"
+#include "ace/Service_Config.h"
+#include "ace/Reactor.h"
+
+#include "tao/Messaging.h"
+#include "tao/ORB_Core.h"
+#include "tao/corba.h"
+
+#include "CEC_EventChannel.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h b/TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h
new file mode 100644
index 00000000000..82de71e946f
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/ETCL/ETCL_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef ETCL_PCH_H
+#define ETCL_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ETCL_Constraint.h"
+#include "ETCL_Constraint_Visitor.h"
+#include "ETCL_y.h"
+#include "tao/Any.h"
+#include "tao/Managed_Types.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Event/Event_pch.h b/TAO/orbsvcs/orbsvcs/Event/Event_pch.h
new file mode 100644
index 00000000000..c33f3d26967
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Event/Event_pch.h
@@ -0,0 +1,22 @@
+// $Id$
+#ifndef EVENT_PCH_H
+#define EVENT_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Dynamic_Service.h"
+#include "ace/Service_Config.h"
+#include "ace/Reactor.h"
+
+#include "tao/Messaging.h"
+#include "tao/ORB_Core.h"
+#include "tao/corba.h"
+
+#include "EC_Event_Channel.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Event/OldEvent_pch.h b/TAO/orbsvcs/orbsvcs/Event/OldEvent_pch.h
new file mode 100644
index 00000000000..e68b32bce19
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Event/OldEvent_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef EVENT_PCH_H
+#define EVENT_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Reactor.h"
+#include "ace/Sched_Params.h"
+#include "orbsvcs/Scheduler_Factory.h"
+
+#include "Memory_Pools.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Event/RTSchedEvent_pch.h b/TAO/orbsvcs/orbsvcs/Event/RTSchedEvent_pch.h
new file mode 100644
index 00000000000..7be5463c9da
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Event/RTSchedEvent_pch.h
@@ -0,0 +1,15 @@
+// $Id$
+#ifndef EVENT_PCH_H
+#define EVENT_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "EC_Gateway_Sched.h"
+#include "orbsvcs/Time_Utilities.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FaultTolerance_pch.h b/TAO/orbsvcs/orbsvcs/FaultTolerance/FaultTolerance_pch.h
new file mode 100644
index 00000000000..e53838e48f2
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FaultTolerance_pch.h
@@ -0,0 +1,22 @@
+// $Id$
+#ifndef FAULTTOLERANCE_PCH_H
+#define FAULTTOLERANCE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/MProfile.h"
+#include "tao/Tagged_Components.h"
+#include "tao/Stub.h"
+
+#include "tao/Invocation.h"
+#include "tao/ORB_Core.h"
+#include "tao/Client_Strategy_Factory.h"
+#include "FT_Service_Activate.h"
+#include "FT_Service_Callbacks.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h b/TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h
new file mode 100644
index 00000000000..05d145d7913
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef LOADBALANCER_PCH_H
+#define LOADBALANCER_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/debug.h"
+#include "tao/ORB_Core.h"
+#include "tao/Environment.h"
+
+#include "LoadBalancer_i.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancer_pch.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancer_pch.h
new file mode 100644
index 00000000000..05d145d7913
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LoadBalancer_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef LOADBALANCER_PCH_H
+#define LOADBALANCER_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/debug.h"
+#include "tao/ORB_Core.h"
+#include "tao/Environment.h"
+
+#include "LoadBalancer_i.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Log/DsLogAdmin_pch.h b/TAO/orbsvcs/orbsvcs/Log/DsLogAdmin_pch.h
new file mode 100644
index 00000000000..09cea5ba08f
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Log/DsLogAdmin_pch.h
@@ -0,0 +1,16 @@
+// $Id$
+#ifndef DSLOGADMIN_PCH_H
+#define DSLOGADMIN_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "orbsvcs/DsLogAdminS.h"
+#include "Log_Constraint_Interpreter.h"
+#include "Log_Constraint_Visitors.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Naming/CosNaming_pch.h b/TAO/orbsvcs/orbsvcs/Naming/CosNaming_pch.h
new file mode 100644
index 00000000000..d08d7e24a0a
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Naming/CosNaming_pch.h
@@ -0,0 +1,19 @@
+// $Id$
+#ifndef COSNAMING_PCH_H
+#define COSNAMING_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Auto_Ptr.h"
+#include "ace/SString.h"
+#include "ace/Hash_Map_Manager.h"
+
+#include "tao/ORB_Core.h"
+#include "tao/corba.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_pch.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_pch.cpp
new file mode 100644
index 00000000000..a5ee32e28b9
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_pch.cpp
@@ -0,0 +1,3 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "Notify_pch.h"
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_pch.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_pch.h
new file mode 100644
index 00000000000..10b8a3be1b3
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_pch.h
@@ -0,0 +1,16 @@
+// $Id$
+
+#ifndef NOTIFY_PCH_H
+#define NOTIFY_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/debug.h"
+#include "orbsvcs/CosNotificationC.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_pch.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_pch.h
new file mode 100644
index 00000000000..86067fab5d2
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef SSLIOP_PCH_H
+#define SSLIOP_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/ORB_Core.h"
+#include "tao/ORB.h"
+#include "tao/debug.h"
+
+#include "orbsvcs/SSLIOPC.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Sched/RTSched_pch.h b/TAO/orbsvcs/orbsvcs/Sched/RTSched_pch.h
new file mode 100644
index 00000000000..ae8ed546b53
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Sched/RTSched_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef RTSCHED_PCH_H
+#define RTSCHED_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+#include "orbsvcs/Time_Utilities.h"
+
+#include "Reconfig_Scheduler_T.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Security/Security_pch.h b/TAO/orbsvcs/orbsvcs/Security/Security_pch.h
new file mode 100644
index 00000000000..0a6b0befd80
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Security/Security_pch.h
@@ -0,0 +1,14 @@
+// $Id$
+#ifndef SECURITY_PCH_H
+#define SECURITY_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "orbsvcs/SecurityC.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Time/CosTime_pch.h b/TAO/orbsvcs/orbsvcs/Time/CosTime_pch.h
new file mode 100644
index 00000000000..869d660895a
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Time/CosTime_pch.h
@@ -0,0 +1,14 @@
+// $Id$
+#ifndef COSTIME_PCH_H
+#define COSTIME_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "orbsvcs/TimeServiceS.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h b/TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h
new file mode 100644
index 00000000000..62aef54d8c9
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Trader/CosTrading_pch.h
@@ -0,0 +1,19 @@
+// $Id$
+#ifndef COSTRADING_PCH_H
+#define COSTRADING_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+
+#include "Constraint_Visitors.h"
+#include "Constraint_Nodes.h"
+#include "Offer_Iterators_T.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/BiDir_GIOP/BiDir_GIOP_pch.h b/TAO/tao/BiDir_GIOP/BiDir_GIOP_pch.h
new file mode 100644
index 00000000000..08fab959566
--- /dev/null
+++ b/TAO/tao/BiDir_GIOP/BiDir_GIOP_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef BIDIRGIOP_PCH_H
+#define BIDIRGIOP_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/PortableInterceptorC.h"
+#include "tao/LocalObject.h"
+#include "tao/corbafwd.h"
+
+#include "tao/BiDir_Adapter.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/DynamicAny/DynamicAny_pch.h b/TAO/tao/DynamicAny/DynamicAny_pch.h
new file mode 100644
index 00000000000..2bf3cb1e5bc
--- /dev/null
+++ b/TAO/tao/DynamicAny/DynamicAny_pch.h
@@ -0,0 +1,20 @@
+// $Id$
+#ifndef DYNAMICANY_PCH_H
+#define DYNAMICANY_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+
+#include "DynAnyFactory.h"
+#include "DynAny_i.h"
+#include "DynArray_i.h"
+#include "DynamicAny.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/DynamicInterface/DynamicInterface_pch.h b/TAO/tao/DynamicInterface/DynamicInterface_pch.h
new file mode 100644
index 00000000000..18baf58f9cf
--- /dev/null
+++ b/TAO/tao/DynamicInterface/DynamicInterface_pch.h
@@ -0,0 +1,20 @@
+// $Id$
+#ifndef DYNAMICINTERFACE_PCH_H
+#define DYNAMICINTERFACE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+#include "tao/Marshal.h"
+#include "tao/Stub.h"
+#include "tao/Principal.h"
+#include "tao/Transport.h"
+
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/IORTable/IORTable_pch.h b/TAO/tao/IORTable/IORTable_pch.h
new file mode 100644
index 00000000000..16e47cec082
--- /dev/null
+++ b/TAO/tao/IORTable/IORTable_pch.h
@@ -0,0 +1,22 @@
+// $Id$
+#ifndef IORTABLE_PCH_H
+#define IORTABLE_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+#include "tao/Object.h"
+#include "tao/corbafwd.h"
+#include "tao/Adapter.h"
+
+#include "ace/Hash_Map_Manager.h"
+#include "ace/SString.h"
+#include "ace/Service_Config.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/PortableServer/PortableServer_pch.cpp b/TAO/tao/PortableServer/PortableServer_pch.cpp
new file mode 100644
index 00000000000..e4971bc547e
--- /dev/null
+++ b/TAO/tao/PortableServer/PortableServer_pch.cpp
@@ -0,0 +1,3 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "PortableServer_pch.h"
diff --git a/TAO/tao/PortableServer/PortableServer_pch.h b/TAO/tao/PortableServer/PortableServer_pch.h
new file mode 100644
index 00000000000..2f9efc31644
--- /dev/null
+++ b/TAO/tao/PortableServer/PortableServer_pch.h
@@ -0,0 +1,15 @@
+// $Id$
+#ifndef PORTABLESERVER_PCH_H
+#define PORTABLESERVER_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/corba.h"
+#include "POA.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/RTCORBA/RTCORBA_pch.h b/TAO/tao/RTCORBA/RTCORBA_pch.h
new file mode 100644
index 00000000000..f792837e188
--- /dev/null
+++ b/TAO/tao/RTCORBA/RTCORBA_pch.h
@@ -0,0 +1,21 @@
+// $Id$
+#ifndef RTCORBA_PCH_H
+#define RTCORBA_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Sched_Params.h"
+
+#include "tao/orbconf.h"
+#include "tao/debug.h"
+#include "tao/Invocation.h"
+#include "tao/ORB_Core.h"
+
+#include "rtcorba_export.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/RTPortableServer/RTPortableServer_pch.h b/TAO/tao/RTPortableServer/RTPortableServer_pch.h
new file mode 100644
index 00000000000..148f5c9cbac
--- /dev/null
+++ b/TAO/tao/RTPortableServer/RTPortableServer_pch.h
@@ -0,0 +1,20 @@
+// $Id$
+#ifndef RTPORTABLESERVER_PCH_H
+#define RTPORTABLESERVER_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/PortableServer/Object_Adapter.h"
+#include "tao/PortableServer/POA.h"
+#include "tao/debug.h"
+#include "tao/ORB_Core.h"
+#include "tao/Environment.h"
+
+#include "RT_POA.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/Strategies/Strategies_pch.h b/TAO/tao/Strategies/Strategies_pch.h
new file mode 100644
index 00000000000..261fb97e872
--- /dev/null
+++ b/TAO/tao/Strategies/Strategies_pch.h
@@ -0,0 +1,32 @@
+// $Id$
+#ifndef TAO_STRATEGIES_PCH_H
+#define TAO_STRATEGIES_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/Connector.h"
+
+#include "tao/Acceptor_Registry.h"
+#include "tao/operation_details.h"
+#include "tao/Timeprobe.h"
+#include "tao/CDR.h"
+#include "tao/Transport_Mux_Strategy.h"
+#include "tao/Wait_Strategy.h"
+#include "tao/Sync_Strategies.h"
+#include "tao/Stub.h"
+#include "tao/debug.h"
+#include "tao/Resume_Handle.h"
+#include "tao/GIOP_Message_Base.h"
+#include "tao/GIOP_Message_Lite.h"
+#include "tao/ORB_Core.h"
+#include "tao/Environment.h"
+#include "tao/Base_Transport_Property.h"
+#include "tao/Protocols_Hooks.h"
+#include "tao/Invocation.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/TAO/tao/tao_pch.cpp b/TAO/tao/tao_pch.cpp
new file mode 100644
index 00000000000..1ad856d5cd2
--- /dev/null
+++ b/TAO/tao/tao_pch.cpp
@@ -0,0 +1,4 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "tao_pch.h"
+
diff --git a/TAO/tao/tao_pch.h b/TAO/tao/tao_pch.h
new file mode 100644
index 00000000000..7b3f90a4f14
--- /dev/null
+++ b/TAO/tao/tao_pch.h
@@ -0,0 +1,21 @@
+// $Id$
+#ifndef TAO_PCH_H
+#define TAO_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/ace_pch.h"
+
+#include "corba.h"
+#include "orb_core.h"
+#include "debug.h"
+#include "tao/Stub.h"
+#include "tao/Transport.h"
+#include "tao/try_macros.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/ace/SSL/ssl_pch.h b/ace/SSL/ssl_pch.h
new file mode 100644
index 00000000000..814cbc7edcc
--- /dev/null
+++ b/ace/SSL/ssl_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef SSL_PCH_H
+#define SSL_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/config-all.h"
+#include "ace/OS.h"
+
+#include <openssl/err.h>
+#include <openssl/ssl.h>
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/ace/ace_pch.cpp b/ace/ace_pch.cpp
new file mode 100644
index 00000000000..bd5bd7e25f7
--- /dev/null
+++ b/ace/ace_pch.cpp
@@ -0,0 +1,3 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "ace_pch.h"
diff --git a/ace/ace_pch.h b/ace/ace_pch.h
new file mode 100644
index 00000000000..e42fec7b508
--- /dev/null
+++ b/ace/ace_pch.h
@@ -0,0 +1,20 @@
+// $Id$
+#ifndef ACE_MAIN_PCH_H
+#define ACE_MAIN_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "config-all.h"
+#include "OS.h"
+#include "Basic_Types.h"
+#include "SString.h"
+#include "Message_Block.h"
+#include "Malloc.h"
+#include "Naming_Context.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif
diff --git a/apps/gperf/src/gperf_pch.cpp b/apps/gperf/src/gperf_pch.cpp
new file mode 100644
index 00000000000..f5b3d6b8dee
--- /dev/null
+++ b/apps/gperf/src/gperf_pch.cpp
@@ -0,0 +1,3 @@
+// $Id$
+// For use by manual precompiled headers only.
+#include "gperf_pch.h"
diff --git a/apps/gperf/src/gperf_pch.h b/apps/gperf/src/gperf_pch.h
new file mode 100644
index 00000000000..4b33122d764
--- /dev/null
+++ b/apps/gperf/src/gperf_pch.h
@@ -0,0 +1,15 @@
+// $Id$
+
+#ifndef GPERF_PCH_H
+#define GPERF_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "Bool_Array.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif