appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    45     CAppMngr2WidgetAppInfo( CAppMngr2Runtime& aRuntime, RFs& aFsSession );
    45     CAppMngr2WidgetAppInfo( CAppMngr2Runtime& aRuntime, RFs& aFsSession );
    46     void ConstructL( const CWidgetInfo& aWidget );
    46     void ConstructL( const CWidgetInfo& aWidget );
    47 
    47 
    48 private:    // new functions
    48 private:    // new functions
    49     void ShowDetailsL();
    49     void ShowDetailsL();
    50     
    50 
    51 private:    // data
    51 private:    // data
    52     TUid iWidgetUid;
    52     TUid iWidgetUid;
    53     HBufC* iName;
    53     HBufC* iName;
    54     HBufC* iDetails;
    54     HBufC* iDetails;
    55     SwiUI::RSWInstLauncher* iSWInstLauncher;
    55     SwiUI::RSWInstLauncher* iSWInstLauncher;
       
    56     HBufC8* iMimeType;
    56     };
    57     };
    57 
    58 
    58 #endif // C_APPMNGR2WIDGETAPPINFO_H
    59 #endif // C_APPMNGR2WIDGETAPPINFO_H
    59 
    60