diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-01 12:43:49 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-01 12:43:49 +0000 |
commit | e53c7aa50c815761f84e0ba3a28c0e6e58dc025f (patch) | |
tree | 8140663cdfc69cc054d8ffeb1b6873cb498d3387 /docs/module-doc/base_8h-source.html | |
parent | 1899777c6d86544a7775bc96175283957a763326 (diff) |
Added Module::OnAccessCheck
Added ListMode support
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@758 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/base_8h-source.html')
-rw-r--r-- | docs/module-doc/base_8h-source.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/module-doc/base_8h-source.html b/docs/module-doc/base_8h-source.html index 6e698c0a5..7d9860bf8 100644 --- a/docs/module-doc/base_8h-source.html +++ b/docs/module-doc/base_8h-source.html @@ -31,20 +31,20 @@ 00030 <a name="l00038"></a><a class="code" href="classExtensible.html">00038</a> <span class="keyword">class </span><a class="code" href="classExtensible.html">Extensible</a> : <span class="keyword">public</span> <a class="code" href="classclassbase.html">classbase</a> 00039 { -<a name="l00042"></a><a class="code" href="classExtensible.html#o0">00042</a> std::map<std::string,VoidPointer> <a class="code" href="classExtensible.html#o0">Extension_Items</a>; +<a name="l00042"></a><a class="code" href="classExtensible.html#o0">00042</a> std::map<std::string,char*> <a class="code" href="classExtensible.html#o0">Extension_Items</a>; 00043 00044 <span class="keyword">public</span>: 00045 -00052 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a0">Extend</a>(std::string key, VoidPointer p); +00052 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a0">Extend</a>(std::string key, <span class="keywordtype">char</span>* p); 00053 00059 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a1">Shrink</a>(std::string key); 00060 -00065 <a class="code" href="base_8h.html#a0">VoidPointer</a> <a class="code" href="classExtensible.html#a2">GetExt</a>(std::string key); +00065 <span class="keywordtype">char</span>* <a class="code" href="classExtensible.html#a2">GetExt</a>(std::string key); 00066 }; 00067 00068 <span class="preprocessor">#endif</span> 00069 <span class="preprocessor"></span> -</pre></div><hr><address style="align: right;"><small>Generated on Fri Apr 30 15:46:22 2004 for InspIRCd by +</pre></div><hr><address style="align: right;"><small>Generated on Sat May 1 13:38:59 2004 for InspIRCd by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.3-rc3 </small></address> |