]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / include / dns.h
index 76a69b6e453043b51b25331ae0acdd392e6b6f7e..1b9ce59a4f7e4db5604afd0a2acaa6261c46ef59 100644 (file)
@@ -40,7 +40,7 @@ class Module;
 /**
  * Result status, used internally
  */
-class CoreExport DNSResult : public classbase
+class CoreExport DNSResult
 {
  public:
        /** Result ID
@@ -72,7 +72,7 @@ typedef std::pair<unsigned char*, std::string> DNSInfo;
 
 /** Cached item stored in the query cache.
  */
-class CoreExport CachedQuery : public classbase
+class CoreExport CachedQuery
 {
  public:
        /** The cached result data, an IP or hostname
@@ -181,7 +181,7 @@ enum ForceProtocol
  * can occur by calling virtual methods, one is a success situation, and the other
  * an error situation.
  */
-class CoreExport Resolver : public Extensible
+class CoreExport Resolver
 {
  protected:
        /**