ReactOS 0.4.16-dev-814-g656a5dc
|
#include <httpd.h>
Private Attributes | |
HTTPdState | State |
Additional Inherited Members | |
![]() | |
CList< LPCServerClientThread > | Connections |
![]() | |
SOCKET | Socket |
SOCKADDR_IN | SockAddrIn |
WSAEVENT | Event |
UINT | Port |
BOOL | Active |
CHttpDaemon::CHttpDaemon | ( | ) |
|
virtual |
HTTPdState CHttpDaemon::GetState | ( | ) | const |
Definition at line 397 of file httpd.cpp.
Referenced by CHttpDaemonThread::Execute().
|
virtual |
|
virtual |
Reimplemented from CServerSocket.
|
virtual |
Reimplemented from CServerSocket.
|
virtual |
Definition at line 403 of file httpd.cpp.
Referenced by CHttpDaemon(), and CHttpDaemonThread::Execute().
|
virtual |
Definition at line 417 of file httpd.cpp.
Referenced by CHttpDaemonThread::Execute(), and ~CHttpDaemon().
|
private |
Definition at line 72 of file httpd.h.
Referenced by GetState().