clock2/clockui/uilayer/inc/clockdocument.h
branchRCL_3
changeset 48 bf573002ff72
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
    76 	    
    76 	    
    77 	    /**
    77 	    /**
    78         * @brief Returns the previous alarm time.
    78         * @brief Returns the previous alarm time.
    79         * @return TTime The previous alarm time.
    79         * @return TTime The previous alarm time.
    80         */
    80         */
    81 	    TTime GetPrevAlarmTime();
    81 	    //TTime GetPrevAlarmTime();
    82 	    
    82 	    
    83 	    /**
    83 	    /**
    84 	    * @brief Sets the new alarm time value as the previous alarm time.
    84 	    * @brief Sets the new alarm time value as the previous alarm time.
    85 	    * @param aPrevAlarmTime The new alarm time.
    85 	    * @param aPrevAlarmTime The new alarm time.
    86 	    */
    86 	    */
    87 	    void SetPrevAlarmTime( TTime aPrevAlarmTime );
    87 	    //void SetPrevAlarmTime( TTime aPrevAlarmTime );
    88 	    
    88 	    
    89 	    /**
    89 	    /**
    90 	    * @brief Retrieves list of cities shown in world clock view.
    90 	    * @brief Retrieves list of cities shown in world clock view.
    91 	    * @return CArrayPakFlat< TCityInfo >* Pointer to the list of items.
    91 	    * @return CArrayPakFlat< TCityInfo >* Pointer to the list of items.
    92 	    */
    92 	    */