blob: adf30cb2f368ae67f38b480574c6011d739375c9 [file] [log] [blame]
Paul Stewartced3ad72013-04-03 13:39:25 -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_eap_listener.h"
6
7namespace shill {
8
Ben Chancc225ef2014-09-30 13:26:51 -07009MockEapListener::MockEapListener() : EapListener(nullptr, 0) {}
Paul Stewartced3ad72013-04-03 13:39:25 -070010
11MockEapListener::~MockEapListener() {}
12
13} // namespace shill