aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server.h b/src/server.h
index 55de081..315248b 100644
--- a/src/server.h
+++ b/src/server.h
@@ -41,7 +41,6 @@ namespace Bu
41 * In order to use a Server you must subclass it and implement the pure 41 * In order to use a Server you must subclass it and implement the pure
42 * virtual functions. These allow you to receive notification of events 42 * virtual functions. These allow you to receive notification of events
43 * happening within the server itself, and actually makes it useful. 43 * happening within the server itself, and actually makes it useful.
44 *@author Mike Buland
45 *@ingroup Serving 44 *@ingroup Serving
46 */ 45 */
47 class Server 46 class Server