blob: e738c29e3c1829147508ca4358831e86a01d87c6 [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
9MockEapListener::MockEapListener() : EapListener(NULL, 0) {}
10
11MockEapListener::~MockEapListener() {}
12
13} // namespace shill