[aquaskk-changes 47] CVS update: AquaSKK/util

Back to archive index

Tomotaka SUWA t-suw****@users*****
2005年 9月 23日 (金) 22:29:11 JST


Index: AquaSKK/util/StringUtils.cpp
diff -u AquaSKK/util/StringUtils.cpp:1.1.1.2 AquaSKK/util/StringUtils.cpp:1.1.1.2.2.1
--- AquaSKK/util/StringUtils.cpp:1.1.1.2	Sun Jul 17 19:50:32 2005
+++ AquaSKK/util/StringUtils.cpp	Fri Sep 23 22:29:11 2005
@@ -1,5 +1,5 @@
 /*
-	$Id: StringUtils.cpp,v 1.1.1.2 2005/07/17 10:50:32 t-suwa Exp $
+	$Id: StringUtils.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.
@@ -19,8 +19,10 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+
+#include <string>
+#include <vector>
 #include "StringUtils.h"
-#include <ctype.h>
 using namespace std;
 
 string util::toLower(const string& src)
Index: AquaSKK/util/StringUtils.h
diff -u AquaSKK/util/StringUtils.h:1.1.1.2 AquaSKK/util/StringUtils.h:1.1.1.2.2.1
--- AquaSKK/util/StringUtils.h:1.1.1.2	Sun Jul 17 19:50:32 2005
+++ AquaSKK/util/StringUtils.h	Fri Sep 23 22:29:11 2005
@@ -1,5 +1,5 @@
 /*
-	$Id: StringUtils.h,v 1.1.1.2 2005/07/17 10:50:32 t-suwa Exp $
+	$Id: StringUtils.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.
@@ -21,12 +21,9 @@
 */
 #pragma once
 
-#include <string>
-#include <vector>
 using namespace std;
 namespace util
 {
 	string toLower(const string& src);
 	string join(const char delimitor,const vector<string>& vec);
 }
-


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