util: NetworkMonitor: macOS version of fine-grained signals on interface state changes
Change-Id: I6da12356baa0038d08ff256d0d3ff726023d804b
Refs: #3817
diff --git a/src/security/tpm/helper-osx.hpp b/src/security/tpm/helper-osx.hpp
index 96c25c4..9271e68 100644
--- a/src/security/tpm/helper-osx.hpp
+++ b/src/security/tpm/helper-osx.hpp
@@ -32,8 +32,6 @@
#include <Security/Security.h>
namespace ndn {
-namespace security {
-namespace tpm {
/**
* @brief Helper class to wrap CoreFoundation object pointers
@@ -145,10 +143,14 @@
T m_typeRef;
};
-typedef CFReleaser<SecKeyRef> KeyRefOsx;
+namespace security {
+namespace tpm {
+
+using KeyRefOsx = CFReleaser<SecKeyRef>;
} // namespace tpm
} // namespace security
+
} // namespace ndn
#endif // NDN_SECURITY_TPM_HELPER_OSX_HPP