|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <httpd.h>


Private Attributes | |
| HTTPdState | State |
Additional Inherited Members | |
Protected Attributes inherited from CServerSocket | |
| CList< LPCServerClientThread > | Connections |
Protected Attributes inherited from CSocket | |
| 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().