/*
- * $Id: AccessLogEntry.h,v 1.8 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id: AccessLogEntry.h,v 1.9 2008/02/26 00:15:48 rousskov Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
#define SQUID_HTTPACCESSLOGENTRY_H
#include "HttpVersion.h"
+#include "HttpRequestMethod.h"
#include "HierarchyLogEntry.h"
#include "IPAddress.h"
/*
- * $Id: MemObject.h,v 1.16 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id: MemObject.h,v 1.17 2008/02/26 00:15:48 rousskov Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
#include "stmem.h"
#include "CommRead.h"
#include "RemovalPolicy.h"
+#include "HttpRequestMethod.h"
typedef void STMCB (void *data, StoreIOBuffer wroteBuffer);
/*
- * $Id: cache_cf.cc,v 1.542 2008/02/17 09:24:50 serassio Exp $
+ * $Id: cache_cf.cc,v 1.543 2008/02/26 00:15:48 rousskov Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
#include "squid.h"
#include "authenticate.h"
#include "ProtoPort.h"
+#include "HttpRequestMethod.h"
#include "AuthConfig.h"
#include "AuthScheme.h"
#include "CacheManager.h"
/*
- * $Id: protos.h,v 1.555 2008/02/07 02:51:18 adrian Exp $
+ * $Id: protos.h,v 1.556 2008/02/26 00:15:48 rousskov Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* yet.
*/
#include "Packer.h"
-/* for routines that have not moved out their proper homes yet.
- * grep for method_t in this file - if none found remove this include.
- */
-#include "HttpRequestMethod.h"
/* for routines still in this file that take CacheManager parameters */
#include "IPAddress.h"
-/* for routines in here that need it as a parameter. */
+
class CacheManager;
+class HttpRequestMethod;
+
#if FORW_VIA_DB
SQUIDCEXTERN void fvdbCountVia(const char *key);