]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2892] added testServerID function, and copyright date
authorWlodekWencel <wlodek@isc.org>
Tue, 14 Jan 2014 18:21:57 +0000 (19:21 +0100)
committerWlodekWencel <wlodek@isc.org>
Tue, 14 Jan 2014 18:21:57 +0000 (19:21 +0100)
src/bin/dhcp6/tests/dhcp6_test_utils.h

index 2b6241ec08c7d7ade4d8202fde9b6a96c575a085..52d65829253ac23fe2a3fbfda116256c8d223806 100644 (file)
@@ -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;