|
||
class TCleanupTrapHandler : public TTrapHandler;
Implementation for a handler to work with the TRAP mechanism.
This class does not normally need to be used or accessed directly by applications and third party code.
TTrapHandler
-
Abstract class that defines a handler to work with the TRAP mechanism.
TCleanupTrapHandler
-
Implementation for a handler to work with the TRAP mechanism.
Defined in TCleanupTrapHandler
:
Cleanup()
Leave(TInt)
Deals with a function within a TRAP leaving.Trap()
Deals with the invocation of a call to TRAP. UnTrap()
Deals with a function exiting a TRAP without leaving. virtual void Leave(TInt aValue);
Deals with a function within a TRAP leaving.
|