clarified which data has to be set in createItem()

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@516 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-03-13 19:41:30 +00:00
parent ac0c6bcabe
commit 6d1f0e3ccd
1 changed files with 5 additions and 0 deletions

View File

@ -238,6 +238,11 @@ class EvolutionSyncSource : public SyncSource, public EvolutionSyncSourceConfig
* and store it in a new SyncItem. The caller must
* free that item. May throw exceptions.
*
* The information that has to be set in the new item is:
* - content
* - UID
* - mime type
*
* @param uid identifies the item
*/
virtual SyncItem *createItem(const string &uid) = 0;