From 097b2479d0393d8a8bada4a50708d7a2404045ca Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 12 Dec 2005 13:32:15 +0000 Subject: Added new docs for class SocketEngine git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2339 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classEvent.html | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'docs/module-doc/classEvent.html') diff --git a/docs/module-doc/classEvent.html b/docs/module-doc/classEvent.html index cba0e76e8..882fb8422 100644 --- a/docs/module-doc/classEvent.html +++ b/docs/module-doc/classEvent.html @@ -102,7 +102,7 @@ Create a new Event.

-Definition at line 281 of file modules.cpp.

00281 : data(anydata), source(src), id(eventid) { };
+Definition at line 275 of file modules.cpp.
00275 : data(anydata), source(src), id(eventid) { };
 

@@ -137,11 +137,11 @@ Get the Event data.

-Definition at line 283 of file modules.cpp. +Definition at line 277 of file modules.cpp.

-References data.

00284 {
-00285         return this->data;
-00286 }
+References data.
00278 {
+00279         return this->data;
+00280 }
 

@@ -175,11 +175,11 @@ Get the event ID.

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

-Definition at line 299 of file modules.cpp. +Definition at line 293 of file modules.cpp.

-References id.

00300 {
-00301         return this->id;
-00302 }
+References id.
00294 {
+00295         return this->id;
+00296 }
 

@@ -213,11 +213,11 @@ Get the event Source.

-Definition at line 288 of file modules.cpp. +Definition at line 282 of file modules.cpp.

-References source.

00289 {
-00290         return this->source;
-00291 }
+References source.
00283 {
+00284         return this->source;
+00285 }
 

@@ -253,12 +253,12 @@ The return result of an Event::S

Implements ModuleMessage.

-Definition at line 293 of file modules.cpp. +Definition at line 287 of file modules.cpp.

-References FOREACH_MOD.

00294 {
-00295         FOREACH_MOD OnEvent(this);
-00296         return NULL;
-00297 }
+References FOREACH_MOD.
00288 {
+00289         FOREACH_MOD OnEvent(this);
+00290         return NULL;
+00291 }
 

@@ -291,7 +291,7 @@ This member holds a pointer to arbitary data set by the emitter of the message.

Definition at line 202 of file modules.h.

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

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

Definition at line 211 of file modules.h.

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

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

Definition at line 206 of file modules.h.

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


The documentation for this class was generated from the following files: -
Generated on Fri Dec 9 20:20:11 2005 for InspIRCd by  +
Generated on Mon Dec 12 13:31:11 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3