http://bugzilla.moblin.org/show_bug.cgi?id=6378
--- Comment #31 from yongsheng zhu <yongsheng.zhu(a)intel.com> 2010-02-26 22:05:31
PST ---
+ /** the 'syncURL' used by synchronization */
+ string m_url;
Wouldn't it be easier to use the vector<string> returned by getSyncURL()? Then
you don't have to do your own parsing. Or is this not a copy of the complete
"syncURL" property, as the comment implies?
we have to parse, because we
want to know whether a syncURL is enabled to auto
sync according to 'autoSync' property.
Doesn't belong into the second patch.
ACK.
It is still not clear what the "unsigned int" key in this
map is. The
autoSyncInterval?
ACK.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.