diff -r e1bea15f9a39 -r 79859ed3eea9 webengine/wrtharvester/inc/wrtharvesterregistryaccess.h --- 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 +#include #include // 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.