blob: bd27d1647bb637f02dc63de8588b5254f40513c9 [file] [log] [blame]
Paul Stewart6c72c972012-07-27 11:29:20 -07001// 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
9namespace shill {
10
11MockLinkMonitor::MockLinkMonitor()
Paul Stewartff845fc2012-08-07 07:28:44 -070012 : LinkMonitor(NULL, NULL, NULL, NULL, FailureCallback()) {}
Paul Stewart6c72c972012-07-27 11:29:20 -070013
14MockLinkMonitor::~MockLinkMonitor() {}
15
16} // namespace shill