X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fneighbour_cmds.hpp;h=388dbf1b7ba9538492108ff8f5b980aa9149a27f;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=fe6dd155cd92d35ae75ba83d4fd91cca86ff7272;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/neighbour_cmds.hpp b/extras/vom/vom/neighbour_cmds.hpp index fe6dd155cd9..388dbf1b7ba 100644 --- a/extras/vom/vom/neighbour_cmds.hpp +++ b/extras/vom/vom/neighbour_cmds.hpp @@ -27,8 +27,8 @@ namespace neighbour_cmds { /** * A command class that creates or updates the bridge domain ARP Entry */ -class create_cmd - : public rpc_cmd, rc_t, vapi::Ip_neighbor_add_del> +class create_cmd : public rpc_cmd, + vapi::Ip_neighbor_add_del> { public: /** @@ -63,8 +63,8 @@ private: /** * A cmd class that deletes a bridge domain ARP entry */ -class delete_cmd - : public rpc_cmd, rc_t, vapi::Ip_neighbor_add_del> +class delete_cmd : public rpc_cmd, + vapi::Ip_neighbor_add_del> { public: /**