MXS-2205 Convert readconnection.h to .hh
This commit is contained in:
@ -13,24 +13,15 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file readconnection.h - The read connection balancing query module heder file
|
* @file readconnection.hh - The read connection balancing query module header file
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 14/06/13 Mark Riddoch Initial implementation
|
|
||||||
* 27/06/14 Mark Riddoch Addition of server weight percentage
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MXS_MODULE_NAME "readconnroute"
|
#define MXS_MODULE_NAME "readconnroute"
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/ccdefs.hh>
|
||||||
#include <maxscale/dcb.h>
|
#include <maxscale/dcb.h>
|
||||||
#include <maxscale/service.hh>
|
#include <maxscale/service.hh>
|
||||||
#include <maxscale/router.h>
|
#include <maxscale/router.hh>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The client session structure used within this router.
|
* The client session structure used within this router.
|
@ -70,7 +70,7 @@
|
|||||||
* @endverbatim
|
* @endverbatim
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "readconnection.h"
|
#include "readconnection.hh"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Reference in New Issue
Block a user