[Tomoe-cvs 1343] CVS update: tomoe/recognizer

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
2006年 11月 29日 (水) 08:48:55 JST


Index: tomoe/recognizer/tomoe-recognizer-simple-logic.h
diff -u tomoe/recognizer/tomoe-recognizer-simple-logic.h:1.5 tomoe/recognizer/tomoe-recognizer-simple-logic.h:1.6
--- tomoe/recognizer/tomoe-recognizer-simple-logic.h:1.5	Wed Nov 22 15:19:20 2006
+++ tomoe/recognizer/tomoe-recognizer-simple-logic.h	Wed Nov 29 08:48:55 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer-simple-logic.h,v 1.5 2006/11/22 06:19:20 makeinu Exp $
+ *  $Id: tomoe-recognizer-simple-logic.h,v 1.6 2006/11/28 23:48:55 ikezoe Exp $
  */
 
 /**
@@ -33,8 +33,9 @@
 #endif
 
 #include "tomoe-dict.h"
+#include "tomoe-recognizer.h"
 
-GList     *_tomoe_recognizer_simple_get_candidates (void         *context,
+GList     *_tomoe_recognizer_simple_get_candidates (TomoeRecognizer *recognizer,
                                                     TomoeDict    *dict,
                                                     TomoeWriting *input);
 
Index: tomoe/recognizer/tomoe-recognizer-simple-logic.c
diff -u tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.46 tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.47
--- tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.46	Tue Nov 28 13:10:02 2006
+++ tomoe/recognizer/tomoe-recognizer-simple-logic.c	Wed Nov 29 08:48:55 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer-simple-logic.c,v 1.46 2006/11/28 04:10:02 kous Exp $
+ *  $Id: tomoe-recognizer-simple-logic.c,v 1.47 2006/11/28 23:48:55 ikezoe Exp $
  */
 
 #include <stdlib.h>
@@ -69,9 +69,8 @@
 }
 
 GList *
-_tomoe_recognizer_simple_get_candidates (void *context, TomoeDict *dict, TomoeWriting *input)
+_tomoe_recognizer_simple_get_candidates (TomoeRecognizer *recognizer, TomoeDict *dict, TomoeWriting *input)
 {
-    /* TomoeRecognizerSimple *recognizer = context; */
     GList *matched = NULL;
     GPtrArray *matches = NULL;
     GPtrArray *cands = NULL;


tomoe-cvs メーリングリストの案内
Back to archive index