Paul Stewart | 6c72c97 | 2012-07-27 11:29:20 -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_link_monitor.h" |
| 6 | |
| 7 | #include "shill/connection.h" |
| 8 | |
| 9 | namespace shill { |
| 10 | |
| 11 | MockLinkMonitor::MockLinkMonitor() |
Paul Stewart | ff845fc | 2012-08-07 07:28:44 -0700 | [diff] [blame] | 12 | : LinkMonitor(NULL, NULL, NULL, NULL, FailureCallback()) {} |
Paul Stewart | 6c72c97 | 2012-07-27 11:29:20 -0700 | [diff] [blame] | 13 | |
| 14 | MockLinkMonitor::~MockLinkMonitor() {} |
| 15 | |
| 16 | } // namespace shill |