From ab7c9a978bc3c6c71e59fce7ea5dec04a91bfaa2 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 6 Dec 2016 19:59:52 +0100 Subject: [3175] Moved StateModel class from D2 to libkea-util. --- src/bin/d2/nc_trans.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bin/d2/nc_trans.h') diff --git a/src/bin/d2/nc_trans.h b/src/bin/d2/nc_trans.h index 4fc70e9cc2..77f8fb3fb7 100644 --- a/src/bin/d2/nc_trans.h +++ b/src/bin/d2/nc_trans.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -13,9 +13,9 @@ #include #include #include -#include #include #include +#include #include #include @@ -74,7 +74,7 @@ typedef isc::dhcp_ddns::D2Dhcid TransactionKey; /// as needed, but it must support the common set. NameChangeTransaction /// does not supply any state handlers. These are the sole responsibility of /// derivations. -class NameChangeTransaction : public DNSClient::Callback, public StateModel { +class NameChangeTransaction : public DNSClient::Callback, public util::StateModel { public: //@{ States common to all transactions. -- cgit v1.2.3