diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-26 17:15:49 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-26 17:15:49 +0000 |
commit | 5a2675d174e661c55843b3795afe2d688e7197f9 (patch) | |
tree | 729b446ce25c0bce81157f1a4158865055468f45 /docs/man/man3/Request.3 | |
parent | 3ffb95a12391eac5cf89549af9e790362fbfc075 (diff) |
New documentation!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1199 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/Request.3')
-rw-r--r-- | docs/man/man3/Request.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/man3/Request.3 b/docs/man/man3/Request.3 index 523b76247..28a518bc5 100644 --- a/docs/man/man3/Request.3 +++ b/docs/man/man3/Request.3 @@ -1,4 +1,4 @@ -.TH "Request" 3 "20 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "Request" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -58,7 +58,7 @@ The Request class is a unicast message directed at a given module. When this class is properly instantiated it may be sent to a module using the \fBSend()\fP method, which will call the given module's OnRequest method with this class as its parameter. .PP -Definition at line 151 of file modules.h. +Definition at line 154 of file modules.h. .SH "Constructor & Destructor Documentation" .PP .SS "Request::Request (char * anydata, \fBModule\fP * src, \fBModule\fP * dst)" @@ -127,17 +127,17 @@ References dest, and Module::OnRequest(). .PP .SS "char* \fBRequest::data\fP\fC [protected]\fP" .PP -This member holds a pointer to arbitary data set by the emitter of the message. Definition at line 156 of file modules.h. +This member holds a pointer to arbitary data set by the emitter of the message. Definition at line 159 of file modules.h. .PP Referenced by GetData(). .SS "\fBModule\fP* \fBRequest::dest\fP\fC [protected]\fP" .PP -The single destination of the Request. Definition at line 163 of file modules.h. +The single destination of the Request. Definition at line 166 of file modules.h. .PP Referenced by GetDest(), and Send(). .SS "\fBModule\fP* \fBRequest::source\fP\fC [protected]\fP" .PP -This is a pointer to the sender of the message, which can be used to directly trigger events, or to create a reply. Definition at line 160 of file modules.h. +This is a pointer to the sender of the message, which can be used to directly trigger events, or to create a reply. Definition at line 163 of file modules.h. .PP Referenced by GetSource(). |