blob: f622145ade44263755d5c020a2c6e321b5f3d086 [file] [log] [blame]
Darin Petkov9893d9c2012-05-17 15:27:31 -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_wimax_network_proxy.h"
6
7namespace shill {
8
9MockWiMaxNetworkProxy::MockWiMaxNetworkProxy() {}
10
11MockWiMaxNetworkProxy::~MockWiMaxNetworkProxy() {}
12
13} // namespace shill