#include <e32std.h>
| class TTrapHandler |
| Public Member Functions | |
|---|---|
| TTrapHandler() | |
| pure virtual IMPORT_C void | Leave(TInt) |
| pure virtual IMPORT_C void | Trap() |
| pure virtual IMPORT_C void | UnTrap() |
Abstract class that defines a handler to work with the TRAP mechanism.
Symbian OS provides a trap handler and this class does not normally need to be used or accessed directly by applications and third party code.
| IMPORT_C void | Leave | ( | TInt | aValue | ) | [pure virtual] |
Called when a function within a TRAP leaves.
| Parameters | |
|---|---|
| aValue | The leave value. |