~kinkie/squid/stringng

« back to all changes in this revision

Viewing changes to src/ClientRequestContext.h

  • Committer: Francesco Chemolli
  • Date: 2012-10-31 17:17:17 UTC
  • mfrom: (9196.48.1438 trunk)
  • Revision ID: kinkie@squid-cache.org-20121031171717-5la0qkdmlvdzmhkv
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef SQUID_CLIENTREQUESTCONTEXT_H
2
2
#define SQUID_CLIENTREQUESTCONTEXT_H
3
3
 
 
4
#include "base/RefCount.h"
4
5
#include "cbdata.h"
5
 
#include "RefCount.h"
6
6
#include "ipcache.h"
7
7
 
8
8
#if USE_ADAPTATION
14
14
class DnsLookupDetails;
15
15
class ErrorState;
16
16
 
 
17
class HelperReply;
 
18
 
17
19
class ClientRequestContext : public RefCountable
18
20
{
19
21
 
32
34
    void clientAccessCheck2();
33
35
    void clientAccessCheckDone(const allow_t &answer);
34
36
    void clientRedirectStart();
35
 
    void clientRedirectDone(char *result);
 
37
    void clientRedirectDone(const HelperReply &reply);
36
38
    void checkNoCache();
37
39
    void checkNoCacheDone(const allow_t &answer);
38
40
#if USE_ADAPTATION