~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/esi/CustomParser.cc

  • 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:
34
34
 */
35
35
 
36
36
#include "squid.h"
37
 
#include "ESICustomParser.h"
 
37
#include "esi/CustomParser.h"
38
38
#include "Trie.h"
39
39
#include "TrieCharTransform.h"
40
40
#include "Array.h"
41
41
 
42
42
Trie *ESICustomParser::SearchTrie=NULL;
43
43
 
44
 
RegisterESIParser("custom", ESICustomParser);
 
44
EsiParserDefinition(ESICustomParser);
45
45
 
46
46
Trie *
47
47
ESICustomParser::GetTrie()