~kinkie/squid/stringng

« back to all changes in this revision

Viewing changes to src/esi/Parser.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:
40
40
    virtual ~ESIParserClient() {};
41
41
};
42
42
 
43
 
/* for RefCountable */
44
 
#include "RefCount.h"
 
43
#include "base/RefCount.h"
45
44
 
46
45
class ESIParser : public RefCountable
47
46
{