MXS-2011 Rename blr.h to blr.hh
Now contains C++ elements.
This commit is contained in:
parent
ce18d13133
commit
d036668ffa
@ -24,7 +24,7 @@
|
||||
* should not be considered production ready.
|
||||
*/
|
||||
|
||||
#include "blr.h"
|
||||
#include "blr.hh"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <ini.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#define MXS_MODULE_NAME "binlogrouter"
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <maxscale/ccdefs.hh>
|
||||
|
||||
#include <openssl/aes.h>
|
||||
#include <pthread.h>
|
@ -24,7 +24,7 @@
|
||||
* should not be considered production ready.
|
||||
*/
|
||||
|
||||
#include "blr.h"
|
||||
#include "blr.hh"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "blr.h"
|
||||
#include "blr.hh"
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file blr_file.c - contains code for the router binlog file management
|
||||
*/
|
||||
|
||||
#include "blr.h"
|
||||
#include "blr.hh"
|
||||
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
|
@ -27,7 +27,7 @@
|
||||
* should not be considered production ready.
|
||||
*/
|
||||
|
||||
#include "blr.h"
|
||||
#include "blr.hh"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
* should not be considered production ready.
|
||||
*/
|
||||
|
||||
#include "blr.h"
|
||||
#include "blr.hh"
|
||||
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
* It suggests the pos the file should be trucatetd at.
|
||||
*/
|
||||
|
||||
#include "blr.h"
|
||||
#include "blr.hh"
|
||||
|
||||
#include <getopt.h>
|
||||
#include <stdio.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
#include "../blr.h"
|
||||
#include "../blr.hh"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user