diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-08-28 13:09:25 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-09-03 09:31:33 +0200 |
commit | 012a97a87cd633f2a122f8ea3ee1218c04cf4259 (patch) | |
tree | 458166e64edb2f03559b8a08c57952d731c5d18a /src/lib/dhcpsrv/pgsql_connection.h | |
parent | [#92,!13] New libkea-database library created. (diff) | |
download | kea-012a97a87cd633f2a122f8ea3ee1218c04cf4259.tar.xz kea-012a97a87cd633f2a122f8ea3ee1218c04cf4259.zip |
[#92,!13] Refactored libkea-dhcpsrv to use libkea-database
Diffstat (limited to 'src/lib/dhcpsrv/pgsql_connection.h')
-rw-r--r-- | src/lib/dhcpsrv/pgsql_connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/pgsql_connection.h b/src/lib/dhcpsrv/pgsql_connection.h index 081aeedd49..20b3f3ffe1 100644 --- a/src/lib/dhcpsrv/pgsql_connection.h +++ b/src/lib/dhcpsrv/pgsql_connection.h @@ -296,7 +296,7 @@ private: /// to the database and preparing compiled statements. Its fields are /// public, because they are used (both set and retrieved) in classes /// that use instances of PgSqlConnection. -class PgSqlConnection : public DatabaseConnection { +class PgSqlConnection : public db::DatabaseConnection { public: /// @brief Define the PgSql error state for a duplicate key error. static const char DUPLICATE_KEY[]; |