testACLMaxUserIP.cc
Go to the documentation of this file.
43 Acl::RegisterMaker("max_user_ip", [](Acl::TypeName name)->ACL* { return new ACLMaxUserIP(name); });
void RegisterMaker(TypeName typeName, Maker maker)
use the given ACL Maker for all ACLs of the named type
Definition: Acl.cc:71
Definition: testACLMaxUserIP.h:22
CPPUNIT_TEST_SUITE_REGISTRATION(testACLMaxUserIP)
static void SetCfgLine(char *line)
Set the configuration file line to parse.
Definition: ConfigParser.cc:203
Definition: AclMaxUserIp.h:18
AnyP::PortCfgPointer HttpPortList
list of Squid http(s)_port configured
Definition: testACLMaxUserIP.cc:25
Definition: ConfigParser.h:45