14 #ifndef SPHINX_OUTPUT_JSON_MESSAGE_HPP
15 #define SPHINX_OUTPUT_JSON_MESSAGE_HPP
26 namespace output_json_message_const
30 const std::string
data =
"data";
31 const std::string
time =
"time";
47 void setErrorMessage(
const std::string& errorMessage_) {errorMessage=errorMessage_;}
50 void setData(
const std::string& data_) {data=data_;}
51 std::string
getData(
void)
const {
return data;}
53 void setTime(
unsigned int time_) {time=time_;}
54 unsigned int getTime(
void)
const {
return time;}
59 unsigned int errorCode;
60 std::string errorMessage;
74 #endif // SPHINX_OUTPUT_JSON_MESSAGE_HPP