blob: ba90c2579d0225aa0fca18663db7dbddccd30022 [file] [log] [blame]
Paul Stewart8c116a92012-05-02 18:30:03 -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_modem_info.h"
6
7namespace shill {
8
9MockModemInfo::MockModemInfo() : ModemInfo(NULL, NULL, NULL, NULL, NULL) {}
10
11MockModemInfo::~MockModemInfo() {}
12
13} // namespace shill