forward.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9#ifndef SQUID_ADAPTATION__FORWARD_H
10#define SQUID_ADAPTATION__FORWARD_H
11
12// forward-declarations for commonly used adaptation classes
13
14template <class C>
15class RefCount;
16
17namespace Adaptation
18{
19
20class Service;
21class ServiceConfig;
22class DynamicGroupCfg;
23class Class;
24class Initiate;
25class Initiator;
26class AccessCheck;
27class AccessRule;
28class ServiceGroup;
29class ServicePlan;
30class ServiceFilter;
31class Message;
32class Answer;
33
37
38} // namespace Adaptation
39
40#endif /* SQUID_ADAPTATION__FORWARD_H */
41
RefCount< ServiceConfig > ServiceConfigPointer
Definition: forward.h:35
RefCount< ServiceGroup > ServiceGroupPointer
Definition: forward.h:36
RefCount< Service > ServicePointer
Definition: forward.h:34

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors