alarmui/inc/AlmAlarmInfo.h
changeset 89 b57382753122
parent 18 c198609911f9
--- a/alarmui/inc/AlmAlarmInfo.h	Fri Oct 15 12:10:36 2010 +0530
+++ b/alarmui/inc/AlmAlarmInfo.h	Wed Nov 03 17:12:22 2010 +0530
@@ -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;
 
 };