mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 02:58:00 +00:00
Adding new registration processing for signup.
This commit is contained in:
@@ -186,6 +186,7 @@ namespace OpenWifi {
|
|||||||
ReplaceVariablesInObject(Obj,Expanded);
|
ReplaceVariablesInObject(Obj,Expanded);
|
||||||
ResultArray->add(Expanded);
|
ResultArray->add(Expanded);
|
||||||
} else {
|
} else {
|
||||||
|
std::cout << "Element type: " << element.type().name() << std::endl;
|
||||||
std::cout << __LINE__ << std::endl;
|
std::cout << __LINE__ << std::endl;
|
||||||
ResultArray->add(element);
|
ResultArray->add(element);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user