summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Sched/RTSched_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Sched/RTSched_pch.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/RTSched_pch.h18
1 files changed, 18 insertions, 0 deletions
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