X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fevent_cmd.hpp;h=1120f75b399ecb1fe0b452eb8bab43e0d80f4422;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=a0e9b4af1122b7c9b93332d16d087853d172afae;hpb=4faab21a75a208d83c184bd424938c4dbf6b38e4;p=vpp.git diff --git a/extras/vom/vom/event_cmd.hpp b/extras/vom/vom/event_cmd.hpp index a0e9b4af112..1120f75b399 100644 --- a/extras/vom/vom/event_cmd.hpp +++ b/extras/vom/vom/event_cmd.hpp @@ -36,14 +36,14 @@ namespace VOM { * The client can then 'pop' these events from this command object. */ template -class event_cmd : public rpc_cmd, rc_t, WANT> +class event_cmd : public rpc_cmd, WANT> { public: /** * Default constructor */ event_cmd(HW::item& b) - : rpc_cmd, rc_t, WANT>(b) + : rpc_cmd, WANT>(b) { }