diff options
Diffstat (limited to 'docs/module-doc/classRequest.html')
-rw-r--r-- | docs/module-doc/classRequest.html | 60 |
1 files changed, 30 insertions, 30 deletions
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. <p> <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00249">249</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. +Definition at line <a class="el" href="modules_8cpp-source.html#l00251">251</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> -<div class="fragment"><pre>00249 : <a class="code" href="classRequest.html#p0">data</a>(anydata), <a class="code" href="classRequest.html#p1">source</a>(src), <a class="code" href="classRequest.html#p2">dest</a>(dst) { }; +<div class="fragment"><pre>00251 : <a class="code" href="classRequest.html#p0">data</a>(anydata), <a class="code" href="classRequest.html#p1">source</a>(src), <a class="code" href="classRequest.html#p2">dest</a>(dst) { }; </pre></div> </td> </tr> </table> @@ -139,13 +139,13 @@ Fetch the Request data. <p> <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00251">251</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. +Definition at line <a class="el" href="modules_8cpp-source.html#l00253">253</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> References <a class="el" href="modules_8h-source.html#l00159">data</a>. <p> -<div class="fragment"><pre>00252 { -00253 <span class="keywordflow">return</span> this-><a class="code" href="classRequest.html#p0">data</a>; -00254 } +<div class="fragment"><pre>00254 { +00255 <span class="keywordflow">return</span> this-><a class="code" href="classRequest.html#p0">data</a>; +00256 } </pre></div> </td> </tr> </table> @@ -178,13 +178,13 @@ Fetch the request destination (should be 'this' in the receiving module). <p> <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00261">261</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. +Definition at line <a class="el" href="modules_8cpp-source.html#l00263">263</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> References <a class="el" href="modules_8h-source.html#l00166">dest</a>. <p> -<div class="fragment"><pre>00262 { -00263 <span class="keywordflow">return</span> this-><a class="code" href="classRequest.html#p2">dest</a>; -00264 } +<div class="fragment"><pre>00264 { +00265 <span class="keywordflow">return</span> this-><a class="code" href="classRequest.html#p2">dest</a>; +00266 } </pre></div> </td> </tr> </table> @@ -217,13 +217,13 @@ Fetch the request source. <p> <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00256">256</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. +Definition at line <a class="el" href="modules_8cpp-source.html#l00258">258</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> References <a class="el" href="modules_8h-source.html#l00163">source</a>. <p> -<div class="fragment"><pre>00257 { -00258 <span class="keywordflow">return</span> this-><a class="code" href="classRequest.html#p1">source</a>; -00259 } +<div class="fragment"><pre>00259 { +00260 <span class="keywordflow">return</span> this-><a class="code" href="classRequest.html#p1">source</a>; +00261 } </pre></div> </td> </tr> </table> @@ -258,20 +258,20 @@ Upon returning the result will be arbitary data returned by the module you sent <p> Implements <a class="el" href="classModuleMessage.html#a0">ModuleMessage</a>. <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00266">266</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. +Definition at line <a class="el" href="modules_8cpp-source.html#l00268">268</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> -References <a class="el" href="modules_8h-source.html#l00166">dest</a>, and <a class="el" href="modules_8cpp-source.html#l00349">Module::OnRequest()</a>. +References <a class="el" href="modules_8h-source.html#l00166">dest</a>, and <a class="el" href="modules_8cpp-source.html#l00351">Module::OnRequest()</a>. <p> -<div class="fragment"><pre>00267 { -00268 <span class="keywordflow">if</span> (this-><a class="code" href="classRequest.html#p2">dest</a>) -00269 { -00270 <span class="keywordflow">return</span> <a class="code" href="classRequest.html#p2">dest</a>-><a class="code" href="classModule.html#a46">OnRequest</a>(<span class="keyword">this</span>); -00271 } -00272 <span class="keywordflow">else</span> -00273 { -00274 <span class="keywordflow">return</span> NULL; -00275 } -00276 } +<div class="fragment"><pre>00269 { +00270 <span class="keywordflow">if</span> (this-><a class="code" href="classRequest.html#p2">dest</a>) +00271 { +00272 <span class="keywordflow">return</span> <a class="code" href="classRequest.html#p2">dest</a>-><a class="code" href="classModule.html#a46">OnRequest</a>(<span class="keyword">this</span>); +00273 } +00274 <span class="keywordflow">else</span> +00275 { +00276 <span class="keywordflow">return</span> NULL; +00277 } +00278 } </pre></div> </td> </tr> </table> @@ -301,7 +301,7 @@ This member holds a pointer to arbitary data set by the emitter of the message. <p> Definition at line <a class="el" href="modules_8h-source.html#l00159">159</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. <p> -Referenced by <a class="el" href="modules_8cpp-source.html#l00251">GetData()</a>. </td> +Referenced by <a class="el" href="modules_8cpp-source.html#l00253">GetData()</a>. </td> </tr> </table> <a name="p2" doxytag="Request::dest"></a><p> @@ -329,7 +329,7 @@ The single destination of the Request. <p> Definition at line <a class="el" href="modules_8h-source.html#l00166">166</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. <p> -Referenced by <a class="el" href="modules_8cpp-source.html#l00261">GetDest()</a>, and <a class="el" href="modules_8cpp-source.html#l00266">Send()</a>. </td> +Referenced by <a class="el" href="modules_8cpp-source.html#l00263">GetDest()</a>, and <a class="el" href="modules_8cpp-source.html#l00268">Send()</a>. </td> </tr> </table> <a name="p1" doxytag="Request::source"></a><p> @@ -357,12 +357,12 @@ This is a pointer to the sender of the message, which can be used to directly tr <p> Definition at line <a class="el" href="modules_8h-source.html#l00163">163</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>. <p> -Referenced by <a class="el" href="modules_8cpp-source.html#l00256">GetSource()</a>. </td> +Referenced by <a class="el" href="modules_8cpp-source.html#l00258">GetSource()</a>. </td> </tr> </table> <hr>The documentation for this class was generated from the following files:<ul> <li><a class="el" href="modules_8h-source.html">modules.h</a><li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul> -<hr size="1"><address style="align: right;"><small>Generated on Wed May 25 22:03:20 2005 for InspIRCd by +<hr size="1"><address style="align: right;"><small>Generated on Mon May 30 05:17:30 2005 for InspIRCd by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.3 </small></address> |