calendarui/inc/CalenPaths.h
changeset 18 c198609911f9
parent 0 f979ecb2b13e
child 66 bd7edf625bdd
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
     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 
       
    19 
    18 
    20 #ifndef CALENPATHS_H
    19 #ifndef CALENPATHS_H
    21 #define CALENPATHS_H
    20 #define CALENPATHS_H
    22 
    21 
    23 
    22 
    26 
    25 
    27 // path and filename for vCalendar attachment
    26 // path and filename for vCalendar attachment
    28 _LIT( KVCalAttachmentFilename, "c:\\private\\10005901\\Calendar.vcs" );
    27 _LIT( KVCalAttachmentFilename, "c:\\private\\10005901\\Calendar.vcs" );
    29 
    28 
    30 // path and filename for Calendar database
    29 // path and filename for Calendar database
    31 _LIT( KCalendarDatabaseFilePath, "c:calendar" );
    30 _LIT( KCalendarDatabaseFilePath, "c:Calendar" );
    32 
    31 
    33 
    32 
    34 #endif  // CALENPATHS_H
    33 #endif  // CALENPATHS_H
    35 
    34 
    36 
    35