Tomotaka SUWA
t-suw****@users*****
2005年 9月 23日 (金) 22:29:11 JST
Index: AquaSKK/net/Socket.cpp diff -u AquaSKK/net/Socket.cpp:1.1.1.2 AquaSKK/net/Socket.cpp:1.1.1.2.2.1 --- AquaSKK/net/Socket.cpp:1.1.1.2 Sun Jul 17 19:50:32 2005 +++ AquaSKK/net/Socket.cpp Fri Sep 23 22:29:11 2005 @@ -1,5 +1,5 @@ /* -*- c++ -*- - $Id: Socket.cpp,v 1.1.1.2 2005/07/17 10:50:32 t-suwa Exp $ + $Id: Socket.cpp,v 1.1.1.2.2.1 2005/09/23 13:29:11 t-suwa Exp $ MacOS X implementation of the SKK input method. Copyright (C) 2002-2004 phonohawk @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "Socket.h" + #include <sstream> #include <sys/types.h> #include <sys/socket.h> @@ -29,6 +29,7 @@ #include <netinet/in.h> #include <netdb.h> #include <arpa/inet.h> +#include "Socket.h" using namespace net; using namespace std; Index: AquaSKK/net/Socket.h diff -u AquaSKK/net/Socket.h:1.1.1.2 AquaSKK/net/Socket.h:1.1.1.2.2.1 --- AquaSKK/net/Socket.h:1.1.1.2 Sun Jul 17 19:50:32 2005 +++ AquaSKK/net/Socket.h Fri Sep 23 22:29:11 2005 @@ -1,5 +1,5 @@ /* -*- c++ -*- - $Id: Socket.h,v 1.1.1.2 2005/07/17 10:50:32 t-suwa Exp $ + $Id: Socket.h,v 1.1.1.2.2.1 2005/09/23 13:29:11 t-suwa Exp $ MacOS X implementation of the SKK input method. Copyright (C) 2002-2004 phonohawk @@ -18,9 +18,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #pragma once -#include <string> -#include <stdio.h> + namespace net { class Socket; }