* * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * * @author Anthony Mills * @version $Revision$ * @since Horde 3.0 * @package Horde_SyncML */ class Horde_SyncML_Sync_RefreshFromClientSync extends Horde_SyncML_Sync_SlowSync { /** * We needed to erase the current server contents, then we can add * the client's contents. */ }