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 QueueService |
15 * @subpackage QueueService |
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/QueueService/Adapter.php'; |
20 require_once 'Zend/Cloud/QueueService/Adapter.php'; |
21 require_once 'Zend/Cloud/QueueService/Message.php'; |
21 require_once 'Zend/Cloud/QueueService/Message.php'; |
27 * Provides functionality around setting message and message set classes. |
27 * Provides functionality around setting message and message set classes. |
28 * |
28 * |
29 * @category Zend |
29 * @category Zend |
30 * @package Zend_Cloud |
30 * @package Zend_Cloud |
31 * @subpackage QueueService |
31 * @subpackage QueueService |
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 abstract class Zend_Cloud_QueueService_Adapter_AbstractAdapter |
35 abstract class Zend_Cloud_QueueService_Adapter_AbstractAdapter |
36 implements Zend_Cloud_QueueService_Adapter |
36 implements Zend_Cloud_QueueService_Adapter |
37 { |
37 { |