messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h
changeset 70 a15d9966050f
parent 52 12db4185673b
--- a/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h	Thu Sep 02 20:23:03 2010 +0300
+++ b/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h	Fri Sep 17 08:28:39 2010 +0300
@@ -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.
     };