[aquaskk-changes 145] CVS update: AquaSKK

Back to archive index

Tomotaka SUWA t-suw****@users*****
2006年 2月 19日 (日) 14:20:54 JST


Index: AquaSKK/ChangeLog
diff -u AquaSKK/ChangeLog:1.20.2.6 AquaSKK/ChangeLog:1.20.2.7
--- AquaSKK/ChangeLog:1.20.2.6	Sun Feb 19 13:50:54 2006
+++ AquaSKK/ChangeLog	Sun Feb 19 14:20:54 2006
@@ -1,5 +1,7 @@
 2006-02-19  Tomotaka SUWA  <t.suw****@mac*****>
 
+	* skkserv.cpp: Ø’fŽž‚Ì peer ƒAƒhƒŒƒX•\Ž¦‚𐳂µ‚­C³B
+
 	* DictArrayController.*: NSTableView ‚̃f[ƒ^ƒ\[ƒXƒƒ\ƒbƒh‚ðŽÀ‘•B
 
 	* ServerConnectionFactory.cpp: ƒT[ƒo[‚Ì‹N“®ƒ^ƒCƒ€ƒAƒEƒg‚ð 40 •b‚©
Index: AquaSKK/skkserv.cpp
diff -u AquaSKK/skkserv.cpp:1.1.2.2 AquaSKK/skkserv.cpp:1.1.2.3
--- AquaSKK/skkserv.cpp:1.1.2.2	Sat Feb 18 02:33:33 2006
+++ AquaSKK/skkserv.cpp	Sun Feb 19 14:20:54 2006
@@ -1,5 +1,5 @@
 /*  -*- c++ -*-
-  $Id: skkserv.cpp,v 1.1.2.2 2006/02/17 17:33:33 t-suwa Exp $
+  $Id: skkserv.cpp,v 1.1.2.3 2006/02/19 05:20:54 t-suwa Exp $
 
   MacOS X implementation of the SKK input method.
 
@@ -88,7 +88,8 @@
 
 void* skkserv::session(void* param) {
     socket_stream sock((int)param);
-    std::cerr << "AquaSKK: new skkserv session[" << ip_address::getpeername((int)param) << "]" << std::endl;
+    ip_address peer = ip_address::getpeername((int)param);
+    std::cerr << "AquaSKK: new skkserv session[" << peer << "]" << std::endl;
 
     unsigned char cmd;
     do {
@@ -131,7 +132,7 @@
     } while(cmd != '0');
     sock.close();
 
-    std::cerr << "AquaSKK: session closed[" << ip_address::getpeername((int)param) << "]" << std::endl;
+    std::cerr << "AquaSKK: session closed[" << peer << "]" << std::endl;
 
     return NULL;
 }


aquaskk-changes メーリングリストの案内
Back to archive index