class TTrapHandler |
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.
Public Member Functions | |
---|---|
TTrapHandler () | |
IMPORT_C void | Leave ( TInt ) |
IMPORT_C void | Trap () |
IMPORT_C void | UnTrap () |
IMPORT_C void | Leave | ( | TInt | aValue | ) | [pure virtual] |
Called when a function within a TRAP leaves.
TInt aValue | The leave value. |
IMPORT_C void | UnTrap | ( | ) | [pure virtual] |
Called when a function exits a TRAP without leaving.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.