--- innwebd/base_passive.h 2004/07/03 08:47:07 1.2 +++ innwebd/base_passive.h 2004/07/03 13:56:04 1.3 @@ -22,7 +22,7 @@ class base_passive : public base { public: - static UINT uThreadCount; +// static UINT uThreadCount; struct Access_STRUCT { char ip[50]; @@ -35,7 +35,6 @@ public: ~base_passive(void); virtual int work(); protected: - base_passive* p_ParentThread; CArray access_array; int s_connect(const char* hostaddr, unsigned int port); int s_close(void);