diff -r 5ce76b969369 -r 2625ef7905cb wmdrm/camese/wmdrmdlaapp/inc/wmdrmdlabrowsercontainer.h --- a/wmdrm/camese/wmdrmdlaapp/inc/wmdrmdlabrowsercontainer.h Fri Aug 20 11:00:50 2010 +0300 +++ b/wmdrm/camese/wmdrmdlaapp/inc/wmdrmdlabrowsercontainer.h Fri Aug 20 16:05:06 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