blob: f5cc5cac14f8cdf08b5782ffc5d64a0b5cb0aba5 [file] [log] [blame]
Ben Chan15786032012-11-04 21:28:02 -08001// 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_cellular_operator_info.h"
6
7namespace shill {
8
9MockCellularOperatorInfo::MockCellularOperatorInfo()
10 : CellularOperatorInfo(NULL) {}
11
12MockCellularOperatorInfo::~MockCellularOperatorInfo() {}
13
14} // namespace shill