Skip to content

Commit

Permalink
Corrected 'startup' flag in Configuation.h and IShell.h (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul authored Dec 26, 2023
1 parent 80b2c0b commit fbcc65a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Source/plugins/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,6 @@ namespace Plugin {
Core::JSON::String Configuration;
};

public:
enum startup : uint8_t {
UNAVAILABLE,
DEACTIVATED,
SUSPENDED,
RESUMED
};

public:
Config()
: Core::JSON::Container()
Expand Down
4 changes: 3 additions & 1 deletion Source/plugins/IShell.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ namespace PluginHost {
enum class startup : uint8_t {
UNAVAILABLE,
DEACTIVATED,
ACTIVATED
ACTIVATED,
SUSPENDED,
RESUMED
};

// State of the IPlugin interface associated with this shell.
Expand Down

0 comments on commit fbcc65a

Please sign in to comment.