Skip to content
Commit fa127708 authored by Thomas McGuire's avatar Thomas McGuire
Browse files

Merged revisions 825557 via svnmerge from

svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepimlibs

........
  r825557 | divanov | 2008-06-28 18:39:58 +0200 (Sat, 28 Jun 2008) | 10 lines
  
  Allow to customize the behaviour of Akonadi::ItemSync:
   1. Allows subsclasses to "plug in" their own sync algorithms by reimplementing
      virtual bool updateItem( const Item &storedItem, Item &newItem )
   2. Allows to specify how much data ItemSync should fetch from the cache
      when building a list of all items for the collection being synchronized,
      by calling fetchScope() or setFetchScope().
  
  Also, rename localItem => storedItem and remoteItem => newItem within updateItem()
  to be consistent with its signature
........

svn path=/branches/kdepim/enterprise4/kdepimlibs/; revision=834771
parent 7e643614
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment