diff -r 3ba40be8e484 -r 7ca52d38f8c3 appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h --- a/appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h Fri Mar 12 15:43:14 2010 +0200 +++ b/appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h Mon Mar 15 12:41:05 2010 +0200 @@ -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