webengine/widgetregistry/Server/inc/UidAllocator.h
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 26 cb62a4f66ebe
child 48 79859ed3eea9
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
    32     * Allocates a single UID and returns it or leaves with KErrNotFound.
    32     * Allocates a single UID and returns it or leaves with KErrNotFound.
    33     */
    33     */
    34     TInt AllocateL( const RUidArray& aUsedUids, TInt aDriveLetter );
    34     TInt AllocateL( const RUidArray& aUsedUids, TInt aDriveLetter );
    35 
    35 
    36     static TBool IsWidget( TUid aUid );
    36     static TBool IsWidget( TUid aUid );
       
    37     static TBool IsCWRTWidget( TUid aUid );
    37     };
    38     };
    38 #endif
    39 #endif