diff -r e8965914fac7 -r 79647526f98c appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h --- a/appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h Tue Sep 14 21:31:28 2010 +0300 +++ b/appinstaller/AppMngr2/Widget/inc/appmngr2widgetappinfo.h Wed Sep 15 12:20:42 2010 +0300 @@ -35,6 +35,7 @@ public: // from CAppMngr2InfoBase TInt IconIndex() const; const TDesC& Name() const; + const TDesC& Version() const; const TDesC& Details() const; TBool SupportsGenericCommand( TInt aCmdId ); void HandleCommandL( TInt aCommandId, TRequestStatus& aStatus ); @@ -51,6 +52,7 @@ private: // data TUid iWidgetUid; HBufC* iName; + HBufC* iVersion; HBufC* iDetails; SwiUI::RSWInstLauncher* iSWInstLauncher; HBufC8* iMimeType;