aboutsummaryrefslogtreecommitdiff
path: root/src/serversocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serversocket.h')
-rw-r--r--src/serversocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/serversocket.h b/src/serversocket.h
index b4ee247..751768d 100644
--- a/src/serversocket.h
+++ b/src/serversocket.h
@@ -15,6 +15,9 @@ namespace Bu
15 * 15 *
16 * Although the accept function returns an integral file descriptor, it is 16 * Although the accept function returns an integral file descriptor, it is
17 * designed to be used with the Socket class. 17 * designed to be used with the Socket class.
18 *
19 *@author Mike Buland
20 *@ingroup Serving
18 */ 21 */
19 class ServerSocket 22 class ServerSocket
20 { 23 {