basiclocationinfodisplay/blid/ui/inc/CBlidArrivedTonePayerUtility.h
branchRCL_3
changeset 9 91123d004e8f
parent 0 522cd55cc3d7
equal deleted inserted replaced
8:41042d2af523 9:91123d004e8f
    80         * By default Symbian 2nd phase constructor is private.
    80         * By default Symbian 2nd phase constructor is private.
    81         */
    81         */
    82         void ConstructL( );
    82         void ConstructL( );
    83 
    83 
    84 	public:
    84 	public:
    85 		void PlayToneL( TFileName aFileName );
    85 		void PlayToneL( const TFileName& aFileName );
    86 		void CanclePayer(); 
    86 		void CanclePayer(); 
    87 		
    87 		
    88 	private:
    88 	private:
    89 		// Audio player utility.
    89 		// Audio player utility.
    90         CMdaAudioPlayerUtility* 	iAudioPlayer;
    90         CMdaAudioPlayerUtility* 	iAudioPlayer;