#include <CServerMonitor.h>
Inheritance diagram for CServerMonitor:
Public Member Functions | |
CServerMonitor () | |
Associated Socket. | |
~CServerMonitor () | |
CServerMonitor (CSocket &am_Socket) | |
CServerMonitor (const CServerMonitor &aCServerMonitor) | |
CServerMonitor & | operator= (const CServerMonitor &aCServerMonitor) |
int | operator== (const CServerMonitor &aCServerMonitor) const |
CSocket & | getm_Socket () const |
void | operator() () |
virtual | STD (string) DescribeSelf() |
Protected Member Functions | |
void | setm_Socket (const CSocket &am_Socket) |
Private Attributes | |
CSocket & | m_Socket |
|
Associated Socket.
|
|
|
|
|
|
|
|
Definition at line 367 of file CServerMonitor.h. |
|
Operation Type: Interface Implementation Purpose: Implements a wait for a single file descriptor event as described in the mask. Returns one of: Occured - one of the masked conditions occured. TimedOut - Timeout was enabled and none of the conditions occured within the timeout. Error - An error condition ocurred. Reimplemented from CFdMonitor. |
|
|
|
|
|
Definition at line 376 of file CServerMonitor.h. References m_Socket. |
|
The name of the object Reimplemented from CFdMonitor. |
|
Definition at line 324 of file CServerMonitor.h. Referenced by setm_Socket(). |