From d269b36c29fa05a19f649d1104ffcef4b96a36f1 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Mon, 21 May 2012 19:46:10 +0900 Subject: [PATCH] =?utf8?q?net/socket.hpp=20=E3=81=AF=20io/socket.hpp=20?= =?utf8?q?=E3=82=92=E3=82=A4=E3=83=B3=E3=82=AF=E3=83=AB=E3=83=BC=E3=83=89?= =?utf8?q?=E3=81=99=E3=82=8B=E3=81=A0=E3=81=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/net/socket.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roast/include/roast/net/socket.hpp diff --git a/roast/include/roast/net/socket.hpp b/roast/include/roast/net/socket.hpp new file mode 100644 index 00000000..fa578815 --- /dev/null +++ b/roast/include/roast/net/socket.hpp @@ -0,0 +1,10 @@ +// Roast+ License + +/* +*/ +#ifndef __SFJP_ROAST__net__socket_HPP__ +#define __SFJP_ROAST__net__socket_HPP__ + +#include "roast/io/socket.hpp" + +#endif//__SFJP_ROAST__net__socket_HPP__ -- 2.11.0