2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#92,!13] Moved PgSqlConnection and PgSqlExchange to libkea-pgsql.

This commit is contained in:
Marcin Siodelski
2018-08-29 19:55:09 +02:00
parent 8300f8c92a
commit b82d365bcd
27 changed files with 184 additions and 38 deletions

View File

@@ -8,8 +8,8 @@
#define PGSQL_HOST_DATA_SOURCE_H
#include <dhcpsrv/base_host_data_source.h>
#include <dhcpsrv/pgsql_connection.h>
#include <dhcpsrv/pgsql_exchange.h>
#include <pgsql/pgsql_connection.h>
#include <pgsql/pgsql_exchange.h>
namespace isc {
namespace dhcp {