blob: a65a2899ae4a0e3092add0c0265150ef59c65a94 [file] [log] [blame]
Darin Petkov975b5e72011-08-30 11:48:08 -07001// Copyright (c) 2011 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_gsm_card_proxy.h"
6
7namespace shill {
8
9MockModemGSMCardProxy::MockModemGSMCardProxy() {}
10
11MockModemGSMCardProxy::~MockModemGSMCardProxy() {}
12
13} // namespace shill