aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index d0949cc..95271f8 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -9,7 +9,8 @@
9namespace Bu 9namespace Bu
10{ 10{
11 /** 11 /**
12 * 12 *@author Mike Buland
13 *@ingroup Serving Streams
13 */ 14 */
14 class Socket : public Stream 15 class Socket : public Stream
15 { 16 {