From fde3dc3d9e6bd3cfc2f0f46a34d553165bf81086 Mon Sep 17 00:00:00 2001 From: shaan Date: Sun, 7 Jun 2009 21:00:34 +0200 Subject: Module for network --- network/akgnet_server.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'network/akgnet_server.hh') diff --git a/network/akgnet_server.hh b/network/akgnet_server.hh index 40d9129..72edb45 100644 --- a/network/akgnet_server.hh +++ b/network/akgnet_server.hh @@ -49,6 +49,11 @@ namespace akg for opening the listen socket and accepting a new connection and other helper functions for more evoluate servers */ + +/** + * \ingroup Networks + */ + class GenericServer { public: @@ -119,6 +124,11 @@ class GenericServer very simple cases. This version doesn't care much about errors */ + +/** + * \ingroup Networks + */ + class BlockingServer : public GenericServer { public: -- cgit