Keywords:
Implement DelayTagged::Id::delayRead
/*
- * $Id: DelayTagged.cc,v 1.1 2003/05/20 12:17:38 robertc Exp $
+ * $Id: DelayTagged.cc,v 1.2 2003/05/22 10:14:09 robertc Exp $
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins <robertc@squid-cache.org>
theBucket->theBucket.bytesIn(qty);
}
+void
+DelayTagged::Id::delayRead(DeferredRead const &aRead)
+{
+ theTagged->delayRead(aRead);
+}
+
#endif
/*
- * $Id: DelayTagged.h,v 1.1 2003/05/20 12:17:38 robertc Exp $
+ * $Id: DelayTagged.h,v 1.2 2003/05/22 10:14:09 robertc Exp $
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins <robertc@squid-cache.org>
~Id();
virtual int bytesWanted (int min, int max) const;
virtual void bytesIn(int qty);
+ virtual void delayRead(DeferredRead const &);
private:
DelayTagged::Pointer theTagged;