New_Leader_Generator.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    New_Leader_Generator.h
00006  *
00007  *  New_Leader_Generator.h,v 1.8 2005/11/02 07:13:03 ossama Exp
00008  *
00009  *  @author Irfan Pyarali
00010  */
00011 // ===================================================================
00012 
00013 #ifndef TAO_NEW_LEADER_GENERATOR_H
00014 #define TAO_NEW_LEADER_GENERATOR_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #include "tao/TAO_Export.h"
00019 #include "tao/orbconf.h"
00020 
00021 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00022 # pragma once
00023 #endif /* ACE_LACKS_PRAGMA_ONCE */
00024 
00025 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00026 
00027 /**
00028  * @class TAO_New_Leader_Generator
00029  *
00030  * @brief Class for creating dynamic threads.
00031  *
00032  * \nosubgrouping
00033  *
00034  **/
00035 class TAO_Export TAO_New_Leader_Generator
00036 {
00037 public:
00038 
00039   /// Destructor.
00040   virtual ~TAO_New_Leader_Generator (void);
00041 
00042   /// Leader/Follower class uses this method to notify the system that
00043   /// we are out of leaders.
00044   virtual void no_leaders_available (void) = 0;
00045 };
00046 
00047 TAO_END_VERSIONED_NAMESPACE_DECL
00048 
00049 #include /**/ "ace/post.h"
00050 
00051 #endif /* TAO_NEW_LEADER_GENERATOR_H */

Generated on Thu Nov 9 11:54:16 2006 for TAO by doxygen 1.3.6