Changeset 1690

Show
Ignore:
Timestamp:
02/07/07 13:47:56 (22 months ago)
Author:
dgollub
Message:

osengine_mapping_check_timestamps() is needed to decide if the
frontend should provides "Newer change" in the conflict handling
callback. Regarding ticket: #350

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/osengine/osengine_mapping.h

    r1183 r1690  
    1010osync_bool osengine_mapping_ignore_conflict(OSyncEngine *engine, OSyncMapping *mapping, OSyncError **error); 
    1111osync_bool osengine_mapping_ignore_supported(OSyncEngine *engine, OSyncMapping *mapping); 
     12osync_bool osengine_mapping_check_timestamps(OSyncEngine *engine, OSyncMapping *mapping, OSyncError **error);