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

Diff of /innwebd/base_passive.h

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

Revision 1.2 by sysadm, Sat Jul 3 08:47:07 2004 UTC Revision 1.3 by sysadm, Sat Jul 3 13:56:04 2004 UTC
# Line 22  class base_passive : Line 22  class base_passive :
22          public base          public base
23  {  {
24  public:  public:
25          static UINT uThreadCount;  //      static UINT uThreadCount;
26          struct Access_STRUCT          struct Access_STRUCT
27          {          {
28                  char ip[50];                  char ip[50];
# Line 35  public: Line 35  public:
35          ~base_passive(void);          ~base_passive(void);
36          virtual int work();          virtual int work();
37  protected:  protected:
         base_passive* p_ParentThread;  
38          CArray<Access_STRUCT*,Access_STRUCT*> access_array;          CArray<Access_STRUCT*,Access_STRUCT*> access_array;
39          int s_connect(const char* hostaddr, unsigned int port);          int s_connect(const char* hostaddr, unsigned int port);
40          int s_close(void);          int s_close(void);


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

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