From e53c7aa50c815761f84e0ba3a28c0e6e58dc025f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 12:43:49 +0000 Subject: Added Module::OnAccessCheck Added ListMode support git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@758 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/base_8h-source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/module-doc/base_8h-source.html') 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 00038 class Extensible : public classbase 00039 { -00042 std::map<std::string,VoidPointer> Extension_Items; +00042 std::map<std::string,char*> Extension_Items; 00043 00044 public: 00045 -00052 bool Extend(std::string key, VoidPointer p); +00052 bool Extend(std::string key, char* p); 00053 00059 bool Shrink(std::string key); 00060 -00065 VoidPointer GetExt(std::string key); +00065 char* GetExt(std::string key); 00066 }; 00067 00068 #endif 00069 -
Generated on Fri Apr 30 15:46:22 2004 for InspIRCd by +
Generated on Sat May 1 13:38:59 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3