From 636f32fcd0ac8bdd5bb70e04b6205d9980ef344e Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 18:35:39 +0000 Subject: Moved StrHashComp and InAddr_HashComp into the irc:: namespace git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1398 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index fba0db10a..c0dcc3ca7 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -106,10 +106,10 @@ extern FILE *log_file; extern userrec* fd_ref_table[65536]; -typedef nspace::hash_map, StrHashComp> user_hash; -typedef nspace::hash_map, StrHashComp> chan_hash; -typedef nspace::hash_map, InAddr_HashComp> address_cache; -typedef nspace::hash_map, StrHashComp> whowas_hash; +typedef nspace::hash_map, irc::StrHashComp> user_hash; +typedef nspace::hash_map, irc::StrHashComp> chan_hash; +typedef nspace::hash_map, irc::InAddr_HashComp> address_cache; +typedef nspace::hash_map, irc::StrHashComp> whowas_hash; typedef std::deque command_table; -- cgit v1.2.3