diff -r 79859ed3eea9 -r 919f36ff910f webengine/widgetregistry/Server/inc/UidAllocator.h --- a/webengine/widgetregistry/Server/inc/UidAllocator.h Tue Aug 31 16:17:46 2010 +0300 +++ b/webengine/widgetregistry/Server/inc/UidAllocator.h Wed Sep 01 12:28:30 2010 +0100 @@ -15,12 +15,11 @@ * */ - #ifndef UIDALLOCATOR_H #define UIDALLOCATOR_H // INCLUDE FILES -#include "WidgetRegistryConstants.h" +#include /** * This class allows clients to allocate a UID from a given range. @@ -35,6 +34,6 @@ TInt AllocateL( const RUidArray& aUsedUids, TInt aDriveLetter ); static TBool IsWidget( TUid aUid ); + static TBool IsCWRTWidget( TUid aUid ); }; #endif -