blob: 56b51a157ef4ed9ad028702c2256c6c99c5a05ba [file] [log] [blame]
Darin Petkov79d74c92012-03-07 17:20:32 +01001// 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_vpn_service.h"
6
7namespace shill {
8
9MockVPNService::MockVPNService(ControlInterface *control,
10 EventDispatcher *dispatcher,
11 Metrics *metrics,
12 Manager *manager,
13 VPNDriver *driver)
14 : VPNService(control, dispatcher, metrics, manager, driver) {}
15
16MockVPNService::~MockVPNService() {}
17
18} // namespace shill