calendarui/regionalplugins/calenregionalutil/src/calensolarterms.cpp
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 45 b6db4fd4947b
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
    31 
    31 
    32 // CONSTANTS
    32 // CONSTANTS
    33 _LIT(KSolarTermsFile, "SolarItems");
    33 _LIT(KSolarTermsFile, "SolarItems");
    34 // search path for solar item file
    34 // search path for solar item file
    35 //Uncomment for emulator
    35 //Uncomment for emulator
    36 //_LIT( KSolarTermsPath, "\\private\\10005901\\" );  
    36 _LIT( KSolarTermsPath, "\\private\\10005901\\" );
    37 
    37 
    38 _LIT( KSolarTermsPath, "\\data\\" );
    38 //_LIT( KSolarTermsPath, "\\data\\" );
    39 const TInt KFirstSolarTermYear(1900);
    39 const TInt KFirstSolarTermYear(1900);
    40 const TInt KLastSolarTermYear(2100);
    40 const TInt KLastSolarTermYear(2100);
    41 
    41 
    42 
    42 
    43 // ======== MEMBER FUNCTIONS ========
    43 // ======== MEMBER FUNCTIONS ========