Location:
e32base.h
Link against: euser.lib
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()
, Trap()
, UnTrap()
virtual void Leave(TInt aValue);
Deals with a function within a TRAP leaving.
|