|  | The Gaudi Framework
    v31r0 (aeb156f0)
    | 
Helper class to set the application return code in case of early exit (e.g. More...
#include <src/RetCodeGuard.h>

| Public Member Functions | |
| RetCodeGuard (const SmartIF< IProperty > &appmgr, int retcode) | |
| void | ignore () | 
| ~RetCodeGuard () | |
| Private Attributes | |
| SmartIF< IProperty > | m_appmgr | 
| int | m_retcode | 
Helper class to set the application return code in case of early exit (e.g.
exception).
Definition at line 9 of file RetCodeGuard.h.
Definition at line 11 of file RetCodeGuard.h.
| 
 | inline | 
Definition at line 13 of file RetCodeGuard.h.
| 
 | inline | 
Definition at line 12 of file RetCodeGuard.h.
Definition at line 18 of file RetCodeGuard.h.
| 
 | private | 
Definition at line 19 of file RetCodeGuard.h.