/*
- * $Id: client_side_reply.h,v 1.12 2006/05/07 15:13:24 wessels Exp $
+ * $Id: client_side_reply.h,v 1.13 2006/05/08 17:22:32 wessels Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
#include "StoreClient.h"
#include "client_side_request.h"
-/*
- * The clientReplyContext class now keeps a refcounted pointer to
- * FwdState. This was done so that FwdState refcount doesn't go
- * to zero during a "reforward" between the time when the initial
- * ServerSide gets destroyed and before the second attempt ServerSide
- * gets created.
- */
-#include "forward.h"
-
/* XXX make static method */
class clientReplyContext : public RefCountable, public StoreClient