diff -r 4a629bc82c5e -r b67dd1fc57c5 mmfenh/advancedaudiocontroller/audiotonecontrollerplugin/src/mmfaudiotonecontroller.h --- 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;