#include "colony_config.h"
#include "Cpl/Container/Item.h"
Go to the source code of this file.
|
namespace | Cpl |
| The 'Cpl' namespace is the root name space for the Colony.
|
|
namespace | Cpl::System |
| The System namespace contains platform independent foundation abstractions and classes related to program execution.
|
|
◆ OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE
#define OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE 1 |
Specifies the default value used for the application exit code when terminating 'on a failure'.
◆ OPTION_CPL_SYSTEM_SHUTDOWN_SUCCESS_ERROR_CODE
#define OPTION_CPL_SYSTEM_SHUTDOWN_SUCCESS_ERROR_CODE 0 |
Specifies the default value used for the application exit code when terminating 'successfully'.