Skip to content

Commit

Permalink
DELIA-66115: ScopeType enum case (rdkcentral#371)
Browse files Browse the repository at this point in the history
Reason for change: Lowercase for consistency with previous json spec.
Test Procedure: None
Risks: None
Signed-off-by: Nikita Poltorapavlo <[email protected]>
  • Loading branch information
npoltorapavlo committed Aug 27, 2024
1 parent 23e142a commit 69f3d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/IStore2.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ namespace Exchange {
~IStore2() override = default;

enum ScopeType : uint8_t {
DEVICE,
ACCOUNT
DEVICE /* @text:device */,
ACCOUNT /* @text:account */
};

struct EXTERNAL INotification : virtual public Core::IUnknown {
Expand Down

0 comments on commit 69f3d4a

Please sign in to comment.