Tadashi Okoshi
slash****@users*****
2006年 1月 19日 (木) 16:22:18 JST
Index: affelio/lib/Affelio/SNS/Handshaker_c.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_c.pm:1.14 affelio/lib/Affelio/SNS/Handshaker_c.pm:1.15
--- affelio/lib/Affelio/SNS/Handshaker_c.pm:1.14 Thu Jan 19 16:18:09 2006
+++ affelio/lib/Affelio/SNS/Handshaker_c.pm Thu Jan 19 16:22:17 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.14 2006/01/19 07:18:09 slash5234 Exp $
+# $Id: Handshaker_c.pm,v 1.15 2006/01/19 07:22:17 slash5234 Exp $
package Affelio::SNS::Handshaker_c;
{
@@ -206,7 +206,7 @@
$xwsse_mesg,
$format,
)
- ->result;
+ ->res;
};
debug_print("C::get_news: RPC returned.\n");
@@ -295,7 +295,7 @@
$src,
$MIMed
)
- ->result;
+ ->res;
};
debug_print("C::post_Message: RPC returned.\n");
if ($@) {
@@ -341,7 +341,7 @@
$proto_ver,
$timestamp,
)
- ->result;
+ ->res;
};
debug_print("C::get_F2List: RPC returned.\n");
if ($@) {