From: WlodekWencel Date: Tue, 14 Jan 2014 18:21:57 +0000 (+0100) Subject: [2892] added testServerID function, and copyright date X-Git-Tag: bind10-1.2.0beta1-release~115^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1b0ce8c0ac8b79a8d7663d52b5fd553ed828dce;p=thirdparty%2Fkea.git [2892] added testServerID function, and copyright date --- diff --git a/src/bin/dhcp6/tests/dhcp6_test_utils.h b/src/bin/dhcp6/tests/dhcp6_test_utils.h index 2b6241ec08..52d6582925 100644 --- a/src/bin/dhcp6/tests/dhcp6_test_utils.h +++ b/src/bin/dhcp6/tests/dhcp6_test_utils.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above @@ -111,6 +111,7 @@ public: using Dhcpv6Srv::createRemovalNameChangeRequest; using Dhcpv6Srv::createStatusCode; using Dhcpv6Srv::selectSubnet; + using Dhcpv6Srv::testServerID; using Dhcpv6Srv::sanityCheck; using Dhcpv6Srv::loadServerID; using Dhcpv6Srv::writeServerID;