diff -r 46625afeb3de -r 33b357311f14 voiceui/voiceuivoicerecognition/inc/vuictoneplayer.h --- a/voiceui/voiceuivoicerecognition/inc/vuictoneplayer.h Wed Jun 09 09:43:17 2010 +0300 +++ b/voiceui/voiceuivoicerecognition/inc/vuictoneplayer.h Mon Jun 21 15:41:55 2010 +0300 @@ -70,6 +70,12 @@ * @param aSid The sound ID */ void PlayTone( TInt aSid ); + + /** + * Check Bt Accessory Status + * @ + */ + void ChekcAccesoryStatusL(); public: // Functions from base classes @@ -117,11 +123,17 @@ // Start sound path HBufC* iStartSound; + // Bluetooth start sound path + HBufC* iBtStartSound; + // Confirmation sound path HBufC* iConfirmationSound; // Volume TInt iVolume; + + //BT Accessory flag + TBool iBTAcc; }; #endif // VUICTONEPLAYER_H