| 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.
| Public Member Functions | |
|---|---|
| TCleanupTrapHandler() | |
| CCleanup & | Cleanup() | 
| void | Leave(TInt) | 
| void | Trap() | 
| void | UnTrap() | 
| Inherited Functions | |
|---|---|
| TTrapHandler::TTrapHandler() | |
| Private Attributes | |
|---|---|
| CCleanup * | iCleanup | 
| void | Leave | ( | TInt | aValue | ) | [virtual] | 
Called when a function within a TRAP leaves.
| TInt aValue | The leave value. |