Tomotaka SUWA
t-suw****@users*****
2005年 10月 8日 (土) 00:08:37 JST
Index: AquaSKK/net/Socket.cpp
diff -u AquaSKK/net/Socket.cpp:1.1.1.2 AquaSKK/net/Socket.cpp:1.2
--- AquaSKK/net/Socket.cpp:1.1.1.2 Sun Jul 17 19:50:32 2005
+++ AquaSKK/net/Socket.cpp Sat Oct 8 00:08:37 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.2 2005/10/07 15:08:37 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.2
--- AquaSKK/net/Socket.h:1.1.1.2 Sun Jul 17 19:50:32 2005
+++ AquaSKK/net/Socket.h Sat Oct 8 00:08:37 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.2 2005/10/07 15:08:37 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;
}