blob: 9128a805cbb34b9e59174a942cee59383e18fc48 [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/wimax/mock_wimax_provider.h"
#include "shill/wimax/wimax.h"
namespace shill {
MockWiMaxProvider::MockWiMaxProvider()
: WiMaxProvider(nullptr, nullptr, nullptr, nullptr) {}
MockWiMaxProvider::~MockWiMaxProvider() {}
} // namespace shill