/[LeafOK_CVS]/innwebd/thread_pool.h
ViewVC logotype

Diff of /innwebd/thread_pool.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sat Jul 3 13:55:42 2004 UTC Revision 1.4 by sysadm, Sat Jul 3 15:10:23 2004 UTC
# Line 48  private: Line 48  private:
48          int SetLock(bool bLock, clock_t tTimeout = TS_SETLOCK_TIMEOUT);          int SetLock(bool bLock, clock_t tTimeout = TS_SETLOCK_TIMEOUT);
49          error_code uLastErrorCode;          error_code uLastErrorCode;
50          HANDLE hThreadKiller;          HANDLE hThreadKiller;
51            bool bTerminateThreadKiller;
52  public:  public:
53          thread_pool(UINT uThreadMax = TS_MAX_THREAD);          thread_pool(UINT uThreadMax = TS_MAX_THREAD);
54          ~thread_pool(void);          ~thread_pool(void);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1