From bc0d192a35489b8f5c42aa381ab2b120957ef770 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 May 2005 15:35:21 +0000 Subject: Added final documentation for inspircd Beta 4 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 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 68ba84a00..e344bbd81 100644 --- a/docs/module-doc/classRequest.html +++ b/docs/module-doc/classRequest.html @@ -94,9 +94,9 @@ Create a new Request.

-Definition at line 308 of file modules.cpp. +Definition at line 306 of file modules.cpp.

-

00308 : data(anydata), source(src), dest(dst) { };
+
00306 : data(anydata), source(src), dest(dst) { };
 
@@ -130,13 +130,13 @@ Fetch the Request data.

-Definition at line 310 of file modules.cpp. +Definition at line 308 of file modules.cpp.

References data.

-

00311 {
-00312         return this->data;
-00313 }
+
00309 {
+00310         return this->data;
+00311 }
 
@@ -169,13 +169,13 @@ Fetch the request destination (should be 'this' in the receiving module).

-Definition at line 320 of file modules.cpp. +Definition at line 318 of file modules.cpp.

References dest.

-

00321 {
-00322         return this->dest;
-00323 }
+
00319 {
+00320         return this->dest;
+00321 }
 
@@ -208,13 +208,13 @@ Fetch the request source.

-Definition at line 315 of file modules.cpp. +Definition at line 313 of file modules.cpp.

References source.

-

00316 {
-00317         return this->source;
-00318 }
+
00314 {
+00315         return this->source;
+00316 }
 
@@ -249,20 +249,20 @@ Upon returning the result will be arbitary data returned by the module you sent

Implements ModuleMessage.

-Definition at line 325 of file modules.cpp. +Definition at line 323 of file modules.cpp.

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

-

00326 {
-00327         if (this->dest)
-00328         {
-00329                 return dest->OnRequest(this);
-00330         }
-00331         else
-00332         {
-00333                 return NULL;
-00334         }
-00335 }
+
00324 {
+00325         if (this->dest)
+00326         {
+00327                 return dest->OnRequest(this);
+00328         }
+00329         else
+00330         {
+00331                 return NULL;
+00332         }
+00333 }
 
@@ -292,7 +292,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().

@@ -320,7 +320,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().

@@ -348,12 +348,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 Tue Apr 26 17:11:50 2005 for InspIRCd by +
Generated on Sat May 7 15:34:27 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3