~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/adaptation/icap/Config.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#define SQUID_ICAPCONFIG_H
38
38
 
39
39
#include "event.h"
40
 
#include "AsyncCall.h"
 
40
#include "base/AsyncCall.h"
41
41
#include "adaptation/Config.h"
42
42
#include "adaptation/icap/ServiceRep.h"
43
43
 
44
44
 
45
 
namespace Adaptation {
 
45
namespace Adaptation
 
46
{
46
47
namespace Icap {
47
48
 
48
49
class acl_access;