alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalert.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
--- a/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalert.h	Mon May 03 12:30:32 2010 +0300
+++ b/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalert.h	Mon Jun 28 15:22:02 2010 +0530
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description: 
+* Description:
 *
 */
 // alarmalert.h
@@ -21,30 +21,45 @@
 
 // The plugin name. Do not remove the "com.nokia.hb" part.
 const QString ALARM_ALERT_PLUGIN("com.nokia.hb.alarmalertdialog");
+_LIT(ALARM_ALERT_PLUGIN_SYMBIAN, "com.nokia.hb.alarmalertdialog");
 
 // The string identifier for command
 const QString alarmCommand("command");
+_LIT(alarmCommandSymbian, "command");
 
 // The string identifier for alarm subject
 const QString alarmSubject("subject");
+_LIT(alarmSubjectSymbian, "subject");
 
 // The string identifier for alarm location
 const QString alarmLocation("location");
+_LIT(alarmLocationSymbian, "location");
 
-// The string identifier for alarm date and time
-const QString alarmDateTime("dateTime");
+// The string identifier for alarm time
+const QString alarmTime("time");
+_LIT(alarmTimeSymbian, "time");
+
+// The string identifier for alarm date.
+const QString alarmDate("date");
+_LIT(alarmDateSymbian, "date");
+
+// The string identifier for alarm time
 
 // The string identifier for alarm type
 const QString alarmType("type");
+_LIT(alarmTypeSymbian, "type");
 
 // The string identifier for alarm ringing type
 const QString alarmRingingType("ringingType");
+_LIT(alarmRingingTypeSymbian, "ringingType");
 
 // The string identifier for alarm snoozability
 const QString alarmCanSnooze("canSnooze");
+_LIT(alarmCanSnoozeSymbain, "canSnooze");
 
 // The string identifier for checking the nontimed alarms
 const QString alarmIsTimed("isTimed");
+_LIT(alarmIsTimedSymbian, "isTimed");
 
 
 /**
@@ -62,7 +77,7 @@
 
 /**
  * @enum AlarmType
- * @brief Alarm types to be sent 
+ * @brief Alarm types to be sent
  * to the alarm dialog
  */
 enum AlarmType {