summaryrefslogtreecommitdiff
path: root/TAO/tao/New_Leader_Generator.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-13 00:32:20 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-13 00:32:20 +0000
commitbb581ca34145d9f88c8d95ee2a1a885d2572f1f6 (patch)
tree714c1845a75010173147e153a132fc1589bfc1ce /TAO/tao/New_Leader_Generator.h
parent0b10bc456cf2ecca67f9e97b225835c5a7ac5599 (diff)
downloadATCD-bb581ca34145d9f88c8d95ee2a1a885d2572f1f6.tar.gz
New branch Thread_Pool_stage_3 (very close to x.1.20 release)
Diffstat (limited to 'TAO/tao/New_Leader_Generator.h')
-rw-r--r--TAO/tao/New_Leader_Generator.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/TAO/tao/New_Leader_Generator.h b/TAO/tao/New_Leader_Generator.h
new file mode 100644
index 00000000000..f168abb1e14
--- /dev/null
+++ b/TAO/tao/New_Leader_Generator.h
@@ -0,0 +1,40 @@
+//=============================================================================
+/**
+ * @file New_Leader_Generator.h
+ *
+ * $Id$
+ *
+ * @author Irfan Pyarali
+ */
+// ===================================================================
+
+#ifndef TAO_NEW_LEADER_GENERATOR_H
+#define TAO_NEW_LEADER_GENERATOR_H
+
+#include "ace/pre.h"
+#include "tao/orbconf.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+/**
+ * @class TAO_RT_New_Leader_Generator
+ *
+ * @brief Class for creating dynamic threads.
+ *
+ * \nosubgrouping
+ *
+ **/
+class TAO_Export TAO_New_Leader_Generator
+{
+public:
+
+ /// Leader/Follower class uses this method to notify the system that
+ /// we are out of leaders.
+ virtual void no_leaders_available (void) = 0;
+};
+
+#include "ace/post.h"
+
+#endif /* TAO_NEW_LEADER_GENERATOR_H */