diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-24 20:03:53 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-24 20:03:53 +0000 |
commit | 6b2ea833674bb3bfedb0f2e2af06efa25655e5f5 (patch) | |
tree | eed4cba6bd5b019ffd33f2e46ddb8b129d2d732d /include/ctables.h | |
parent | 68e8a75daf6933d7ec4a3bd21cf12ed1ac880739 (diff) |
Move forward declarations to typedefs.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11967 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/ctables.h b/include/ctables.h index 4cb530e63..68244932d 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -214,10 +214,6 @@ class CoreExport Command : public classbase virtual ~Command(); }; -class LocalUser; -class RemoteUser; -class FakeUser; - class CoreExport SplitCommand : public Command { public: @@ -229,10 +225,6 @@ class CoreExport SplitCommand : public Command virtual CmdResult HandleServer(const std::vector<std::string>& parameters, FakeUser* user); }; -/** A hash of commands used by the core - */ -typedef nspace::hash_map<std::string,Command*> Commandtable; - /** Shortcut macros for defining translation lists */ #define TRANSLATE1(x1) translation.push_back(x1); |