12 * obtain it through the world-wide-web, please send an email |
12 * obtain it through the world-wide-web, please send an email |
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Service_WindowsAzure |
16 * @package Zend_Service_WindowsAzure |
17 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @version $Id: CredentialsAbstract.php 22773 2010-08-03 07:18:27Z maartenba $ |
19 * @version $Id: CredentialsAbstract.php 24593 2012-01-05 20:35:02Z matthew $ |
20 */ |
20 */ |
21 |
21 |
22 /** |
|
23 * @see Zend_Http_Client |
|
24 */ |
|
25 require_once 'Zend/Http/Client.php'; |
|
26 |
|
27 /** |
|
28 * @see Zend_Service_WindowsAzure_Credentials_Exception |
|
29 */ |
|
30 require_once 'Zend/Service/WindowsAzure/Credentials/Exception.php'; |
|
31 |
22 |
32 /** |
23 /** |
33 * @category Zend |
24 * @category Zend |
34 * @package Zend_Service_WindowsAzure |
25 * @package Zend_Service_WindowsAzure |
35 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
26 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @license http://framework.zend.com/license/new-bsd New BSD License |
27 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 */ |
28 */ |
38 abstract class Zend_Service_WindowsAzure_Credentials_CredentialsAbstract |
29 abstract class Zend_Service_WindowsAzure_Credentials_CredentialsAbstract |
39 { |
30 { |
40 /** |
31 /** |