Skip to content

Commit

Permalink
ICryptography/INetflixSecurity.h: changes to align interfaces namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Aug 8, 2023
1 parent 7e9d04a commit 616c780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions interfaces/ICryptography.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,5 @@ namespace Exchange {
virtual IVault* Vault(const CryptographyVault id) = 0;
};

} // namespace Cryptography

}
}
6 changes: 2 additions & 4 deletions interfaces/INetflixSecurity.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
#include "Module.h"

namespace WPEFramework {

namespace Cryptography {
namespace Exchange {

struct EXTERNAL INetflixSecurity : public Core::IUnknown
{
Expand All @@ -50,6 +49,5 @@ struct EXTERNAL INetflixSecurity : public Core::IUnknown
static INetflixSecurity* Instance();
};

} // namespace Cryptography

}
}

0 comments on commit 616c780

Please sign in to comment.