From 5de064387b5d47725ff278ae537c97f0a0f4a21e Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 19:13:59 +0000 Subject: New docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1399 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8cpp-source.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/module-doc/modules_8cpp-source.html') diff --git a/docs/module-doc/modules_8cpp-source.html b/docs/module-doc/modules_8cpp-source.html index 5f6dfb3be..10b371c07 100644 --- a/docs/module-doc/modules_8cpp-source.html +++ b/docs/module-doc/modules_8cpp-source.html @@ -113,10 +113,10 @@ 00106 00107 extern userrec* fd_ref_table[65536]; 00108 -00109 typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, StrHashComp> user_hash; -00110 typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, StrHashComp> chan_hash; -00111 typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, InAddr_HashComp> address_cache; -00112 typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, StrHashComp> whowas_hash; +00109 typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, irc::StrHashComp> user_hash; +00110 typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, irc::StrHashComp> chan_hash; +00111 typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, irc::InAddr_HashComp> address_cache; +00112 typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, irc::StrHashComp> whowas_hash; 00113 typedef std::deque<command_t> command_table; 00114 00115 @@ -1003,7 +1003,7 @@ 00996 int MODCOUNT = -1; 00997 00998 -
Generated on Sun May 15 17:02:06 2005 for InspIRCd by +
Generated on Sun May 15 18:36:02 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3