From 4d6d3859d208d5576e7149de9a0a5576b7cf5153 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 12 Dec 2005 18:31:52 +0000 Subject: Added extra documentation for InspSocket (at last) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2356 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/socket_8h.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'docs/module-doc/socket_8h.html') diff --git a/docs/module-doc/socket_8h.html b/docs/module-doc/socket_8h.html index ef8c79fd8..d527d07ad 100644 --- a/docs/module-doc/socket_8h.html +++ b/docs/module-doc/socket_8h.html @@ -10,7 +10,6 @@

socket.h File Reference

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
-#include <poll.h>
#include <sstream>
#include <string>
@@ -32,6 +31,7 @@ This graph shows which files directly or indirectly include this file:


Classes

class  InspSocket + InspSocket is an extendable socket class which modules can use for TCP socket support. More...

Enumerations

enum  InspSocketState {
  I_DISCONNECTED, @@ -43,12 +43,14 @@ This graph shows which files directly or indirectly include this file:

} + States which a socket may be in. More...
enum  InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND } + Error types which a socket may exhibit. More...

Enumeration Type Documentation

@@ -70,6 +72,8 @@ This graph shows which files directly or indirectly include this file:

+

+Error types which a socket may exhibit.

Enumerator:
@@ -85,7 +89,7 @@ This graph shows which files directly or indirectly include this file:

-Definition at line 28 of file socket.h.

00028 { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND };
+Definition at line 34 of file socket.h.
 

@@ -110,6 +114,8 @@ Definition at line 28 of f

+

+States which a socket may be in.

Enumerator:
@@ -127,13 +133,13 @@ Definition at line 28 of f

-Definition at line 27 of file socket.h.

-
Generated on Mon Dec 12 13:31:10 2005 for InspIRCd by  +
Generated on Mon Dec 12 18:31:01 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3