diff -r 7333d7932ef7 -r 8b7f4e561641 appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h --- a/appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h Tue Aug 31 15:21:33 2010 +0300 +++ b/appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h Wed Sep 01 12:22:02 2010 +0100 @@ -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" @@ -47,12 +47,13 @@ private: // new functions void ShowDetailsL(); - + private: // data TUid iWidgetUid; HBufC* iName; HBufC* iDetails; SwiUI::RSWInstLauncher* iSWInstLauncher; + HBufC8* iMimeType; }; #endif // C_APPMNGR2WIDGETAPPINFO_H