alarmui/inc/AlmAlarmInfo.h
branchRCL_3
changeset 30 bd7edf625bdd
parent 29 12af337248b1
--- a/alarmui/inc/AlmAlarmInfo.h	Tue Aug 31 15:13:43 2010 +0300
+++ b/alarmui/inc/AlmAlarmInfo.h	Wed Sep 01 12:32:31 2010 +0100
@@ -62,19 +62,11 @@
      * @since 2.0
      **/
     void GetWakeupLabelL(HBufC*& aLabel);
-    
-    /**
-     * @brief Gets the alarm information for the alarm that is
-     * about to expire
-     * @return The alarm information 
-     */
-    SAlarmInfo* GetAlarmInfo(TASShdAlarm aAlarm, CAlarmUtils::TAlarmType aAlarmType);
 
  private:
     /**
      * Functions to set the alarm notification string.
      **/
-    /*
     void SetupUnknownAlarmL(HBufC*& aText);
     void SetupClockAlarmL(HBufC*& aText);
     void SetupAppointmentAlarmL(HBufC*& aText);
@@ -83,13 +75,6 @@
 
     void GetCoverUIParamsForCalendarL(const CCalEntry* aEntry);
     void GetCoverUIParamsForClockAndOtherL(const TASShdAlarm& aAlarm, const CAlarmUtils::TAlarmType aType);
-    */
-    
-    void SetupUnknownAlarmL(TASShdAlarm aAlarm);
-    void SetupClockAlarmL(TASShdAlarm aAlarm);
-    void SetupAppointmentAlarmL(TASShdAlarm aAlarm);
-    void SetupToDoAlarmL(TASShdAlarm aAlarm);
-    void SetupAnniversaryAlarmL(TASShdAlarm aAlarm);
 
     void AppendSubjectLocationText(TPtr& aDest, const TDesC& aSeparator);
 
@@ -106,8 +91,6 @@
     HBufC* iTime;
     HBufC* iCoverTime;
     HBufC* iCoverDate;
-    
-    SAlarmInfo*     iAlarmInfo;
 
 };