aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server.h b/src/server.h
index 302b6e3..499bf26 100644
--- a/src/server.h
+++ b/src/server.h
@@ -30,6 +30,8 @@ namespace Bu
30 * In order to use a Server you must subclass it and implement the pure 30 * In order to use a Server you must subclass it and implement the pure
31 * virtual functions. These allow you to receive notification of events 31 * virtual functions. These allow you to receive notification of events
32 * happening within the server itself, and actually makes it useful. 32 * happening within the server itself, and actually makes it useful.
33 *@author Mike Buland
34 *@ingroup Serving
33 */ 35 */
34 class Server 36 class Server
35 { 37 {