|
|
|
|
Location:
e32std.h
Link against: euser.lib
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.
Defined in TTrapHandler:
Leave(), TTrapHandler(), Trap(), UnTrap()
virtual IMPORT_C void Leave(TInt aValue)=0;
Called when a function within a TRAP leaves.
|