MySQLAuth header to .hh
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
* Loading MySQL users from a MySQL backend server
|
* Loading MySQL users from a MySQL backend server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mysql_auth.h"
|
#include "mysql_auth.hh"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* @endverbatim
|
* @endverbatim
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mysql_auth.h"
|
#include "mysql_auth.hh"
|
||||||
|
|
||||||
#include <maxscale/protocol/mysql.h>
|
#include <maxscale/protocol/mysql.h>
|
||||||
#include <maxscale/authenticator.h>
|
#include <maxscale/authenticator.h>
|
||||||
|
@ -12,26 +12,16 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 02/02/2016 Martin Brampton Initial implementation
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define MXS_MODULE_NAME "MySQLAuth"
|
#define MXS_MODULE_NAME "MySQLAuth"
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/ccdefs.hh>
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
#include <maxscale/authenticator.h>
|
#include <maxscale/authenticator.h>
|
||||||
#include <maxscale/dcb.h>
|
#include <maxscale/dcb.h>
|
||||||
#include <maxscale/buffer.h>
|
#include <maxscale/buffer.hh>
|
||||||
#include <maxscale/service.hh>
|
#include <maxscale/service.hh>
|
||||||
#include <maxscale/sqlite3.h>
|
#include <maxscale/sqlite3.h>
|
||||||
#include <maxscale/protocol/mysql.h>
|
#include <maxscale/protocol/mysql.h>
|
Reference in New Issue
Block a user