webengine/wrtharvester/inc/wrtharvesterregistryaccess.h
branchRCL_3
changeset 93 79859ed3eea9
parent 59 1f3c3f2f5b0a
child 94 919f36ff910f
--- a/webengine/wrtharvester/inc/wrtharvesterregistryaccess.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/wrtharvester/inc/wrtharvesterregistryaccess.h	Tue Aug 31 16:17:46 2010 +0300
@@ -20,14 +20,13 @@
 #define WRHARVESTERREGISTRYACCESS_H 
 
 // INCLUDES
-#include <widgetregistryclient.h>
+#include <WidgetRegistryClient.h>
 #include <badesca.h>
 
 // FORWARD DECLARATIONS
 class CWidgetInfo;
 
 // CONSTANTS
-const TInt32 KS60Widget = 1;
 template < class T > class RWrtArray : public RPointerArray< T >
     {
     public:
@@ -73,7 +72,6 @@
             iUid = TUid::Uid(0);
             iDisplayName = NULL;
             iBundleId = NULL;
-            iType = KErrNotFound;
             }
 
         /**
@@ -89,7 +87,6 @@
         TUid        iUid;
         HBufC*      iDisplayName;// widget display name
         HBufC*      iBundleId; //  widget bundle identifier
-        TInt      iType; // widget type
     };
 
 // CLASS DECLARATION
@@ -134,15 +131,6 @@
         * @return Yes or no.
         */
         TBool SupportsMiniviewL( RWidgetRegistryClientSession& aSession, const TUid& aUid );
-                
-        /**
-        * Check if the widget is wgz.
-        * 
-        * @param aSession Widget registry session
-        * @param aUid UID of widget.
-        * @return Yes or no.
-        */
-        TBool IsNokiaWidget( RWidgetRegistryClientSession& aSession, const TUid& aUid );
         
         /**
         * Returns the property value for the widget as a string. Ownership transferred.