blob: eff68b9f046fc189fde40023cb758711e1d05b50 [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 Petkov0e9735d2012-04-24 12:33:45 +02009MockVPNDriver::MockVPNDriver() : VPNDriver(NULL, NULL, 0) {}
Darin Petkov33af05c2012-02-28 10:10:30 +010010
11MockVPNDriver::~MockVPNDriver() {}
12
13} // namespace shill