fix wrong class name

This commit is contained in:
Ralf Becker 2015-06-16 08:24:05 +00:00
parent 583ce92b99
commit 78293e8939
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
/** /**
* Addressbook activesync plugin * Addressbook activesync plugin
*/ */
class addressbook_activesync implements activesync_plugin_write, activesync_plugin_search_gal class addressbook_zpush implements activesync_plugin_write, activesync_plugin_search_gal
{ {
/** /**
* @var BackendEGW * @var BackendEGW

View File

@ -42,7 +42,7 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_
* How to deal with multiple alarms allowed in EGroupware: report earliest one to the device * How to deal with multiple alarms allowed in EGroupware: report earliest one to the device
* (and hope it resyncs before next one is due, thought we do NOT report that as change currently!). * (and hope it resyncs before next one is due, thought we do NOT report that as change currently!).
*/ */
class calendar_activesync implements activesync_plugin_write, activesync_plugin_meeting_requests class calendar_zpush implements activesync_plugin_write, activesync_plugin_meeting_requests
{ {
/** /**
* var BackendEGW * var BackendEGW

View File

@ -13,7 +13,7 @@
/** /**
* InfoLog activesync plugin * InfoLog activesync plugin
*/ */
class infolog_activesync implements activesync_plugin_write class infolog_zpush implements activesync_plugin_write
{ {
/** /**
* @var BackendEGW * @var BackendEGW

View File

@ -17,7 +17,7 @@
* *
* Plugin creates a device specific file to map alphanumeric folder names to nummeric id's. * Plugin creates a device specific file to map alphanumeric folder names to nummeric id's.
*/ */
class mail_activesync implements activesync_plugin_write, activesync_plugin_sendmail, activesync_plugin_meeting_response, activesync_plugin_search_mailbox class mail_zpush implements activesync_plugin_write, activesync_plugin_sendmail, activesync_plugin_meeting_response, activesync_plugin_search_mailbox
{ {
/** /**
* var BackendEGW * var BackendEGW