Show
Ignore:
Timestamp:
10/28/07 23:41:34 (1 year ago)
Author:
daboo
Message:

Calendar ctag handling. Don't list the calendars/address books when first starting up if
we have a fresh cache.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/CCalendarStoreNode.cpp

    r86 r113  
    909909                xmllib::XMLObject::WriteValue(doc, xmlnode, cXMLElement_name, cdstring(GetShortName())); 
    910910                 
    911                 // Set last sync child node 
     911                // Set sync child nodes 
    912912                if (mLastSync != 0) 
    913913                        xmllib::XMLObject::WriteValue(doc, xmlnode, cXMLElement_lastsync, mLastSync); 
     
    974974                SetName(new_name); 
    975975 
    976                 // Get last sync 
     976                // Get sync details 
    977977                xmllib::XMLObject::ReadValue(xmlnode, cXMLElement_lastsync, mLastSync); 
    978978