X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_contract_cmds.hpp;fp=extras%2Fvom%2Fvom%2Fgbp_contract_cmds.hpp;h=3b3fab97a7060eddb6d88446bbba86138a3f6877;hb=796c84b25130c99cfd92cc9281416d377d41d2a3;hp=7108c53f77b06098e14d19eaa821dc514004afdc;hpb=f324dec0a371431f9326f67e920630579741da3c;p=vpp.git diff --git a/extras/vom/vom/gbp_contract_cmds.hpp b/extras/vom/vom/gbp_contract_cmds.hpp index 7108c53f77b..3b3fab97a70 100644 --- a/extras/vom/vom/gbp_contract_cmds.hpp +++ b/extras/vom/vom/gbp_contract_cmds.hpp @@ -27,13 +27,14 @@ namespace gbp_contract_cmds { /** * A command class that creates or updates the GBP contract */ -class create_cmd : public rpc_cmd, vapi::Gbp_contract_add_del> +class create_cmd + : public rpc_cmd, vapi::Gbp_contract_add_del> { public: /** * Constructor */ - create_cmd(HW::item& item, + create_cmd(HW::item& item, sclass_t sclass, sclass_t dclass, const handle_t& acl, @@ -66,13 +67,14 @@ private: /** * A cmd class that deletes a GBP contract */ -class delete_cmd : public rpc_cmd, vapi::Gbp_contract_add_del> +class delete_cmd + : public rpc_cmd, vapi::Gbp_contract_add_del> { public: /** * Constructor */ - delete_cmd(HW::item& item, sclass_t sclass, sclass_t dclass); + delete_cmd(HW::item& item, sclass_t sclass, sclass_t dclass); /** * Issue the command to VPP/HW