diff options
| author | 2006-07-10 18:54:25 +0000 | |
|---|---|---|
| committer | 2006-07-10 18:54:25 +0000 | |
| commit | 62b550f653ca674bb84eaac77fcdbc4bfc84f135 (patch) | |
| tree | b67933ec558a040aa969025f0331dd3d305af9c1 /include/modules.h | |
| parent | Making lots of stuff inherit from classbase so we can use it as a holdall cla... (diff) | |
Inherit tons of stuff from classbase that should always have been
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4298 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
| -rw-r--r-- | include/modules.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index 851fa1b5a..3aab093e5 100644 --- a/include/modules.h +++ b/include/modules.h @@ -268,7 +268,7 @@ class Event : public ModuleMessage * be loaded. If this happens, the error message returned by ModuleException::GetReason will be displayed to the user * attempting to load the module, or dumped to the console if the ircd is currently loading for the first time. */ -class ModuleException +class ModuleException : public classbase { private: /** Holds the error message to be displayed @@ -1210,7 +1210,7 @@ class Module : public Extensible * output to users and other servers. All modules should instantiate at least one copy of this class, * and use its member functions to perform their tasks. */ -class Server : public classbase +class Server : public Extensible { public: /** Default constructor. |
