|
@@ -88,22 +88,6 @@ public:
|
|
|
/// to return.
|
|
|
virtual void resume(const bool done) { self_->resume(done); }
|
|
|
|
|
|
- /// \brief Indicate whether the server is able to send an answer
|
|
|
- /// to a query.
|
|
|
- ///
|
|
|
- /// This is presently used only for testing purposes.
|
|
|
- virtual bool hasAnswer() { return (self_->hasAnswer()); }
|
|
|
-
|
|
|
- /// \brief Returns the current value of the 'coroutine' object
|
|
|
- ///
|
|
|
- /// This is a temporary method, intended to be used for debugging
|
|
|
- /// purposes during development and removed later. It allows
|
|
|
- /// callers from outside the coroutine object to retrieve information
|
|
|
- /// about its current state.
|
|
|
- ///
|
|
|
- /// \return The value of the 'coroutine' object
|
|
|
- virtual int value() { return (self_->value()); }
|
|
|
-
|
|
|
/// \brief Returns a pointer to a clone of this DNSServer object.
|
|
|
///
|
|
|
/// When a \c DNSServer object is copied or assigned, the result will
|