- Timestamp:
- 10/28/07 23:41:34 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/CCalendarStoreNode.cpp
r86 r113 909 909 xmllib::XMLObject::WriteValue(doc, xmlnode, cXMLElement_name, cdstring(GetShortName())); 910 910 911 // Set last sync child node911 // Set sync child nodes 912 912 if (mLastSync != 0) 913 913 xmllib::XMLObject::WriteValue(doc, xmlnode, cXMLElement_lastsync, mLastSync); … … 974 974 SetName(new_name); 975 975 976 // Get last sync976 // Get sync details 977 977 xmllib::XMLObject::ReadValue(xmlnode, cXMLElement_lastsync, mLastSync); 978 978