refs #335, renamed enums in Application context

component means something different in GUI, renamed to application
This commit is contained in:
Klaus Basan
2014-10-10 01:42:07 +02:00
committed by Roland Winklmeier
parent 678cc2e0cc
commit 5eaaf70fcd
3 changed files with 12 additions and 10 deletions

View File

@@ -43,18 +43,18 @@ namespace BlackCore
IContextApplication(CRuntimeConfig::ContextMode mode, CRuntime *runtime);
public:
//! Components
enum Component : uint
//! Parts of the application
enum Application : uint
{
ComponentGui,
ComponentCore
ApplicationGui,
ApplicationCore
};
//! What a component does
//! State of application
enum Actions : uint
{
ActionStarts,
ActionStops
ApplicationStarts,
ApplicationStops
};
//! Service name