aknhlistpanic.h File Reference

Link against: aknhlist.lib


Go to the source code of this file.


Enumerations

enum  TAknHListPanic { EAknHListPanicInvalidItemID = 0, EAknHListPanicInvalidItemType = 1 }
 Panic codes used throughout the code in aknhlist library. More...

Enumeration Type Documentation

enum TAknHListPanic
 

Panic codes used throughout the code in aknhlist library.

These panics have a category of AKNHLIST.

Enumerator:
EAknHListPanicInvalidItemID  Invalid item ID.

The client has used an item ID to refer to some non-existing item. This panic is raised, for example, when client uses an ID of item that has already been removed from the list.

EAknHListPanicInvalidItemType  Invalid item type.

The client has referred to item an item of wrong type. This is raised, for example, when client tries to add an item into a leaf item.


Copyright © Nokia Corporation 2001-2007
Back to top