server_socket: convert to C++

This commit is contained in:
Max Kellermann
2013-01-15 21:42:55 +01:00
parent 7087935656
commit bc66dc45e6
6 changed files with 158 additions and 153 deletions

View File

@@ -28,7 +28,7 @@
#include "page.h"
#include "icy_server.h"
#include "fd_util.h"
#include "server_socket.h"
#include "ServerSocket.hxx"
#include <assert.h>