mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Adding removal subscriber
This commit is contained in:
@@ -209,8 +209,9 @@ namespace OpenWifi {
|
||||
auto Names = O->getNames();
|
||||
_OWDEBUG_
|
||||
auto SectionName = Names[0];
|
||||
std::cout << "Names[0]" << SectionName << std::endl;
|
||||
_OWDEBUG_
|
||||
auto SectionInfo = O->getObject(SectionName);
|
||||
auto SectionInfo = O->get(SectionName).extract<Poco::JSON::Object>();
|
||||
_OWDEBUG_
|
||||
auto InsertInfo = Sections.insert(SectionName);
|
||||
_OWDEBUG_
|
||||
|
||||
Reference in New Issue
Block a user