From ba8f11836a7f6d7e9676e02f9a0244135cf97a80 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Tue, 31 Aug 2021 14:26:53 -0700 Subject: [PATCH] Refactoring namespace for OpenWifi. --- build | 2 +- src/MicroService.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build b/build index d8263ee..bf0d87a 100644 --- a/build +++ b/build @@ -1 +1 @@ -2 \ No newline at end of file +4 \ No newline at end of file diff --git a/src/MicroService.h b/src/MicroService.h index 55090b7..aa89413 100644 --- a/src/MicroService.h +++ b/src/MicroService.h @@ -33,9 +33,9 @@ namespace OpenWifi { - static const std::string uSERVICE_SECURITY{"ucentralsec"}; - static const std::string uSERVICE_GATEWAY{"ucentralgw"}; - static const std::string uSERVICE_FIRMWARE{ "ucentralfms"}; + static const std::string uSERVICE_SECURITY{"owsec"}; + static const std::string uSERVICE_GATEWAY{"owgw"}; + static const std::string uSERVICE_FIRMWARE{ "owfms"}; static const std::string uSERVICE_TOPOLOGY{ "owtopo"}; static const std::string uSERVICE_PROVISIONING{ "owprov"}; static const std::string uSERVICE_OWLS{ "owls"};