webengine/widgetregistry/Server/inc/UidAllocator.h
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 59 1f3c3f2f5b0a
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  Class which allocates random UIDs from a given range
    14 * Description:  Class which allocates random UIDs from a given range
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #ifndef UIDALLOCATOR_H
    18 #ifndef UIDALLOCATOR_H
    20 #define UIDALLOCATOR_H
    19 #define UIDALLOCATOR_H
    21 
    20 
    22 // INCLUDE FILES
    21 // INCLUDE FILES
    23 #include "widgetregistryconstants.h"
    22 #include <widgetregistryconstants.h>
    24 
    23 
    25 /**
    24 /**
    26  * This class allows clients to allocate a UID from a given range.
    25  * This class allows clients to allocate a UID from a given range.
    27  * @internalComponent
    26  * @internalComponent
    28  */
    27  */
    35     TInt AllocateL( const RUidArray& aUsedUids, TInt aDriveLetter );
    34     TInt AllocateL( const RUidArray& aUsedUids, TInt aDriveLetter );
    36 
    35 
    37     static TBool IsWidget( TUid aUid );
    36     static TBool IsWidget( TUid aUid );
    38     };
    37     };
    39 #endif
    38 #endif
    40