webengine/widgetregistry/Server/inc/UidAllocator.h
branchRCL_3
changeset 93 79859ed3eea9
parent 59 1f3c3f2f5b0a
child 94 919f36ff910f
--- 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
+