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