Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef SQUID_SRC_AUTH_NEGOTIATE_SCHEME_H
10#define SQUID_SRC_AUTH_NEGOTIATE_SCHEME_H
12#if HAVE_AUTH_MODULE_NEGOTIATE
28 ~Scheme()
override {};
31 char const *type()
const override;
32 void shutdownCleanup()
override;
36 Scheme (Scheme
const &);
37 Scheme &operator=(Scheme
const &);