Refactoring namespace for OpenWifi.

This commit is contained in:
stephb9959
2021-08-31 14:26:53 -07:00
committed by oblom0v
parent 17b58ef0bc
commit 24f662ff9f
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"};