Rev 1962 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1962 | Rev 1971 | ||
|---|---|---|---|
| Line 77... | Line 77... | ||
| 77 | LOG_DEBUG_ENTER; |
77 | LOG_DEBUG_ENTER; |
| 78 | 78 | ||
| 79 | this->signal_on_new_client_(this->id_, this->new_client_socket_); |
79 | this->signal_on_new_client_(this->id_, this->new_client_socket_); |
| 80 | 80 | ||
| 81 | this->new_client_socket_.reset(); |
81 | this->new_client_socket_.reset(); |
| - | 82 | ||
| - | 83 | this->Accept(); |
|
| 82 | 84 | ||
| 83 | LOG_DEBUG_EXIT; |
85 | LOG_DEBUG_EXIT; |
| 84 | } |
86 | } |
| 85 | 87 | ||
| 86 | SocketId TcpServer::GetId() |
88 | SocketId TcpServer::GetId() |