continue implementation; first tests with recursion returned IPs but then added cance...
[pingcheck] / src / dns / ippseudoresolver.h
index c165511..f508749 100644 (file)
@@ -66,6 +66,8 @@ public:
     HostAddress get_next_ip()  { return IpAddress;  }
     bool have_up_to_date_ip()  { return true;       }
     int get_resolved_ip_count(){ return 1;          }
+    bool is_resolving()        { return false;      }
+    void cancel_resolve() {}
 
 // implementation of ResolverBase::async_resolve
 protected: