messagingapp/msgnotifications/msgnotifier/inc/msgnotifier_p.h
changeset 70 a15d9966050f
parent 52 12db4185673b
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    27 class CCSRequestHandler;
    27 class CCSRequestHandler;
    28 class MsgStoreHandler;
    28 class MsgStoreHandler;
    29 class XQSettingsManager;
    29 class XQSettingsManager;
    30 class XQPublishAndSubscribeUtils;
    30 class XQPublishAndSubscribeUtils;
    31 class XQSystemToneService;
    31 class XQSystemToneService;
       
    32 class CHWRMVibra;
    32 
    33 
    33 /**
    34 /**
    34  * Structure to hold the details of a class 0 SMS
    35  * Structure to hold the details of a class 0 SMS
    35  */
    36  */
    36 struct Class0Info
    37 struct Class0Info
   196     
   197     
   197     /**
   198     /**
   198      * Object to handle audio alert when new message is received
   199      * Object to handle audio alert when new message is received
   199      */
   200      */
   200     XQSystemToneService* mSts;
   201     XQSystemToneService* mSts;
       
   202     
       
   203     /**
       
   204      * Vibra alert on receiving a new message
       
   205      */
       
   206     CHWRMVibra *mVibra; // Owned.
   201     };
   207     };
   202 
   208 
   203 
   209 
   204 /**
   210 /**
   205  * Class for launching the Class0 SMS dialog in a separate thread..
   211  * Class for launching the Class0 SMS dialog in a separate thread..