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/classExtensible.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'docs/module-doc/classExtensible.html')
diff --git a/docs/module-doc/classExtensible.html b/docs/module-doc/classExtensible.html
index ff602dfad..ee9c6bdde 100644
--- a/docs/module-doc/classExtensible.html
+++ b/docs/module-doc/classExtensible.html
@@ -29,14 +29,14 @@ Inheritance diagram for Extensible:
[legend]List of all members.
Detailed Description
@@ -61,7 +61,7 @@ Definition at line 38 of fil
|
|
- VoidPointer |
+ char * |
p |
@@ -93,7 +93,7 @@ You must provide a key to store the data as, and a void* to the data (typedef Vo
- | VoidPointer Extensible::GetExt |
+ char* Extensible::GetExt |
( |
std::string |
key |
@@ -156,7 +156,7 @@ You must provide a key name. The given key name will be removed from the classes
- std::map<std::string,VoidPointer> Extensible::Extension_Items [private]
+ | std::map<std::string,char*> Extensible::Extension_Items [private]
|
|
@@ -178,7 +178,7 @@ Definition at line 42 of fil
The documentation for this class was generated from the following file:
- Generated on Fri Apr 30 15:46:38 2004 for InspIRCd by
+ Generated on Sat May 1 13:39:16 2004 for InspIRCd by
1.3-rc3
--
cgit v1.3.1-10-gc9f91
|