diff -r 7d91903f795f -r ce5ada96ab30 mediasettings/mediasettingsapp/inc/MPSettingsStreamingView.h --- a/mediasettings/mediasettingsapp/inc/MPSettingsStreamingView.h Fri Feb 19 22:52:52 2010 +0200 +++ b/mediasettings/mediasettingsapp/inc/MPSettingsStreamingView.h Fri Mar 12 15:43:00 2010 +0200 @@ -15,7 +15,7 @@ */ -// Version : %version: 2 % +// Version : %version: 3 % @@ -32,10 +32,8 @@ /** * CMPSettingsStreamingView view class. * -* @lib MediaSettings.app -* @since 2.0 */ -class CMPSettingsStreamingView : public CMPSettingsBaseView, public MEikListBoxObserver +class CMPSettingsStreamingView : public CMPSettingsBaseView { public: // Constructors and destructor @@ -63,14 +61,7 @@ protected: // from MEikListBoxObserver - /** - * Handles listbox events. - * @param aListBox Listbox where the event occurred. - * @param aEventType Event type. - */ - void HandleListBoxEventL(CEikListBox* aListBox, - TListBoxEvent aEventType); - + protected: // From CMPSettingsBaseView /** @@ -99,7 +90,6 @@ /** * Handles listbox selection. */ - virtual void HandleListBoxSelectionL(); CMPSettingsModelForROP* iModel; };