mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-30 02:12:32 +00:00
Refactoring namespace for OpenWifi.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user