Kea  1.9.9-git
master_loader_callbacks.cc
Go to the documentation of this file.
1 // Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
2 //
3 // This Source Code Form is subject to the terms of the Mozilla Public
4 // License, v. 2.0. If a copy of the MPL was not distributed with this
5 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 
7 #include <config.h>
8 
10 
11 #include <string>
12 
13 namespace isc {
14 namespace dns {
15 
16 namespace {
17 void
18 nullCallback(const std::string&, size_t, const std::string&) {
19 }
20 }
21 
22 MasterLoaderCallbacks
24  return (MasterLoaderCallbacks(nullCallback, nullCallback));
25 }
26 
27 } // end namespace dns
28 } // end namespace isc
static MasterLoaderCallbacks getNullCallbacks()
Return a callbacks instance with null callbacks.
MasterLoaderCallbacks(const IssueCallback &error, const IssueCallback &warning)
Constructor.
Defines the logger used by the top-level component of kea-dhcp-ddns.