Kea  1.9.9-git
resource.h
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 #ifndef UTIL_UNITTESTS_RESOURCE_H
8 #define UTIL_UNITTESTS_RESOURCE_H 1
9 
10 namespace isc {
11 namespace util {
12 namespace unittests {
13 
21 void dontCreateCoreDumps();
22 
23 } // end of namespace unittests
24 } // end of namespace util
25 } // end of namespace isc
26 
27 #endif // UTIL_UNITTESTS_RESOURCE_H
28 
29 // Local Variables:
30 // mode: c++
31 // End:
void dontCreateCoreDumps()
Don't create core dumps.
Definition: resource.cc:21
Defines the logger used by the top-level component of kea-dhcp-ddns.