#include <account.hh>
Public Member Functions | |
| void | clear (void) |
| string | server (void) |
| void | set_server (const char *) |
| string | usr (void) |
| void | set_usr (const char *) |
| string | passwd (void) |
| void | set_passwd (const char *) |
| unsigned int | port (void) |
| void | set_port (unsigned int) |
| void | set_protocol (unsigned int) |
| unsigned int | protocol (void) |
| void | set_connection (unsigned int=POSIX_SOCKETS) __attribute__((unused)) |
| int | check (void) |
Protected Attributes | |
| string | serv |
| string | user |
| string | pass |
| int | the_port |
| vector< string > | msg_ids |
| Protocol * | proto |
| Connection * | conn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8