mini/zz_win_pool_thread.h

Go to the documentation of this file.
00001 /* libzzthread
00002  *
00003  * This program is distributed under the GNU General Public License, version 2.
00004  * A copy of this license is included with this source.
00005  *
00006  * Copyright 2000-2006, Toni Thomsson <toni@tonjac.org> 
00007 */
00008 
00009 #ifndef zz_win_pool_thread_h
00010 #define zz_win_pool_thread_h
00011 
00012 #include <zz_win_thread.h>
00013 
00014 class CzzWinPoolThread : public CzzWinThread
00015 {
00016 public:
00017 
00018     // Construction
00019     CzzWinPoolThread( );
00020     virtual ~CzzWinPoolThread();
00021 
00022     virtual void Queue();
00023 
00024 private:
00025 
00026     void OnStartQueue();
00027 
00028     static void APC( unsigned long dwParam );
00029     static unsigned int Begin( LPVOID param );
00030 };
00031 
00032 #endif // zz_win_pool_thread_h

Generated on Thu Sep 21 21:45:42 2006 for tonjac.org MINI/C++ library by  doxygen 1.4.6-NO