mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #335, renamed enums in Application context
component means something different in GUI, renamed to application
This commit is contained in:
committed by
Roland Winklmeier
parent
678cc2e0cc
commit
5eaaf70fcd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user