blob: 93c33351bb968651fb567f6f4af678ca6c457922 [file] [log] [blame]
Darin Petkov1c115202012-03-22 15:35:47 +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_openvpn_driver.h"
6
7namespace shill {
8
Paul Stewart451aa7f2012-04-11 19:07:58 -07009MockOpenVPNDriver::MockOpenVPNDriver()
10 : OpenVPNDriver(NULL, NULL, NULL, NULL, NULL, NULL) {}
Darin Petkov1c115202012-03-22 15:35:47 +010011
12MockOpenVPNDriver::~MockOpenVPNDriver() {}
13
14} // namespace shill