diff -r 50c53e893c3f -r 1221b68b8a5f wmdrm/camese/wmdrmdlaapp/inc/wmdrmdlabrowsercontainer.h --- a/wmdrm/camese/wmdrmdlaapp/inc/wmdrmdlabrowsercontainer.h Thu Aug 19 10:12:10 2010 +0300 +++ b/wmdrm/camese/wmdrmdlaapp/inc/wmdrmdlabrowsercontainer.h Tue Aug 31 15:29:38 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -22,56 +22,22 @@ #include class CAknView; -class MBrCtlSpecialLoadObserver; -class CBrCtlInterface; class CWmDrmDlaBrowserContainer : public CCoeControl { public: - static CWmDrmDlaBrowserContainer* NewL( CAknView* aView, - MBrCtlSpecialLoadObserver* aObserver ); - static CWmDrmDlaBrowserContainer* NewLC( CAknView* aView, - MBrCtlSpecialLoadObserver* aObserver ); - - /** - * Destructor. - */ - virtual ~CWmDrmDlaBrowserContainer(); - - /** - * Returns pointer to the CBrCtlInterface owned by the container. - * @return A pointer to CBrCtlInterface - */ - CBrCtlInterface* BrCtlInterface(); - - public: // From CCoeControl /** * @see CCoeControl */ - TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType ); - - /** - * @see CCoeControl - */ - TInt CountComponentControls() const; - - /** - * @see CCoeControl - */ CCoeControl* ComponentControl( TInt aIndex ) const; /** * @see CCoeControl */ - void SizeChanged(); - - /** - * @see CCoeControl - */ void FocusChanged( TDrawNow aDrawNow ); /** @@ -82,15 +48,12 @@ private: CWmDrmDlaBrowserContainer( CAknView* aView ); - void ConstructL( MBrCtlSpecialLoadObserver* aObserver ); private: // data //Not owned CAknView* iView; - CBrCtlInterface* iBrCtlInterface; - }; #endif // C_WMDRMDLABROWSERCONTAINER_H