limitations under the License.
*/
-#ifndef __TREX_RPC_JSONRPC_V2_H__
-#define __TREX_RPC_JSONRPC_V2_H__
+#ifndef __TREX_RPC_JSONRPC_V2_PARSER_H__
+#define __TREX_RPC_JSONRPC_V2_PARSER_H__
#include <string>
#include <vector>
std::string m_msg;
};
-#endif /* __TREX_RPC_JSONRPC_V2_H__ */
+#endif /* __TREX_RPC_JSONRPC_V2_PARSER_H__ */
limitations under the License.
*/
#include <trex_rpc_exception_api.h>
-#include <trex_rpc_jsonrpc_v2.h>
+#include <trex_rpc_jsonrpc_v2_parser.h>
#include <trex_rpc_cmd_api.h>
#include <trex_rpc_cmds_table.h>
*/
#include <trex_rpc_server_api.h>
-#include <trex_rpc_req_resp.h>
-#include <trex_rpc_jsonrpc_v2.h>
+#include <trex_rpc_req_resp_server.h>
+#include <trex_rpc_jsonrpc_v2_parser.h>
#include <unistd.h>
#include <sstream>
*/
#include <trex_rpc_server_api.h>
-#include <trex_rpc_req_resp.h>
+#include <trex_rpc_req_resp_server.h>
#include <unistd.h>
#include <zmq.h>
#include <sstream>