diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
| commit | c507ce3198ea4d822832cc8740f0128df8873c02 (patch) | |
| tree | 260ca004916ae03b7d5438bf89007e3984da6934 /sock.h | |
| parent | c8b2ef7b899766d04562f7e04a84251cea8fa701 (diff) | |
tagging ychat-0.3ychat-0.3
Diffstat (limited to 'sock.h')
| -rwxr-xr-x | sock.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ #include "reqp.h" #include "thrd.h" #include "user.h" -#include "logd.h" + using namespace std; class sock @@ -31,7 +31,7 @@ private: bool b_run; // true while socket manager is running. reqp* req_parser; // parses the http requests from clients. pool* thrd_pool; // the thread pool. - logd* log_daemon; // the log daemon + // creates a server socket. virtual int make_socket( uint16_t port ); |
