diff -r 7d91903f795f -r ce5ada96ab30 mediasettings/gsvideoplugin/inc/GSMediaPlayerStreamingView.h --- a/mediasettings/gsvideoplugin/inc/GSMediaPlayerStreamingView.h Fri Feb 19 22:52:52 2010 +0200 +++ b/mediasettings/gsvideoplugin/inc/GSMediaPlayerStreamingView.h Fri Mar 12 15:43:00 2010 +0200 @@ -15,7 +15,7 @@ */ -// Version : %version: 3 % +// Version : %version: 4 % @@ -39,7 +39,6 @@ * @since 3.1 */ class CGSMediaPlayerStreamingView : public CAknView, - public MEikListBoxObserver, public MGSTabbedView { public: // Constructors and destructor @@ -131,15 +130,7 @@ */ void CreateContainerL(); - protected: // from MEikListBoxObserver - - /** - * Handles listbox events. - * @param aListBox Listbox where the event occurred. - * @param aEventType Event type. - */ - void HandleListBoxEventL(CEikListBox* aListBox, - TListBoxEvent aEventType); + protected: /** * Called at the end of DoActivateL. @@ -151,20 +142,14 @@ /** * C++ default constructor. */ - CGSMediaPlayerStreamingView(CMPSettingsModelForROP* aModel, CArrayPtrFlat* aTabViewArray); + CGSMediaPlayerStreamingView( CMPSettingsModelForROP* aModel, + CArrayPtrFlat* aTabViewArray); /** * Symbian OS 2nd phase constructor. * @since 2.1 */ void ConstructL( CArrayPtrFlat* aTabViewArray ); - - private: // New - - /** - * Handles listbox selection. - */ - virtual void HandleListBoxSelectionL(); private: // Data