#include <stcpsvr.hh>
Collaboration diagram for CLIENT_STCP_PORT:

Public Methods | |
| CLIENT_STCP_PORT () | |
Data Fields | |
| int | errors |
| int | max_errors |
| sockaddr_in | address |
| int | socket_fd |
| int | last_write_id |
| pid_t | pid |
|
|
Definition at line 42 of file stcpsvr.hh. 00043 {
00044 errors = 0;
00045 max_errors = 50;
00046 last_write_id = -1;
00047 socket_fd = -1;
00048 }
|
|
|
Definition at line 49 of file stcpsvr.hh. |
|
|
Definition at line 49 of file stcpsvr.hh. |
|
|
Definition at line 50 of file stcpsvr.hh. Referenced by CMS_SERVER_REMOTE_STCP_PORT::CMS_SERVER_REMOTE_STCP_PORT().
|
|
|
Definition at line 51 of file stcpsvr.hh. Referenced by CMS_SERVER_REMOTE_STCP_PORT::CMS_SERVER_REMOTE_STCP_PORT(), and CMS_SERVER_REMOTE_STCP_PORT::register_port().
|
|
|
Definition at line 52 of file stcpsvr.hh. |
|
|
Definition at line 60 of file stcpsvr.hh. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001