]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#283,!135] Changes after review: #pragma once removed
authorTomek Mrugalski <tomasz@isc.org>
Tue, 15 Jan 2019 12:40:24 +0000 (13:40 +0100)
committerMichal Nowikowski <godfryd@isc.org>
Fri, 18 Jan 2019 09:05:12 +0000 (10:05 +0100)
src/bin/perfdhcp/better_socket.h
src/bin/perfdhcp/receiver.h

index e0b9f0e7182d2e972bc5a6f82b72a437c28eed09..4ed678ff280d7626408b85f04592360fbeb1dc65 100644 (file)
@@ -4,7 +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/.
 
-#pragma once
+#ifndef BETTER_SOCKET_H
+#define BETTER_SOCKET_H
 
 #include <dhcp/socket_info.h>
 
@@ -56,3 +57,5 @@ private:
 
 }
 }
+
+#endif /* BETTER_SOCKET_H */
index 04d7bcd2d0bf8707092443851f4943fa037c82bd..a2ed33360eefdf62045f643fb88bc877c5d7eda6 100644 (file)
@@ -4,7 +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/.
 
-#pragma once
+#ifndef PERFDHCP_RECEIVER_H
+#define PERFDHCP_RECEIVER_H
 
 #include <perfdhcp/better_socket.h>
 #include <perfdhcp/command_options.h>
@@ -98,3 +99,5 @@ private:
 
 }
 }
+
+#endif /* PERFDHCP_RECEIVER_H */