diff -r 5e7a0fedabdf -r 877f952ae2bd web/lib/Zend/Service/WindowsAzure/RetryPolicy/RetryPolicyAbstract.php --- a/web/lib/Zend/Service/WindowsAzure/RetryPolicy/RetryPolicyAbstract.php Thu Mar 21 17:31:31 2013 +0100 +++ b/web/lib/Zend/Service/WindowsAzure/RetryPolicy/RetryPolicyAbstract.php Thu Mar 21 19:50:53 2013 +0100 @@ -15,17 +15,12 @@ * @category Zend * @package Zend_Service_WindowsAzure * @subpackage RetryPolicy - * @version $Id: RetryPolicyAbstract.php 20785 2010-01-31 09:43:03Z mikaelkael $ - * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) + * @version $Id: RetryPolicyAbstract.php 24593 2012-01-05 20:35:02Z matthew $ + * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ /** - * @see Zend_Service_WindowsAzure_Exception - */ -require_once 'Zend/Service/WindowsAzure/Exception.php'; - -/** * @see Zend_Service_WindowsAzure_RetryPolicy_NoRetry */ require_once 'Zend/Service/WindowsAzure/RetryPolicy/NoRetry.php'; @@ -39,7 +34,7 @@ * @category Zend * @package Zend_Service_WindowsAzure * @subpackage RetryPolicy - * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ abstract class Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract @@ -72,6 +67,6 @@ */ public static function retryN($count = 1, $intervalBetweenRetries = 0) { - return new Zend_Service_WindowsAzure_RetryPolicy_RetryN($count, $intervalBetweenRetries); + return new Zend_Service_WindowsAzure_RetryPolicy_RetryN($count, $intervalBetweenRetries); } } \ No newline at end of file