webengine/widgetregistry/Server/inc/UidAllocator.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
--- 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 <widgetregistryconstants.h>
 
 /**
  * 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
-