#include <users.h>
Inheritance diagram for ConnectClass:
Public Member Functions | |
ConnectClass () | |
Public Attributes | |
int | type |
int | registration_timeout |
char | host [MAXBUF] |
char | pass [MAXBUF] |
Definition at line 34 of file users.h.
|
Definition at line 42 of file users.h.
00043 { 00044 registration_timeout = 0; 00045 strcpy(host,""); 00046 strcpy(pass,""); 00047 } |
|
|
|
|
|
|
|
|