Ben Chan | c07362b | 2012-05-12 10:54:11 -0700 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium OS Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "shill/mock_wimax_service.h" |
| 6 | |
| 7 | namespace shill { |
| 8 | |
| 9 | MockWiMaxService::MockWiMaxService(ControlInterface *control, |
| 10 | EventDispatcher *dispatcher, |
| 11 | Metrics *metrics, |
Darin Petkov | c63dcf0 | 2012-05-24 11:51:43 +0200 | [diff] [blame] | 12 | Manager *manager) |
| 13 | : WiMaxService(control, dispatcher, metrics, manager) {} |
Ben Chan | c07362b | 2012-05-12 10:54:11 -0700 | [diff] [blame] | 14 | |
| 15 | MockWiMaxService::~MockWiMaxService() {} |
| 16 | |
| 17 | } // namespace shill |