From 55d0f56eaa0b8dc713b0188a5019493378126dac Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:33:34 +0000 Subject: Deleted. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2581 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/man/man3/socket.h.3 | 90 ------------------------------------------------ 1 file changed, 90 deletions(-) delete mode 100644 docs/man/man3/socket.h.3 (limited to 'docs/man/man3/socket.h.3') diff --git a/docs/man/man3/socket.h.3 b/docs/man/man3/socket.h.3 deleted file mode 100644 index 9e9c0dbf7..000000000 --- a/docs/man/man3/socket.h.3 +++ /dev/null @@ -1,90 +0,0 @@ -.TH "socket.h" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- -.ad l -.nh -.SH NAME -socket.h \- -.SH SYNOPSIS -.br -.PP -\fC#include \fP -.br -\fC#include \fP -.br -\fC#include \fP -.br -\fC#include \fP -.br -\fC#include \fP -.br - -.SS "Classes" - -.in +1c -.ti -1c -.RI "class \fBInspSocket\fP" -.br -.RI "\fIInspSocket is an extendable socket class which modules can use for TCP socket support. \fP" -.in -1c -.SS "Enumerations" - -.in +1c -.ti -1c -.RI "enum \fBInspSocketState\fP { \fBI_DISCONNECTED\fP, \fBI_CONNECTING\fP, \fBI_CONNECTED\fP, \fBI_LISTENING\fP, \fBI_ERROR\fP }" -.br -.RI "\fIStates which a socket may be in. \fP" -.ti -1c -.RI "enum \fBInspSocketError\fP { \fBI_ERR_TIMEOUT\fP, \fBI_ERR_SOCKET\fP, \fBI_ERR_CONNECT\fP, \fBI_ERR_BIND\fP }" -.br -.RI "\fIError types which a socket may exhibit. \fP" -.in -1c -.SH "Enumeration Type Documentation" -.PP -.SS "enum \fBInspSocketError\fP" -.PP -Error types which a socket may exhibit. -.PP -\fBEnumerator: \fP -.in +1c -.TP -\fB\fII_ERR_TIMEOUT \fP\fP -.TP -\fB\fII_ERR_SOCKET \fP\fP -.TP -\fB\fII_ERR_CONNECT \fP\fP -.TP -\fB\fII_ERR_BIND \fP\fP - -.PP -Definition at line 34 of file socket.h. -.PP -.nf -34 { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND }; -.fi -.PP -.SS "enum \fBInspSocketState\fP" -.PP -States which a socket may be in. -.PP -\fBEnumerator: \fP -.in +1c -.TP -\fB\fII_DISCONNECTED \fP\fP -.TP -\fB\fII_CONNECTING \fP\fP -.TP -\fB\fII_CONNECTED \fP\fP -.TP -\fB\fII_LISTENING \fP\fP -.TP -\fB\fII_ERROR \fP\fP - -.PP -Definition at line 29 of file socket.h. -.PP -.nf -29 { I_DISCONNECTED, I_CONNECTING, I_CONNECTED, I_LISTENING, I_ERROR }; -.fi -.PP -.SH "Author" -.PP -Generated automatically by Doxygen for InspIRCd from the source code. -- cgit v1.2.3