[Affelio-cvs 1357] CVS update: affelio/lib

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 6月 8日 (木) 00:07:13 JST


Index: affelio/lib/AffelioApp.pm
diff -u affelio/lib/AffelioApp.pm:1.29 affelio/lib/AffelioApp.pm:1.30
--- affelio/lib/AffelioApp.pm:1.29	Mon Jun  5 14:37:30 2006
+++ affelio/lib/AffelioApp.pm	Thu Jun  8 00:07:13 2006
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: AffelioApp.pm,v 1.29 2006/06/05 05:37:30 slash5234 Exp $
+# $Id: AffelioApp.pm,v 1.30 2006/06/07 15:07:13 slash5234 Exp $
 
 package AffelioApp;
 {
@@ -465,6 +465,24 @@
 	return($ret);
     }
 
+    ######################################################################
+    #check_ngword
+    ######################################################################
+    sub check_ngword{
+	my $self = shift;
+	my $af = $self->{af};
+	############
+	my $input = shift;
+
+	my $ret="";
+	eval{
+	    $ret = $af->{farm_con}->check_ngword($input);
+	};
+	if($@){
+	    return("");
+	}
+	return($ret);
+    }
 
     ######################################################################
     #Destructor


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