From 956328e80741c88cdae6d98b07be4171c98f4e26 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 30 May 2005 05:23:22 +0000 Subject: Added docs for base: BoolSet git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1565 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classRequest.html | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'docs/module-doc/classRequest.html') diff --git a/docs/module-doc/classRequest.html b/docs/module-doc/classRequest.html index 17f49f7cc..be396252c 100644 --- a/docs/module-doc/classRequest.html +++ b/docs/module-doc/classRequest.html @@ -103,9 +103,9 @@ Create a new Request.

-Definition at line 249 of file modules.cpp. +Definition at line 251 of file modules.cpp.

-

00249 : data(anydata), source(src), dest(dst) { };
+
00251 : data(anydata), source(src), dest(dst) { };
 
@@ -139,13 +139,13 @@ Fetch the Request data.

-Definition at line 251 of file modules.cpp. +Definition at line 253 of file modules.cpp.

References data.

-

00252 {
-00253         return this->data;
-00254 }
+
00254 {
+00255         return this->data;
+00256 }
 
@@ -178,13 +178,13 @@ Fetch the request destination (should be 'this' in the receiving module).

-Definition at line 261 of file modules.cpp. +Definition at line 263 of file modules.cpp.

References dest.

-

00262 {
-00263         return this->dest;
-00264 }
+
00264 {
+00265         return this->dest;
+00266 }
 
@@ -217,13 +217,13 @@ Fetch the request source.

-Definition at line 256 of file modules.cpp. +Definition at line 258 of file modules.cpp.

References source.

-

00257 {
-00258         return this->source;
-00259 }
+
00259 {
+00260         return this->source;
+00261 }
 
@@ -258,20 +258,20 @@ Upon returning the result will be arbitary data returned by the module you sent

Implements ModuleMessage.

-Definition at line 266 of file modules.cpp. +Definition at line 268 of file modules.cpp.

-References dest, and Module::OnRequest(). +References dest, and Module::OnRequest().

-

00267 {
-00268         if (this->dest)
-00269         {
-00270                 return dest->OnRequest(this);
-00271         }
-00272         else
-00273         {
-00274                 return NULL;
-00275         }
-00276 }
+
00269 {
+00270         if (this->dest)
+00271         {
+00272                 return dest->OnRequest(this);
+00273         }
+00274         else
+00275         {
+00276                 return NULL;
+00277         }
+00278 }
 
@@ -301,7 +301,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.

Definition at line 159 of file modules.h.

-Referenced by GetData(). +Referenced by GetData().

@@ -329,7 +329,7 @@ The single destination of the Request.

Definition at line 166 of file modules.h.

-Referenced by GetDest(), and Send(). +Referenced by GetDest(), and Send().

@@ -357,12 +357,12 @@ This is a pointer to the sender of the message, which can be used to directly tr

Definition at line 163 of file modules.h.

-Referenced by GetSource(). +Referenced by GetSource().


The documentation for this class was generated from the following files: -
Generated on Wed May 25 22:03:20 2005 for InspIRCd by +
Generated on Mon May 30 05:17:30 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.3.1-10-gc9f91