Refactoring namespace for OpenWifi.

This commit is contained in:
stephb9959
2021-08-31 14:26:53 -07:00
parent f14b2a8671
commit ba8f11836a
2 changed files with 4 additions and 4 deletions

2
build
View File

@@ -1 +1 @@
2
4

View File

@@ -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"};