blob: 75ab90aa981f5908301065721dc555fb1c94abcf [file] [log] [blame]
Paul Stewart735eab52013-03-29 09:19:23 -07001// Copyright (c) 2013 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_eap_state_handler.h"
6
7namespace shill {
8
9MockSupplicantEAPStateHandler::MockSupplicantEAPStateHandler()
10 : SupplicantEAPStateHandler() {}
11
12MockSupplicantEAPStateHandler::~MockSupplicantEAPStateHandler() {}
13
14} // namespace shill