wmdrm/camese/wmdrmdlaapp/inc/wmdrmdlaappui.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
equal deleted inserted replaced
5:79d62d1d7957 23:493788a4a8a4
    18 
    18 
    19 #ifndef C_WMDRMDLAAPPUI_H
    19 #ifndef C_WMDRMDLAAPPUI_H
    20 #define C_WMDRMDLAAPPUI_H
    20 #define C_WMDRMDLAAPPUI_H
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <aknviewappui.h>
    23 #include <aknViewAppUi.h>
    24 #include <aknserverapp.h>
    24 #include <AknServerApp.h>
    25 
    25 
    26 class CWmDrmDlaBrowserView;
    26 class CWmDrmDlaBrowserView;
    27 
    27 
    28 class CWmDrmDlaAppUi : public CAknViewAppUi
    28 class CWmDrmDlaAppUi : public CAknViewAppUi
    29     {
    29     {
    30 
    30 
    31     public:     // Constructors and destructor
    31     public:     // Constructors and destructor
    32 
    32 
    33         /**
    33         /**
    34         * Constructor.
    34         * Constructor.
    35         */      
    35         */
    36         CWmDrmDlaAppUi();
    36         CWmDrmDlaAppUi();
    37         
    37 
    38         /**
    38         /**
    39         * Second phase constructor. Leaves on failure.
    39         * Second phase constructor. Leaves on failure.
    40         */      
    40         */
    41         void ConstructL();
    41         void ConstructL();
    42 
    42 
    43         /**
    43         /**
    44         * Destructor.
    44         * Destructor.
    45         */      
    45         */
    46         virtual ~CWmDrmDlaAppUi();
    46         virtual ~CWmDrmDlaAppUi();
    47         
    47 
    48         /**
    48         /**
    49          * Get browser view
    49          * Get browser view
    50          */
    50          */
    51         CWmDrmDlaBrowserView* BrowserView();
    51         CWmDrmDlaBrowserView* BrowserView();
    52 
    52 
    54 
    54 
    55         /**
    55         /**
    56          * From CEikAppUi, takes care of command handling.
    56          * From CEikAppUi, takes care of command handling.
    57          * @param aCommand command to be handled
    57          * @param aCommand command to be handled
    58          */
    58          */
    59         void HandleCommandL( TInt aCommand );    
    59         void HandleCommandL( TInt aCommand );
    60         
    60 
    61     private:    // data
    61     private:    // data
    62 
    62 
    63         //Not owned
    63         //Not owned
    64         CWmDrmDlaBrowserView* iBrowserView;
    64         CWmDrmDlaBrowserView* iBrowserView;
    65         
    65 
    66     };
    66     };
    67 
    67 
    68 #endif // C_WMDRMDLAAPPUI_H
    68 #endif // C_WMDRMDLAAPPUI_H