messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h
changeset 43 35b64624a9e7
parent 31 ebfee66fde93
child 44 36f374c67aa8
--- a/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h	Fri Jun 11 13:35:48 2010 +0300
+++ b/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h	Wed Jun 23 18:09:17 2010 +0300
@@ -27,6 +27,7 @@
 class MsgStoreHandler;
 class XQSettingsManager;
 class XQPublishAndSubscribeUtils;
+class XQSystemToneService;
 
 /**
  * @class MsgNotifierPrivate
@@ -162,6 +163,11 @@
      * Owned.
      */
     XQPublishAndSubscribeUtils* mPSUtils;
+    
+    /**
+     * Object to handle audio alert when new message is received
+     */
+    XQSystemToneService* mSts;
     };
 
 #endif // MSGNOTIFIER_PRIVATE_H