blob: c5d0dd735a10997ce536741e05577a951f65fd21 [file] [log] [blame]
Darin Petkove4b27022012-05-16 13:28:50 +02001// 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_provider.h"
6
Darin Petkovc63dcf02012-05-24 11:51:43 +02007#include "shill/wimax.h"
8
Darin Petkove4b27022012-05-16 13:28:50 +02009namespace shill {
10
11MockWiMaxProvider::MockWiMaxProvider()
12 : WiMaxProvider(NULL, NULL, NULL, NULL) {}
13
14MockWiMaxProvider::~MockWiMaxProvider() {}
15
16} // namespace shill