From a266dadd1351d10b56ec187c7b6f7af75350ed68 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 02:26:05 +0000 Subject: Documented new recvq and sendq stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1367 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 46 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index 980de41c0..63f69b78c 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -94,9 +94,9 @@ Create a new Event.

-Definition at line 335 of file modules.cpp. +Definition at line 344 of file modules.cpp.

-

00335 : data(anydata), source(src), id(eventid) { };
+
00344 : data(anydata), source(src), id(eventid) { };
 
@@ -130,13 +130,13 @@ Get the Event data.

-Definition at line 337 of file modules.cpp. +Definition at line 346 of file modules.cpp.

References data.

-

00338 {
-00339         return this->data;
-00340 }
+
00347 {
+00348         return this->data;
+00349 }
 
@@ -169,13 +169,13 @@ Get the event ID.

Use this to determine the event type for safe casting of the data

-Definition at line 353 of file modules.cpp. +Definition at line 362 of file modules.cpp.

References id.

-

00354 {
-00355         return this->id;
-00356 }
+
00363 {
+00364         return this->id;
+00365 }
 
@@ -208,13 +208,13 @@ Get the event Source.

-Definition at line 342 of file modules.cpp. +Definition at line 351 of file modules.cpp.

References source.

-

00343 {
-00344         return this->source;
-00345 }
+
00352 {
+00353         return this->source;
+00354 }
 
@@ -249,14 +249,14 @@ The return result of an Event::Send() Implements ModuleMessage.

-Definition at line 347 of file modules.cpp. +Definition at line 356 of file modules.cpp.

References FOREACH_MOD.

-

00348 {
-00349         FOREACH_MOD OnEvent(this);
-00350         return NULL;
-00351 }
+
00357 {
+00358         FOREACH_MOD OnEvent(this);
+00359         return NULL;
+00360 }
 
@@ -286,7 +286,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.

Definition at line 199 of file modules.h.

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

@@ -314,7 +314,7 @@ This is arbitary text which should be used to distinguish one type of event from

Definition at line 208 of file modules.h.

-Referenced by GetEventID(). +Referenced by GetEventID().

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

Definition at line 203 of file modules.h.

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


The documentation for this class was generated from the following files: -
Generated on Sat May 7 15:34:24 2005 for InspIRCd by +
Generated on Thu May 12 02:25:20 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3