X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_endpoint_group_cmds.hpp;h=39f69e081efb39fd8a6653f1e140646418fc6525;hb=93cc3ee3b3a9c9224a1446625882205f3282a949;hp=4da3a4247b4cfbbe6d594e8bfcb4e4fbfd3dabc7;hpb=164e5f8c63652028ecb9c3570e1ea8618b163071;p=vpp.git diff --git a/extras/vom/vom/gbp_endpoint_group_cmds.hpp b/extras/vom/vom/gbp_endpoint_group_cmds.hpp index 4da3a4247b4..39f69e081ef 100644 --- a/extras/vom/vom/gbp_endpoint_group_cmds.hpp +++ b/extras/vom/vom/gbp_endpoint_group_cmds.hpp @@ -27,8 +27,7 @@ namespace gbp_endpoint_group_cmds { /** * A command class that creates or updates the GBP endpoint_group */ -class create_cmd - : public rpc_cmd, rc_t, vapi::Gbp_endpoint_group_add_del> +class create_cmd : public rpc_cmd, vapi::Gbp_endpoint_group_add> { public: /** @@ -65,8 +64,7 @@ private: /** * A cmd class that deletes a GBP endpoint_group */ -class delete_cmd - : public rpc_cmd, rc_t, vapi::Gbp_endpoint_group_add_del> +class delete_cmd : public rpc_cmd, vapi::Gbp_endpoint_group_del> { public: /**