MXS-2205 Convert readconnection.h to .hh

This commit is contained in:
Esa Korhonen 2018-12-03 14:50:04 +02:00
parent 72d8ab5220
commit 2dc5015499
2 changed files with 4 additions and 13 deletions

View File

@ -13,24 +13,15 @@
#pragma once
/**
* @file readconnection.h - The read connection balancing query module heder 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
* @file readconnection.hh - The read connection balancing query module header file
*/
#define MXS_MODULE_NAME "readconnroute"
#include <maxscale/cdefs.h>
#include <maxscale/ccdefs.hh>
#include <maxscale/dcb.h>
#include <maxscale/service.hh>
#include <maxscale/router.h>
#include <maxscale/router.hh>
/**
* The client session structure used within this router.

View File

@ -70,7 +70,7 @@
* @endverbatim
*/
#include "readconnection.h"
#include "readconnection.hh"
#include <stdio.h>
#include <stdlib.h>