equal
deleted
inserted
replaced
11 * to license@zend.com so we can send you a copy immediately. |
11 * to license@zend.com so we can send you a copy immediately. |
12 * |
12 * |
13 * @category Zend |
13 * @category Zend |
14 * @package Zend_Cloud |
14 * @package Zend_Cloud |
15 * @subpackage DocumentService |
15 * @subpackage DocumentService |
16 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
16 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @license http://framework.zend.com/license/new-bsd New BSD License |
17 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 */ |
18 */ |
19 |
19 |
20 require_once 'Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php'; |
20 require_once 'Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php'; |
21 require_once 'Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php'; |
21 require_once 'Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php'; |
27 * SimpleDB adapter for document service. |
27 * SimpleDB adapter for document service. |
28 * |
28 * |
29 * @category Zend |
29 * @category Zend |
30 * @package Zend_Cloud |
30 * @package Zend_Cloud |
31 * @subpackage DocumentService |
31 * @subpackage DocumentService |
32 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 */ |
34 */ |
35 class Zend_Cloud_DocumentService_Adapter_WindowsAzure |
35 class Zend_Cloud_DocumentService_Adapter_WindowsAzure |
36 extends Zend_Cloud_DocumentService_Adapter_AbstractAdapter |
36 extends Zend_Cloud_DocumentService_Adapter_AbstractAdapter |
37 { |
37 { |