Squid Web Cache
master
Loading...
Searching...
No Matches
stub_adaptation_History.cc
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2025 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
#include "
squid.h
"
10
11
#define STUB_API "adaptation/libadaptation.la"
12
#include "
tests/STUB.h
"
13
14
#if USE_ADAPTATION
15
#include "
adaptation/History.h
"
16
#endif
17
#if ICAP_CLIENT
18
#include "
adaptation/icap/History.h
"
19
#endif
20
21
#if ICAP_CLIENT
22
int
IcapLogfileStatus
=
LOG_DISABLE
;
23
Adaptation::Icap::History::History
()
STUB
24
#endif
25
26
#if USE_ADAPTATION
27
Adaptation::History::History
():
28
lastMeta(
hoReply
),
29
allMeta(
hoReply
),
30
theNextServices(
""
)
31
{
32
STUB_NOP
33
}
34
#endif
35
History.h
hoReply
@ hoReply
Definition
HttpHeader.h:37
STUB.h
STUB
#define STUB
macro to stub a void function.
Definition
STUB.h:34
STUB_NOP
#define STUB_NOP
Definition
STUB.h:38
Adaptation::History::History
History()
Definition
History.cc:44
Adaptation::Icap::History::History
History()
Definition
History.cc:15
LOG_DISABLE
#define LOG_DISABLE
Definition
defines.h:61
History.h
squid.h
IcapLogfileStatus
int IcapLogfileStatus
Definition
stub_adaptation_History.cc:22
squid
src
tests
stub_adaptation_History.cc
Generated by
1.9.8