34#ifndef __RESPONSEQUEUE__
35#define __RESPONSEQUEUE__
56 return wxString(
mMessage.c_str(), wxConvUTF8);
Stores a command response string (and other response data if it becomes necessary)
Response(const wxString &response)
Allow messages to be sent from the main thread to the script thread.
std::queue< Response > mResponses
Response WaitAndGetResponse()
void AddResponse(Response response)