calendarui/regionalplugins/inc/calenlunarlocalizedinfo.h
branchGCC_SURGE
changeset 40 4b686cfad39d
parent 18 c198609911f9
equal deleted inserted replaced
39:5c778154cc1d 40:4b686cfad39d
    49      * and you want to process them in a loop.
    49      * and you want to process them in a loop.
    50      * If day didn't had e.g. festival or solar term, KNullDesC is returned for those.
    50      * If day didn't had e.g. festival or solar term, KNullDesC is returned for those.
    51      */
    51      */
    52     IMPORT_C const TDesC& GetField( TField aField );
    52     IMPORT_C const TDesC& GetField( TField aField );
    53     
    53     
    54     IMPORT_C const TDesC& Festival() { return iFestival; }
    54     const TDesC& Festival() { return iFestival; }
    55     IMPORT_C const TDesC& SolarTerm() { return iSolarTerm; }
    55     const TDesC& SolarTerm() { return iSolarTerm; }
    56     IMPORT_C const TDesC& FullLunarDate() { return iFullLunarDate; }
    56     const TDesC& FullLunarDate() { return iFullLunarDate; }
    57     IMPORT_C const TDesC& LunarYear() { return iLunarYear; }    
    57     const TDesC& LunarYear() { return iLunarYear; }    
    58     IMPORT_C const TDesC& LunarMonthAndDay() { return iLunarMonthAndDay; }    
    58     const TDesC& LunarMonthAndDay() { return iLunarMonthAndDay; }    
    59     IMPORT_C const TDesC& AnimalYear() { return iAnimalYear; }    
    59     const TDesC& AnimalYear() { return iAnimalYear; }    
    60     IMPORT_C const TDesC& GregorianDate() { return iGregorianDate; }
    60     const TDesC& GregorianDate() { return iGregorianDate; }
    61 
    61 
    62 private:
    62 private:
    63     CCalenLunarLocalizedInfo();
    63     CCalenLunarLocalizedInfo();
    64 
    64 
    65     void ConstructL();
    65     void ConstructL();