~mhier/libwt-latest/libwt-package

« back to all changes in this revision

Viewing changes to src/Wt/Http/WtClient

  • Committer: Martin Hierholzer
  • Date: 2020-06-18 12:21:07 UTC
  • Revision ID: martin.hierholzer@desy.de-20200618122107-jxk2kefgptu2hh3v
update to upstream version 4.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// This may look like C code, but it's really -*- C++ -*-
2
 
/*
3
 
 * Copyright (C) 2017 Emweb bvba, Herent, Belgium.
4
 
 *
5
 
 * See the LICENSE file for terms of use.
6
 
 */
7
 
#ifndef WT_HTTP_WTCLIENT_EXTENSIONLESS_H_
8
 
#define WT_HTTP_WTCLIENT_EXTENSIONLESS_H_
9
 
#include <Wt/WConfig.h>
10
 
#if defined(WT_WARN_HEADER_MISSING_H)
11
 
#if defined(__GNUC__) || defined(__clang__)
12
 
#warning "The use of header files without .h is deprecated since Wt 4.0.0, please use WtClient.h instead"
13
 
#elif defined(_MSC_VER)
14
 
#pragma message("The use of header files without .h is deprecated since Wt 4.0.0, please use WtClient.h instead")
15
 
#endif
16
 
#endif // defined(WT_WARN_HEADER_MISSING_H)
17
 
#include "WtClient.h"
18
 
#endif // WT_HTTP_WTCLIENT_EXTENSIONLESS_H_