aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/server.h b/src/server.h
index 942eb32..3331d2c 100644
--- a/src/server.h
+++ b/src/server.h
@@ -2,12 +2,16 @@
2#define SERVER_H 2#define SERVER_H
3 3
4#include <stdint.h> 4#include <stdint.h>
5#include "bu/serversocket.h" 5
6#include "bu/fstring.h"
6#include "bu/list.h" 7#include "bu/list.h"
7#include "bu/client.h"
8 8
9namespace Bu 9namespace Bu
10{ 10{
11 class ServerSocket;
12 class Socket;
13 class Client;
14
11 /** 15 /**
12 * Core of a network server. This class is distinct from a ServerSocket in 16 * Core of a network server. This class is distinct from a ServerSocket in
13 * that a ServerSocket is one listening socket, nothing more. Socket will 17 * that a ServerSocket is one listening socket, nothing more. Socket will