]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#886, !508] fixed header 886-create-thread-resource-manager
authorRazvan Becheriu <razvan@isc.org>
Mon, 4 Nov 2019 20:28:19 +0000 (22:28 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 4 Nov 2019 20:28:19 +0000 (22:28 +0200)
src/lib/util/thread_resource.h

index bd360cbc7cb0c99b282ba8bcb2b89ae71d4f297b..9a8e44a6049f15e6e62af514e96deb6237580760 100644 (file)
@@ -4,8 +4,8 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-#ifndef THREAD_RESOURCE_MGR_H
-#define THREAD_RESOURCE_MGR_H
+#ifndef THREAD_RESOURCE_H
+#define THREAD_RESOURCE_H
 
 #include <boost/shared_ptr.hpp>
 #include <mutex>
@@ -46,4 +46,4 @@ private:
 }  // namespace dhcp
 }  // namespace isc
 
-#endif  // THREAD_RESOURCE_MGR_H
+#endif  // THREAD_RESOURCE_H