blob: 33c0dcf62ffc36412f5abd68606f9620420c6687 [file] [log] [blame]
Darin Petkov33af05c2012-02-28 10:10:30 +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_driver.h"
6
7namespace shill {
8
Darin Petkov602303f2012-06-06 12:15:59 +02009MockVPNDriver::MockVPNDriver() : VPNDriver(NULL, NULL, NULL, 0) {}
Darin Petkov33af05c2012-02-28 10:10:30 +010010
11MockVPNDriver::~MockVPNDriver() {}
12
13} // namespace shill