summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.h')
-rw-r--r--trunk/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.h b/trunk/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.h
new file mode 100644
index 00000000000..1734634a104
--- /dev/null
+++ b/trunk/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.h
@@ -0,0 +1,38 @@
+/* -*- C++ -*- */
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// orbsvcs
+//
+// = FILENAME
+// Reconfig_Scheduler.h
+//
+// = AUTHOR
+// Chris Gill <cdgill@cs.wustl.edu>
+//
+// ============================================================================
+
+#ifndef TAO_RECONFIG_SCHEDULER_H
+#define TAO_RECONFIG_SCHEDULER_H
+#include /**/ "ace/pre.h"
+
+#include "ace/config-all.h"
+
+
+#include "ace/Hash_Map_Manager.h"
+#include "ace/RB_Tree.h"
+#include "orbsvcs/Scheduler_Factory.h"
+#include "orbsvcs/RtecSchedulerS.h"
+#include "orbsvcs/Sched/Reconfig_Sched_Utils.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+// Include the templates here.
+#include "orbsvcs/Sched/Reconfig_Scheduler_T.h"
+
+#include /**/ "ace/post.h"
+#endif /* TAO_RECONFIG_SCHEDULER_H */