mmfenh/advancedaudiocontroller/audiotonecontrollerplugin/src/mmfaudiotonecontroller.h
changeset 20 b67dd1fc57c5
parent 0 71ca22bcf22a
child 21 2ed61feeead6
--- a/mmfenh/advancedaudiocontroller/audiotonecontrollerplugin/src/mmfaudiotonecontroller.h	Fri Apr 30 19:18:45 2010 -0500
+++ b/mmfenh/advancedaudiocontroller/audiotonecontrollerplugin/src/mmfaudiotonecontroller.h	Fri May 14 18:19:45 2010 -0500
@@ -46,7 +46,8 @@
 The public API for clients of the MMFAudioToneController
 @internalTechnology
 */
-
+class CConfigurationComponentsFactory;
+class CAudioOutputControlUtility; 
 class CMMFAudioToneController : public CMMFController, 
 							public MMMFAudioPlayDeviceCustomCommandImplementor,
 							public MMMFAudioPlayControllerCustomCommandImplementor,
@@ -158,6 +159,10 @@
 /** the Dev Sound that will be used to play the tone*/
 	CMMFDevSound*            iMMFDevSound;
 
+    // for drm CR/Error 417-45879/ESLM-82JAHL
+	CConfigurationComponentsFactory*   iFactory;
+	CAudioOutputControlUtility*        iAudioOutputControlUtility; // used for audio routing for DRM files
+	// end drm cr
 /** Current state of the controller, see TControllerState*/
 	TControllerState         iState;