summaryrefslogtreecommitdiffstats
path: root/network/akgnet_server.hh
diff options
context:
space:
mode:
Diffstat (limited to 'network/akgnet_server.hh')
-rw-r--r--network/akgnet_server.hh10
1 files changed, 10 insertions, 0 deletions
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: