egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync/OneWayFromServerSync.php

23 lines
672 B
PHP
Raw Normal View History

2005-06-19 21:00:58 +02:00
<?php
2006-01-16 10:49:51 +01:00
include_once 'Horde/SyncML/Sync/TwoWaySync.php';
2005-06-19 21:00:58 +02:00
/**
* Will run normal $end from TwoWaySync, the client should not send
* any changes.
*
* $Horde: framework/SyncML/SyncML/Sync/OneWayFromServerSync.php,v 1.6 2004/05/26 17:32:50 chuck Exp $
*
* Copyright 2003-2004 Anthony Mills <amills@pyramid6.com>
*
* 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 <amills@pyramid6.com>
* @version $Revision$
* @since Horde 3.0
* @package Horde_SyncML
*/
2006-01-16 10:49:51 +01:00
class Horde_SyncML_Sync_OneWayFromServerSync extends Horde_SyncML_Sync_TwoWaySync {
2005-06-19 21:00:58 +02:00
}