From 046da7da9bf57ac9254f76fd1c43eadf1673cdf5 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 16 Jul 2014 12:30:05 +0200 Subject: Move typedef ClassVector to ServerConfig::ClassVector --- include/configreader.h | 4 ++++ include/typedefs.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index f3b1f8b74..8615388d5 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -227,6 +227,10 @@ class CoreExport ServerConfig std::string PrependModule(const std::string& fn) const { return FileSystem::ExpandPath(Module, fn); } }; + /** Holds a complete list of all connect blocks + */ + typedef std::vector > ClassVector; + /** Get a configuration tag * @param tag The name of the tag to get */ diff --git a/include/typedefs.h b/include/typedefs.h index bd236dc62..85d86504f 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -61,10 +61,6 @@ typedef intrusive_list LocalUserList; /** A list of failed port bindings, used for informational purposes on startup */ typedef std::vector > FailedPortList; -/** Holds a complete list of all allow and deny tags from the configuration file (connection classes) - */ -typedef std::vector > ClassVector; - /** List of channels to consider when building the neighbor list of a user */ typedef std::vector IncludeChanList; -- cgit v1.2.3