calendarui/inc/CalenPaths.h
changeset 89 b57382753122
parent 18 c198609911f9
equal deleted inserted replaced
83:5aadd1120515 89:b57382753122
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Internal path definitions for all Calendar components.
    14 * Description:   Internal path definitions for all Calendar components.
    15                   !!! Remember to check .rss files when making path changes !!!
    15                   !!! Remember to check .rss files when making path changes !!!
    16  *
    16  *
    17 */
    17 */
       
    18 
    18 
    19 
    19 #ifndef CALENPATHS_H
    20 #ifndef CALENPATHS_H
    20 #define CALENPATHS_H
    21 #define CALENPATHS_H
    21 
    22 
    22 
    23 
    25 
    26 
    26 // path and filename for vCalendar attachment
    27 // path and filename for vCalendar attachment
    27 _LIT( KVCalAttachmentFilename, "c:\\private\\10005901\\Calendar.vcs" );
    28 _LIT( KVCalAttachmentFilename, "c:\\private\\10005901\\Calendar.vcs" );
    28 
    29 
    29 // path and filename for Calendar database
    30 // path and filename for Calendar database
    30 _LIT( KCalendarDatabaseFilePath, "c:Calendar" );
    31 _LIT( KCalendarDatabaseFilePath, "c:calendar" );
    31 
    32 
    32 
    33 
    33 #endif  // CALENPATHS_H
    34 #endif  // CALENPATHS_H
    34 
    35 
    35 
    36