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_file.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'network/akgnet_file.hh') diff --git a/network/akgnet_file.hh b/network/akgnet_file.hh index 4d1ee23..25f7000 100644 --- a/network/akgnet_file.hh +++ b/network/akgnet_file.hh @@ -45,6 +45,10 @@ namespace akg to file descriptors opened in other ways than sockets, like stdin or stdout */ +/** + * \ingroup Networks + */ + class File : public FileDescriptor { public: -- cgit