equal
deleted
inserted
replaced
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 ======== |