summaryrefslogtreecommitdiffstats
path: root/src/rpc-server/include/trex_rpc_jsonrpc_v2_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc-server/include/trex_rpc_jsonrpc_v2_parser.h')
-rw-r--r--src/rpc-server/include/trex_rpc_jsonrpc_v2_parser.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rpc-server/include/trex_rpc_jsonrpc_v2_parser.h b/src/rpc-server/include/trex_rpc_jsonrpc_v2_parser.h
index 1f26b92f..3367ad6a 100644
--- a/src/rpc-server/include/trex_rpc_jsonrpc_v2_parser.h
+++ b/src/rpc-server/include/trex_rpc_jsonrpc_v2_parser.h
@@ -26,8 +26,6 @@ limitations under the License.
#include <vector>
#include <json/json.h>
-class TrexRpcCommand;
-
/**
* JSON RPC V2 parsed object
*
@@ -49,11 +47,8 @@ protected:
/**
* instance private implementation
- * should provide implementation with response
- * and without response value
*/
virtual void _execute(Json::Value &response) = 0;
- virtual void _execute() = 0;
Json::Value m_msg_id;
bool m_respond;