]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channelmanager.h
More CoreExport, brought the errors down, but some still persist.
[user/henk/code/inspircd.git] / include / channelmanager.h
index ea2c602822e14fdf06fa6f1e72f831f012e5e1f2..94f119e63a7c89d9711ebe658cb6d7160e691569 100644 (file)
  * the container which holds them. For some reason, nobody finished this.
  * TODO: Finish in future release!
  */
-class CoreExport ChannelManager : public Extensible
+class CoreExport ChannelManager
 {
- private:
-       InspIRCd *ServerInstance;
  public:
        /** Constructor
         */
-       ChannelManager(InspIRCd *Instance) : ServerInstance(Instance)
+       ChannelManager()
        {
        }
 };