X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Facl_binding_cmds.hpp;h=8515b4148acfcb372e81ed55bce286c4d50b6d60;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=b9af66e70c83135c41beee5d5052c69dea949aa6;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/acl_binding_cmds.hpp b/extras/vom/vom/acl_binding_cmds.hpp index b9af66e70c8..8515b4148ac 100644 --- a/extras/vom/vom/acl_binding_cmds.hpp +++ b/extras/vom/vom/acl_binding_cmds.hpp @@ -29,7 +29,7 @@ namespace binding_cmds { * A command class that binds the ACL to the interface */ template -class bind_cmd : public rpc_cmd, rc_t, BIND> +class bind_cmd : public rpc_cmd, BIND> { public: /** @@ -39,7 +39,7 @@ public: const direction_t& direction, const handle_t& itf, const handle_t& acl) - : rpc_cmd, rc_t, BIND>(item) + : rpc_cmd, BIND>(item) , m_direction(direction) , m_itf(itf) , m_acl(acl) @@ -85,7 +85,7 @@ private: * A command class that binds the ACL to the interface */ template -class unbind_cmd : public rpc_cmd, rc_t, BIND> +class unbind_cmd : public rpc_cmd, BIND> { public: /** @@ -95,7 +95,7 @@ public: const direction_t& direction, const handle_t& itf, const handle_t& acl) - : rpc_cmd, rc_t, BIND>(item) + : rpc_cmd, BIND>(item) , m_direction(direction) , m_itf(itf) , m_acl(acl)