]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/protocol.h
Move all local-only fields to LocalUser
[user/henk/code/inspircd.git] / include / protocol.h
index bd437c76f03082ac7f60137a7efbe9abe5fee9a7..ed53c3cbbd2bca6efe1ab8b9e9b779f3dccfa6f3 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "hashcomp.h"
 
-class InspIRCd;
 class User;
 
 typedef std::vector<std::string> parameterlist;
@@ -34,12 +33,10 @@ class ProtoServer
 
 typedef std::list<ProtoServer> ProtoServerList;
 
-class ProtocolInterface : public Extensible
+class ProtocolInterface
 {
- protected:
-       InspIRCd* ServerInstance;
  public:
-       ProtocolInterface(InspIRCd* Instance) : ServerInstance(Instance) { }
+       ProtocolInterface() { }
        virtual ~ProtocolInterface() { }
 
        /** Send an ENCAP message to one or more linked servers.