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
19 #endif
20 
21 #if ICAP_CLIENT
24 #endif
25 
26 #if USE_ADAPTATION
28  lastMeta(hoReply),
29  allMeta(hoReply),
30  theNextServices("")
31 {
32  STUB_NOP
33 }
34 #endif
35 
@ hoReply
Definition: HttpHeader.h:37
#define LOG_DISABLE
Definition: defines.h:61
int IcapLogfileStatus
#define STUB
macro to stub a void function.
Definition: STUB.h:34
#define STUB_NOP
Definition: STUB.h:38

 

Introduction

Documentation

Support

Miscellaneous