[Affelio-cvs 173] CVS update: affelio/lib/Affelio/SNS

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 26日 (日) 21:30:27 JST


Index: affelio/lib/Affelio/SNS/Handshaker_c.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_c.pm:1.2 affelio/lib/Affelio/SNS/Handshaker_c.pm:1.3
--- affelio/lib/Affelio/SNS/Handshaker_c.pm:1.2	Sat Jun 25 21:14:07 2005
+++ affelio/lib/Affelio/SNS/Handshaker_c.pm	Sun Jun 26 21:30:26 2005
@@ -4,7 +4,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: Handshaker_c.pm,v 1.2 2005/06/25 12:14:07 slash5234 Exp $
+# $Id: Handshaker_c.pm,v 1.3 2005/06/26 12:30:26 slash5234 Exp $
 
 package Affelio::SNS::Handshaker_c;
 {
@@ -55,6 +55,10 @@
 	
 	debug_print("get_F2List: OK : $result->{message}\n");
 	debug_print("get_F2List: OK : $result->{flerror}\n");
+
+	if($result->{flerror} != 0){
+	    throw Affelio::exception::IOException($result->{message});
+	}
 	return $result->{message};
     }
 


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