From 00163090a960aa9fa23536a70f8e45e81268a04e Mon Sep 17 00:00:00 2001 From: myun2 Date: Mon, 9 Jul 2012 09:29:54 +0900 Subject: [PATCH] net/socket.hpp: using io::socket --- roast/include/roast/net/socket.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roast/include/roast/net/socket.hpp b/roast/include/roast/net/socket.hpp index fa578815..79d2038c 100644 --- a/roast/include/roast/net/socket.hpp +++ b/roast/include/roast/net/socket.hpp @@ -7,4 +7,12 @@ #include "roast/io/socket.hpp" +namespace roast +{ + namespace net + { + using io::socket; + } +} + #endif//__SFJP_ROAST__net__socket_HPP__ -- 2.11.0