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_inetaddr.hh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'network/akgnet_inetaddr.hh') diff --git a/network/akgnet_inetaddr.hh b/network/akgnet_inetaddr.hh index ad9c5c3..c3777f7 100644 --- a/network/akgnet_inetaddr.hh +++ b/network/akgnet_inetaddr.hh @@ -45,6 +45,10 @@ namespace akg */ +/** + * \ingroup Networks + */ + class HostAddress { public: @@ -107,6 +111,11 @@ class HostAddress /** This class represents the IP address of a OS socket and envelops the OS data structure 'sockaddr_in' */ + +/** + * \ingroup Networks + */ + class SocketAddress { public: -- cgit