summaryrefslogtreecommitdiffstats
path: root/src/lib/asiolink/io_socket.h
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2012-10-25 06:05:06 +0200
committerMukund Sivaraman <muks@isc.org>2012-10-25 06:36:34 +0200
commit059a2a175193e5c60a3a5e647acf95e0eb6b9a6a (patch)
treec0529f22066954c4be1b1c96259fcf2cb8640cca /src/lib/asiolink/io_socket.h
parent[2357] Update the scaffolding which message compiler generates (diff)
downloadkea-059a2a175193e5c60a3a5e647acf95e0eb6b9a6a.tar.xz
kea-059a2a175193e5c60a3a5e647acf95e0eb6b9a6a.zip
[2357] Update scaffolding using fix-scaffolding.py tool
See bug #2367 for the fix-scaffolding.py tool.
Diffstat (limited to 'src/lib/asiolink/io_socket.h')
-rw-r--r--src/lib/asiolink/io_socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/asiolink/io_socket.h b/src/lib/asiolink/io_socket.h
index ab6479c62a..6581faf0f5 100644
--- a/src/lib/asiolink/io_socket.h
+++ b/src/lib/asiolink/io_socket.h
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-#ifndef __IO_SOCKET_H
-#define __IO_SOCKET_H 1
+#ifndef IO_SOCKET_H
+#define IO_SOCKET_H 1
// IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here.
@@ -123,4 +123,4 @@ public:
} // namespace asiolink
} // namespace isc
-#endif // __IO_SOCKET_H
+#endif // IO_SOCKET_H