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

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 10日 (土) 09:51:52 JST


Index: affelio/lib/Affelio/SNS/Handshaker_s.pm
diff -u affelio/lib/Affelio/SNS/Handshaker_s.pm:1.27 affelio/lib/Affelio/SNS/Handshaker_s.pm:1.28
--- affelio/lib/Affelio/SNS/Handshaker_s.pm:1.27	Sat Dec 10 08:07:38 2005
+++ affelio/lib/Affelio/SNS/Handshaker_s.pm	Sat Dec 10 09:51:52 2005
@@ -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_s.pm,v 1.27 2005/12/09 23:07:38 slash5234 Exp $
+# $Id: Handshaker_s.pm,v 1.28 2005/12/10 00:51:52 slash5234 Exp $
 
 ########################################################################
 #package Affelio::SNS::Handshaker_s::Util;
@@ -78,6 +78,7 @@
     sub get_news{
 	my $self = shift;
 	my ($proto_ver,  $xwsse_mesg,  $format) = @_;
+	my $af = Affelio::SNS::Handshaker_s::Util::af_new();
 
 	if($proto_ver > 1.0){
 	    return {
@@ -105,7 +106,9 @@
 	#FORMAT
 	#   datetime appname title description creator
 	#   datetime appname title link
-	my $ret="20051201123456\ndiary\ntitle\ndesc\ncreator\nhttp://www.asahi.com"; 
+	my $ret= Affelio::misc::Time::get_timestamp()
+	    . "\ndiary\ntest\ndesc\ncreator\n"
+	    . $af->{site__web_root};
 
 	return {
 	    flerror => XMLRPC::Data->type('boolean', 0),


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