]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/man/man3/connection.h.3
Added final documentation for inspircd Beta 4
[user/henk/code/inspircd.git] / docs / man / man3 / connection.h.3
index d0e85f6633c98ad616d8cf1a2b74b369fcc88433..492693091c8ee0efcc8e32a66ffc2ccc6fd9358b 100644 (file)
@@ -1,4 +1,4 @@
-.TH "connection.h" 3 "9 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "connection.h" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*-
 .ad l
 .nh
 .SH NAME
@@ -32,6 +32,8 @@ connection.h \-
 .br
 \fC#include <deque>\fP
 .br
+\fC#include <sstream>\fP
+.br
 
 .SS "Compounds"
 
@@ -44,10 +46,6 @@ connection.h \-
 .RI "class \fBircd_connector\fP"
 .br
 .RI "\fIEach connection has one or more of these each represents ONE outbound connection to another ircd so each inbound has multiple outbounds. \fP"
-.ti -1c
-.RI "class \fBpacket\fP"
-.br
-.RI "\fIClass packet is deprecated. \fP"
 .in -1c
 .SS "Defines"
 
@@ -75,22 +73,22 @@ connection.h \-
 .PP 
 .SS "#define STATE_CONNECTED   1"
 .PP
-Definition at line 35 of file connection.h.
+Definition at line 36 of file connection.h.
 .SS "#define STATE_DISCONNECTED   0"
 .PP
-Definition at line 34 of file connection.h.
+Definition at line 35 of file connection.h.
 .SS "#define STATE_NOAUTH_INBOUND   3"
 .PP
-Definition at line 37 of file connection.h.
+Definition at line 38 of file connection.h.
 .SS "#define STATE_NOAUTH_OUTBOUND   4"
 .PP
-Definition at line 38 of file connection.h.
+Definition at line 39 of file connection.h.
 .SS "#define STATE_SERVICES   5"
 .PP
-Definition at line 39 of file connection.h.
+Definition at line 40 of file connection.h.
 .SS "#define STATE_SYNC   2"
 .PP
-Definition at line 36 of file connection.h.
+Definition at line 37 of file connection.h.
 .SH "Author"
 .PP 
 Generated automatically by Doxygen for InspIRCd from the source code.