blob: 025dc6d11e169048e4b39babeec41079593675d4 [file] [log] [blame]
mukesh agrawalb20776f2012-02-10 16:00:36 -08001// 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_supplicant_bss_proxy.h"
6
7namespace shill {
8
9MockSupplicantBSSProxy::MockSupplicantBSSProxy() {}
10
11MockSupplicantBSSProxy::~MockSupplicantBSSProxy() {
12 Die();
13}
14
15} // namespace shill