Refactoring namespace for OpenWifi.

This commit is contained in:
stephb9959
2021-09-02 23:35:51 -07:00
parent 11637076ae
commit 8cc3966a4b
2 changed files with 1 additions and 5 deletions

2
build
View File

@@ -1 +1 @@
10
11

View File

@@ -41,10 +41,6 @@ namespace OpenWifi {
MessageAttributes Attrs;
std::cout << "Recipient: " << Recipients->get(0).toString() << std::endl;
std::cout << "Text: " << Obj->get("text").toString() << std::endl;
std::cout << "subject: " << Obj->get("subject").toString() << std::endl;
Attrs[RECIPIENT_EMAIL] = Recipients->get(0).toString();
Attrs[SUBJECT] = Obj->get("subject").toString();
Attrs[TEXT] = Obj->get("text").toString();