messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h
changeset 62 fdbe8253b596
parent 51 3507212d340e
--- a/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h	Wed Sep 01 14:19:13 2010 +0530
+++ b/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h	Tue Sep 07 13:28:39 2010 +0530
@@ -29,6 +29,7 @@
 class XQSettingsManager;
 class XQPublishAndSubscribeUtils;
 class XQSystemToneService;
+class CHWRMVibra;
 
 /**
  * Structure to hold the details of a class 0 SMS
@@ -198,6 +199,11 @@
      * Object to handle audio alert when new message is received
      */
     XQSystemToneService* mSts;
+    
+    /**
+     * Vibra alert on receiving a new message
+     */
+    CHWRMVibra *mVibra; // Owned.
     };