diff -r 5e7a0fedabdf -r 877f952ae2bd web/lib/Zend/Service/WindowsAzure/Credentials/SharedKeyLite.php --- a/web/lib/Zend/Service/WindowsAzure/Credentials/SharedKeyLite.php Thu Mar 21 17:31:31 2013 +0100 +++ b/web/lib/Zend/Service/WindowsAzure/Credentials/SharedKeyLite.php Thu Mar 21 19:50:53 2013 +0100 @@ -14,9 +14,9 @@ * * @category Zend * @package Zend_Service_WindowsAzure - * @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 - * @version $Id: SharedKeyLite.php 22773 2010-08-03 07:18:27Z maartenba $ + * @version $Id: SharedKeyLite.php 24593 2012-01-05 20:35:02Z matthew $ */ /** @@ -25,24 +25,9 @@ require_once 'Zend/Service/WindowsAzure/Credentials/CredentialsAbstract.php'; /** - * @see Zend_Service_WindowsAzure_Storage - */ -require_once 'Zend/Service/WindowsAzure/Storage.php'; - -/** - * @see Zend_Service_WindowsAzure_Credentials_SharedKey - */ -require_once 'Zend/Service/WindowsAzure/Credentials/SharedKey.php'; - -/** - * @see Zend_Service_WindowsAzure_Credentials_Exception - */ -require_once 'Zend/Service/WindowsAzure/Credentials/Exception.php'; - -/** * @category Zend * @package Zend_Service_WindowsAzure - * @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 */ class Zend_Service_WindowsAzure_Credentials_SharedKeyLite @@ -89,6 +74,7 @@ ) { // Table storage? if (!$forTableStorage) { + require_once 'Zend/Service/WindowsAzure/Credentials/Exception.php'; throw new Zend_Service_WindowsAzure_Credentials_Exception('The Windows Azure SDK for PHP does not support SharedKeyLite authentication on blob or queue storage. Use SharedKey authentication instead.'); }