![]() |
The Gaudi Framework
v38r1p1 (ae26267b)
|
#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/IAppMgrUI.h"#include "GaudiKernel/IProperty.h"#include "GaudiKernel/SmartIF.h"#include "GaudiKernel/StatusCode.h"#include <iostream>
Go to the source code of this file.
Macros | |
| #define | CHECK(SC) if ( SC.isFailure() ) return 1; |
Functions | |
| int | main () |
| #define CHECK | ( | SC | ) | if ( SC.isFailure() ) return 1; |
Definition at line 21 of file TestAppMgrStateMachine.cpp.
| int main | ( | ) |
Definition at line 23 of file TestAppMgrStateMachine.cpp.