예제 #1
0
void JsonApiHandlerWS::processSetParam(const Params &jsonReq, const string &client_id)
{
    sendJson("set_param", buildJsonSetParam(jsonReq), client_id);
}
예제 #2
0
void JsonApiHandlerHttp::processSetParam()
{
    sendJson(buildJsonSetParam(jsonParam));
}