- opensync module work:
commit62cffbbea731770d26219b5b4cc8c2dc2dc34390
authorcdfrey <cdfrey>
Fri, 27 Apr 2007 01:50:46 +0000 (27 01:50 +0000)
committercdfrey <cdfrey>
Fri, 27 Apr 2007 01:50:46 +0000 (27 01:50 +0000)
tree9b12b16c23a8a54b412302556666fb0471b6dac3
parenta7b1dac67abedadc071e34f5dac086c6dbe0a6a1
- opensync module work:
       - added id map class to map string uid's from OpenSync to
       numeric ID's from the Blackberry
       - fixed bug in CommitChange() where it was still using
       a hard coded calendar record state table
       - added lots of logging throughout
       - fixed bug where newly added records didn't use the
       change object's uid, but created a new ID,
       causing another sync on the next run
       i.e. (CommitData_t was missing an argument)
       - fixed bug where uninitialized notification time was
       written to the Blackberry
ChangeLog
opensync-plugin/src/Makefile.am
opensync-plugin/src/barry_sync.cc
opensync-plugin/src/barry_sync.h
opensync-plugin/src/environment.cc
opensync-plugin/src/environment.h
opensync-plugin/src/idmap.cc [new file with mode: 0644]
opensync-plugin/src/idmap.h [new file with mode: 0644]
opensync-plugin/src/vevent.cc
opensync-plugin/src/vevent.h