calendarui/server/CalenSvr/inc/CalenServer.h
branchRCL_3
changeset 5 42814f902fe6
parent 0 f979ecb2b13e
child 28 96907930389d
equal deleted inserted replaced
0:f979ecb2b13e 5:42814f902fe6
    90     /**
    90     /**
    91      * @brief read calendar names from central repository
    91      * @brief read calendar names from central repository
    92      * 
    92      * 
    93      * @param aCalendarNames a reference to the calendar names list
    93      * @param aCalendarNames a reference to the calendar names list
    94      */
    94      */
    95     void ReadCalendarNamesFromCenrepL(CDesC16ArrayFlat& aCalendarNames);
    95     void ReadCalendarNamesFromResourceL(CDesC16ArrayFlat& aCalendarNames);
    96     
    96     
    97     /**
    97     /**
    98      * @brief read calendar colors from central repository
    98      * @brief read calendar colors from central repository
    99      * 
    99      * 
   100      * @param aCalendarColors a reference to calendar colors list
   100      * @param aCalendarColors a reference to calendar colors list
   101      */
   101      */
   102     void ReadCalendarColorsFromCenrepL(RArray<TInt>& aCalendarColors);
   102     void ReadCalendarColorsFromCenrepL(RArray<TInt>& aCalendarColors);
   103     
       
   104     /**
       
   105      * @brief populate calendar names list from central repository buffer
       
   106      * 
       
   107      * @param aRepositoryBuffer a reference to central repository buffer
       
   108      * @param aCalendarNames a reference to calendar names list
       
   109      */
       
   110     void PopulateCalendarNamesListL( const TDesC& aRepositoryBuffer ,
       
   111             CDesC16ArrayFlat& aCalendarNames );
       
   112     
   103     
   113     /**
   104     /**
   114      * @brief populate calendar colors list from central repository buffer
   105      * @brief populate calendar colors list from central repository buffer
   115      * 
   106      * 
   116      * @param aRepositoryBuffer a reference to central repository buffer
   107      * @param aRepositoryBuffer a reference to central repository buffer