diff options
-rw-r--r-- | libdbpp/connection.h | 4 | ||||
-rw-r--r-- | libdbpp/mockDatabase.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libdbpp/connection.h b/libdbpp/connection.h index 2e17490..523fb03 100644 --- a/libdbpp/connection.h +++ b/libdbpp/connection.h @@ -1,5 +1,5 @@ -#ifndef CONNECTION_H -#define CONNECTION_H +#ifndef DB_CONNECTION_H +#define DB_CONNECTION_H #include <string> #include <factory.h> diff --git a/libdbpp/mockDatabase.h b/libdbpp/mockDatabase.h index f6609cb..a1d935b 100644 --- a/libdbpp/mockDatabase.h +++ b/libdbpp/mockDatabase.h @@ -1,5 +1,5 @@ -#ifndef MOCKDATABASE_H -#define MOCKDATABASE_H +#ifndef DB_MOCKDATABASE_H +#define DB_MOCKDATABASE_H #include <string> #include <vector> |