MXS-2197: Make config.h and service.h C++ headers

This is the first step into converting the other headers into C++.
This commit is contained in:
Markus Mäkelä
2018-11-28 14:18:26 +02:00
parent fb533df22e
commit 77585bdb8c
81 changed files with 685 additions and 723 deletions

View File

@ -15,7 +15,7 @@
#include "cachept.hh"
#include <maxbase/atomic.h>
#include <maxscale/config.h>
#include <maxscale/config.hh>
#include "cachest.hh"
#include "storagefactory.hh"

View File

@ -20,7 +20,7 @@
#include <vector>
#include <maxscale/alloc.h>
#include <maxscale/config.h>
#include <maxscale/config.hh>
#include <maxscale/modutil.h>
#include <maxscale/mysql_utils.h>
#include <maxscale/protocol/mysql.h>

View File

@ -15,7 +15,7 @@
#include <algorithm>
#include <iostream>
#include <maxscale/alloc.h>
#include <maxscale/config.h>
#include <maxscale/config.hh>
#include <maxscale/log.h>
#include <maxscale/paths.h>
#include <maxscale/protocol/mysql.h>

View File

@ -13,7 +13,7 @@
#pragma once
#include <maxscale/ccdefs.hh>
#include <maxscale/config.h>
#include <maxscale/config.hh>
#include <maxscale/modinfo.h>
#include <string>

View File

@ -44,7 +44,7 @@
#include <maxscale/modinfo.h>
#include <maxscale/modutil.h>
#include <maxscale/pcre2.h>
#include <maxscale/service.h>
#include <maxscale/service.hh>
#include <maxscale/utils.h>
#include <maxscale/modulecmd.h>
#include <maxscale/json_api.h>

View File

@ -18,7 +18,7 @@
#include <stdio.h>
#include <maxscale/alloc.h>
#include <maxbase/atomic.h>
#include <maxscale/config.h>
#include <maxscale/config.hh>
#include <maxscale/filter.h>
#include <maxscale/log.h>
#include <maxscale/modinfo.h>

View File

@ -18,7 +18,7 @@
#include <regex.h>
#include <maxscale/filter.hh>
#include <maxscale/service.h>
#include <maxscale/service.hh>
#include "teesession.hh"

View File

@ -15,7 +15,7 @@
#include <maxscale/ccdefs.hh>
#include <memory>
#include <deque>
#include <maxscale/config.h>
#include <maxscale/config.hh>
#include <maxscale/modinfo.h>
namespace maxscale