commit | 0ba6d64e5ad4e51488064d8fa864aee3fd72fb2e | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Jul 17 00:53:22 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Jul 17 00:53:22 2017 +0000 |
tree | 5d194b7834616b456a0fa2fc1f33332fee5bf601 | |
parent | 2d49175d6e0be76d04eb7666e63569e750202385 [diff] [blame] |
face: pass addFace and NetworkMonitor to ProtocolFactory constructor refs #4021 Change-Id: I842515eb044bb1c655b347e6069e63c55c4e2d54
diff --git a/daemon/face/ethernet-factory.cpp b/daemon/face/ethernet-factory.cpp index 362527f..9ff5fd5 100644 --- a/daemon/face/ethernet-factory.cpp +++ b/daemon/face/ethernet-factory.cpp
@@ -42,6 +42,10 @@ return id; } +EthernetFactory::EthernetFactory(const CtorParams& params) + : ProtocolFactory(params) +{ +} void EthernetFactory::processConfig(OptionalConfigSection configSection,