From 71bedf497cde8b0b38afbb366828b3df9c2803d6 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:04:22 +0000 Subject: git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classSocketEngine.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/module-doc/classSocketEngine.html') diff --git a/docs/module-doc/classSocketEngine.html b/docs/module-doc/classSocketEngine.html index 76c76d918..0dedef254 100644 --- a/docs/module-doc/classSocketEngine.html +++ b/docs/module-doc/classSocketEngine.html @@ -83,7 +83,7 @@ Please note that if there is a catastrophic failure (for example, you try and en

Definition at line 35 of file socketengine.cpp.

-References DEBUG, EngineHandle, and log().

00036 {
+References DEBUG, EngineHandle, and log().
00036 {
 00037         log(DEBUG,"SocketEngine::SocketEngine()");
 00038 #ifdef USE_EPOLL
 00039         EngineHandle = epoll_create(65535);
@@ -127,7 +127,7 @@ Destructor The destructor transparently tidies up any resources used by the sock
 

Definition at line 46 of file socketengine.cpp.

-References DEBUG, EngineHandle, and log().

00047 {
+References DEBUG, EngineHandle, and log().
00047 {
 00048         log(DEBUG,"SocketEngine::~SocketEngine()");
 00049 #ifdef USE_EPOLL
 00050         close(EngineHandle);
@@ -188,9 +188,9 @@ You must provide a type (see the consts in 65 of file socketengine.cpp.
 

-References DEBUG, EngineHandle, fds, log(), ref, and X_READBIT. +References DEBUG, EngineHandle, fds, log(), ref, and X_READBIT.

-Referenced by InspSocket::InspSocket(), and InspSocket::Poll().

00066 {
+Referenced by AddClient(), InspSocket::InspSocket(), and InspSocket::Poll().
00066 {
 00067         if ((fd < 0) || (fd > 65535))
 00068                 return false;
 00069         this->fds.push_back(fd);
@@ -262,9 +262,9 @@ Delete a file descriptor f rom the engine This function call deletes a file desc
 

Definition at line 103 of file socketengine.cpp.

-References DEBUG, EngineHandle, fds, log(), ref, and X_READBIT. +References DEBUG, EngineHandle, fds, log(), ref, and X_READBIT.

-Referenced by InspSocket::Poll(), and Server::UserToPseudo().

00104 {
+Referenced by kill_link(), kill_link_silent(), InspSocket::Poll(), and Server::UserToPseudo().
00104 {
 00105         log(DEBUG,"SocketEngine::DelFd(%d)",fd);
 00106 
 00107         if ((fd < 0) || (fd > 65535))
@@ -589,7 +589,7 @@ Referenced by Wait()
 
The documentation for this class was generated from the following files:
-
Generated on Thu Dec 15 11:14:19 2005 for InspIRCd by  +
Generated on Mon Dec 19 18:02:16 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3