qthighway/xqservice/src/xqservicerequest.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 8 71781823f776
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   238         XQService::serviceThreadData()->setLatestError(XQService::EArgumentError);
   238         XQService::serviceThreadData()->setLatestError(XQService::EArgumentError);
   239         return false;
   239         return false;
   240     }
   240     }
   241     
   241     
   242     m_data->m_RequestUtil.setSynchronous(m_data->m_Synchronous); // Ensure option is set !
   242     m_data->m_RequestUtil.setSynchronous(m_data->m_Synchronous); // Ensure option is set !
       
   243     m_data->m_RequestUtil.mOperation = m_data->m_Message;  // Save the operation name for startup
   243     
   244     
   244     // !!!
   245     // !!!
   245     // Add the info as extra argument to the request
   246     // Add the info as extra argument to the request
   246     // This shall be removed by the server
   247     // This shall be removed by the server
   247     // !!!
   248     // !!!