harvesterplugins/calendar/src/ccalendarplugin.cpp
changeset 7 51d10d255e92
parent 5 3bc31ad99ee7
child 9 4a2987baf8f7
equal deleted inserted replaced
5:3bc31ad99ee7 7:51d10d255e92
    39 _LIT(KExcerptDelimiter, " ");
    39 _LIT(KExcerptDelimiter, " ");
    40 
    40 
    41 /** The delay between harvesting chunks. */
    41 /** The delay between harvesting chunks. */
    42 const TInt KHarvestingDelay = 2000;
    42 const TInt KHarvestingDelay = 2000;
    43 
    43 
    44 _LIT(KCalendarTimeFormat,"%F%/0%Y%M%D%H%T"); // Locale independent YYYYMMDDHHSS
    44 _LIT(KCalendarTimeFormat,"%F%/0%Y %M %D %H%T"); // Locale independent YYYYMMDDHHSS
    45 
    45 
    46 // ---------------------------------------------------------------------------
    46 // ---------------------------------------------------------------------------
    47 // CMessagePlugin::NewL
    47 // CMessagePlugin::NewL
    48 // ---------------------------------------------------------------------------
    48 // ---------------------------------------------------------------------------
    49 //  
    49 //