X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_contract_cmds.hpp;h=31b9a00ed149f954464e3113ca17d4f677881298;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=705c1a0a3dbf2a40df90cddafa9b4966d843ee2b;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/gbp_contract_cmds.hpp b/extras/vom/vom/gbp_contract_cmds.hpp index 705c1a0a3db..31b9a00ed14 100644 --- a/extras/vom/vom/gbp_contract_cmds.hpp +++ b/extras/vom/vom/gbp_contract_cmds.hpp @@ -27,8 +27,7 @@ namespace gbp_contract_cmds { /** * A command class that creates or updates the GBP contract */ -class create_cmd - : public rpc_cmd, rc_t, vapi::Gbp_contract_add_del> +class create_cmd : public rpc_cmd, vapi::Gbp_contract_add_del> { public: /** @@ -63,8 +62,7 @@ private: /** * A cmd class that deletes a GBP contract */ -class delete_cmd - : public rpc_cmd, rc_t, vapi::Gbp_contract_add_del> +class delete_cmd : public rpc_cmd, vapi::Gbp_contract_add_del> { public: /**