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

@ -31,7 +31,7 @@
#include <maxscale/pcre2.h>
#include <maxscale/router.h>
#include <maxscale/secrets.h>
#include <maxscale/service.h>
#include <maxscale/service.hh>
#include <maxscale/users.h>
#include <maxscale/utils.h>

View File

@ -32,7 +32,7 @@
#include <maxscale/authenticator.h>
#include <maxscale/dcb.h>
#include <maxscale/buffer.h>
#include <maxscale/service.h>
#include <maxscale/service.hh>
#include <maxscale/sqlite3.h>
#include <maxscale/protocol/mysql.h>