--- 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 <widgetregistryconstants.h>
+#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
+