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

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 1月 19日 (木) 16:24:00 JST


Index: affelio/lib/Affelio/SNS/Handshaker_c.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_c.pm:1.15 affelio/lib/Affelio/SNS/Handshaker_c.pm:1.16
--- affelio/lib/Affelio/SNS/Handshaker_c.pm:1.15	Thu Jan 19 16:22:17 2006
+++ affelio/lib/Affelio/SNS/Handshaker_c.pm	Thu Jan 19 16:24:00 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: Handshaker_c.pm,v 1.15 2006/01/19 07:22:17 slash5234 Exp $
+# $Id: Handshaker_c.pm,v 1.16 2006/01/19 07:24:00 slash5234 Exp $
 
 package Affelio::SNS::Handshaker_c;
 {
@@ -96,7 +96,7 @@
 		       $my_AFID,
 		       $my_DH_pub_key_str,
 		       $MIMed_mesg)
-		->res;
+		->result;
 	  };
 	debug_print("send_HandShake: RPC returned.\n");
 	if ($@) {
@@ -157,7 +157,7 @@
 		       $my_DH_pub_key_str,
 		       $my_mesg
 		       )
-		->res;
+		->result;
 	  };
 	debug_print("reply_HandShake: RPC returned.\n");
 	if ($@) {
@@ -206,7 +206,7 @@
 		       $xwsse_mesg,
 		       $format,
 		       )
-		->res;
+		->result;
 	  };
 
 	debug_print("C::get_news: RPC returned.\n");
@@ -295,7 +295,7 @@
 		       $src,
 		       $MIMed
 		       )
-		->res;
+		->result;
 	  };
 	debug_print("C::post_Message: RPC returned.\n");
 	if ($@) {
@@ -341,7 +341,7 @@
 		       $proto_ver,
 		       $timestamp,
 		       )
-		->res;
+		->result;
 	  };
 	debug_print("C::get_F2List: RPC returned.\n");
 	if ($@) {


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