blob: c6b9485d4bd60f89e9edde8cedeec9e29e1dee3c [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()
Ben Chan53cc8942014-09-30 10:49:57 -070012 : WiMaxProvider(nullptr, nullptr, nullptr, nullptr) {}
Darin Petkove4b27022012-05-16 13:28:50 +020013
14MockWiMaxProvider::~MockWiMaxProvider() {}
15
16} // namespace shill