VOM: support for pipes
[vpp.git] / extras / vom / vom / gbp_endpoint_group_cmds.hpp
index 4da3a42..4cf88cf 100644 (file)
@@ -28,7 +28,7 @@ namespace gbp_endpoint_group_cmds {
 * A command class that creates or updates the GBP endpoint_group
 */
 class create_cmd
-  : public rpc_cmd<HW::item<bool>, rc_t, vapi::Gbp_endpoint_group_add_del>
+  : public rpc_cmd<HW::item<bool>, vapi::Gbp_endpoint_group_add_del>
 {
 public:
   /**
@@ -66,7 +66,7 @@ private:
  * A cmd class that deletes a GBP endpoint_group
  */
 class delete_cmd
-  : public rpc_cmd<HW::item<bool>, rc_t, vapi::Gbp_endpoint_group_add_del>
+  : public rpc_cmd<HW::item<bool>, vapi::Gbp_endpoint_group_add_del>
 {
 public:
   /**