From 616c78011dcbc2b60393632af8e2064584a1e3b7 Mon Sep 17 00:00:00 2001 From: HaseenaSainul Date: Tue, 8 Aug 2023 06:51:03 -0400 Subject: [PATCH] ICryptography/INetflixSecurity.h: changes to align interfaces namespace --- interfaces/ICryptography.h | 3 +-- interfaces/INetflixSecurity.h | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/interfaces/ICryptography.h b/interfaces/ICryptography.h index 3b8cd76c..121f1fc7 100644 --- a/interfaces/ICryptography.h +++ b/interfaces/ICryptography.h @@ -192,6 +192,5 @@ namespace Exchange { virtual IVault* Vault(const CryptographyVault id) = 0; }; -} // namespace Cryptography - +} } diff --git a/interfaces/INetflixSecurity.h b/interfaces/INetflixSecurity.h index 8f0fd3d0..6d2a2768 100644 --- a/interfaces/INetflixSecurity.h +++ b/interfaces/INetflixSecurity.h @@ -22,8 +22,7 @@ #include "Module.h" namespace WPEFramework { - -namespace Cryptography { +namespace Exchange { struct EXTERNAL INetflixSecurity : public Core::IUnknown { @@ -50,6 +49,5 @@ struct EXTERNAL INetflixSecurity : public Core::IUnknown static INetflixSecurity* Instance(); }; -} // namespace Cryptography - +} }