[Affelio-cvs 890] CVS update: affelio/lib/Affelio/Managing

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 17日 (土) 04:50:00 JST


Index: affelio/lib/Affelio/Managing/NewsAggregator.pm
diff -u affelio/lib/Affelio/Managing/NewsAggregator.pm:1.12 affelio/lib/Affelio/Managing/NewsAggregator.pm:1.13
--- affelio/lib/Affelio/Managing/NewsAggregator.pm:1.12	Sat Dec 17 01:10:22 2005
+++ affelio/lib/Affelio/Managing/NewsAggregator.pm	Sat Dec 17 04:50:00 2005
@@ -14,14 +14,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: NewsAggregator.pm,v 1.12 2005/12/16 16:10:22 slash5234 Exp $
+# $Id: NewsAggregator.pm,v 1.13 2005/12/16 19:50:00 slash5234 Exp $
 
 package Affelio::Managing::NewsAggregator;
 {
     use strict;
     use lib("../../../extlib");    
     use Error qw(:try);
-    use DBI;
     use Jcode;
     use lib("../../");
     use Affelio::misc::CGIError;
@@ -29,7 +28,6 @@
     use Affelio::misc::Encoding qw(db_encode db_decode);
     use Affelio::misc::Debug qw(debug_print);
     use Affelio::misc::WSSE;
-    use Affelio::SNS::Handshaker_c;
     use Affelio::exception::NetworkException;
     use Affelio::exception::CommunicationException;
 
@@ -140,6 +138,8 @@
 	#Invoke SNS/Handshaker_c
 	my $ret="";
 	try{
+	    require Affelio::SNS::Handshaker_c;
+
 	    $ret = get_news(dest_uri =>  "$af_id/bin/xml-rpc-serv.cgi",
 			    xwsse_mesg => $xwsse_mesg);
 


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