[Bbs2ch-cvs 154] CVS update: bbs2chreader/components/idl

Back to archive index

flyson flyso****@users*****
2006年 12月 5日 (火) 01:00:24 JST


Index: bbs2chreader/components/idl/nsIBbs2chService.idl
diff -u bbs2chreader/components/idl/nsIBbs2chService.idl:1.4 bbs2chreader/components/idl/nsIBbs2chService.idl:1.4.2.1
--- bbs2chreader/components/idl/nsIBbs2chService.idl:1.4	Sat Jul 30 01:28:55 2005
+++ bbs2chreader/components/idl/nsIBbs2chService.idl	Tue Dec  5 01:00:24 2006
@@ -182,11 +182,27 @@
 
 	/**
 	 * ローカルテキストファイルに文字列を書き込む
-	 * @param aFilePath string ファイルパス
-	 * @param aContent string 保存する文字列
+	 * @param aFilePath ファイルパス
+	 * @param aContent 保存する文字列
 	 * @param aAppend 真なら追加書き込み
 	 * @return 成功したか真偽値
 	 */
 	boolean writeFile(in AString aFilePath, in string aContent, in boolean aAppend);
 
+
+	/**
+	 * レスが、NGワードに該当したら真を返す。引数の文字列は SJIS を渡すこと
+	 * @param aName 名前
+	 * @param aMail メールアドレス
+	 * @param aID ID
+	 * @param aMsg レス本文
+	 * @return boolean 該当したら真
+	 */
+	boolean shouldAbone(in AString aName, in AString aMail, in AString aID, in AString aMsg);
+
+
+	/**
+	 * あぼーんデータを再読み込みする
+	 */
+	void refreshAboneData();
 };


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