From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/socket_8h.html | 146 ----------------------------------------- 1 file changed, 146 deletions(-) delete mode 100644 docs/module-doc/socket_8h.html (limited to 'docs/module-doc/socket_8h.html') diff --git a/docs/module-doc/socket_8h.html b/docs/module-doc/socket_8h.html deleted file mode 100644 index 2842111ce..000000000 --- a/docs/module-doc/socket_8h.html +++ /dev/null @@ -1,146 +0,0 @@ - - -InspIRCd: socket.h File Reference - - - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
- -

socket.h File Reference

#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <sstream>
-#include <string>
- -

-Include dependency graph for socket.h:

- -

-This graph shows which files directly or indirectly include this file:

- - - - - - - -

-Go to the source code of 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, -I_CONNECTING, -I_CONNECTED, -I_LISTENING, -
-  I_ERROR -
- }
 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

-

- - - - -
- - - - -
enum InspSocketError
-
- - - - - -
-   - - -

-Error types which a socket may exhibit. -

-

Enumerator:
- - - - - -
I_ERR_TIMEOUT  -
I_ERR_SOCKET  -
I_ERR_CONNECT  -
I_ERR_BIND  -
-
- -

-Definition at line 34 of file socket.h.

-

-

-

- - - - -
- - - - -
enum InspSocketState
-
- - - - - -
-   - - -

-States which a socket may be in. -

-

Enumerator:
- - - - - - -
I_DISCONNECTED  -
I_CONNECTING  -
I_CONNECTED  -
I_LISTENING  -
I_ERROR  -
-
- -

-Definition at line 29 of file socket.h.

-

-

-


Generated on Mon Dec 19 18:05:20 2005 for InspIRCd by  - -doxygen 1.4.4-20050815
- - -- cgit v1.2.3