appinstaller/AppMngr2/Widget/inc/appmngr2widgetruntime.h
branchRCL_3
changeset 25 7333d7932ef7
parent 12 7ca52d38f8c3
child 26 8b7f4e561641
--- a/appinstaller/AppMngr2/Widget/inc/appmngr2widgetruntime.h	Thu Aug 19 10:02:49 2010 +0300
+++ b/appinstaller/AppMngr2/Widget/inc/appmngr2widgetruntime.h	Tue Aug 31 15:21:33 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008 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"
@@ -20,7 +20,7 @@
 #define C_APPMNGR2WIDGETRUNTIME_H
 
 #include <appmngr2runtime.h>            // CAppMngr2Runtime
-#include <widgetregistryclient.h>       // RWidgetRegistryClientSession
+#include <WidgetRegistryClient.h>       // RWidgetRegistryClientSession 
 
 class CAppMngr2PackageInfo;
 class CAknIconArray;
@@ -28,8 +28,7 @@
 const TInt KAppMngr2WidgetUidValue = 0x20016BFA;
 const TUid KAppMngr2WidgetUid = { KAppMngr2WidgetUidValue };
 
-_LIT8( KDataTypeWgzWidget, "application/x-nokia-widget" );
-_LIT8( KDataTypeWgtWidget, "application/widget" );
+_LIT8( KDataTypeWidget, "application/x-nokia-widget" );
 
 
 class CAppMngr2WidgetRuntime : public CAppMngr2Runtime
@@ -38,7 +37,7 @@
     static CAppMngr2WidgetRuntime* NewL( MAppMngr2RuntimeObserver& aObserver );
     ~CAppMngr2WidgetRuntime();
 
-public:     // from CAppMngr2Runtime
+public:     // new CAppMngr2Runtime
     void LoadIconsL( CAknIconArray& aIconArray );
     void GetSupportedDataTypesL( CDataTypeArray& aDataTypeArray );
     void GetInstallationFilesL( RPointerArray<CAppMngr2PackageInfo>& aPackageInfos,
@@ -49,9 +48,6 @@
                 RFs& aFsSession, TRequestStatus& aStatus );
     void CancelGetInstalledApps();
 
-public:     // new functions
-    HBufC8* GetMimeTypeL( const TUid& aWidgetUid );
-
 private:    // new functions
     CAppMngr2WidgetRuntime( MAppMngr2RuntimeObserver& aObserver );
     void ConstructL();