Darin Petkov | 1c11520 | 2012-03-22 15:35:47 +0100 | [diff] [blame] | 1 | // 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 | |
| 7 | namespace shill { |
| 8 | |
Paul Stewart | 451aa7f | 2012-04-11 19:07:58 -0700 | [diff] [blame] | 9 | MockOpenVPNDriver::MockOpenVPNDriver() |
| 10 | : OpenVPNDriver(NULL, NULL, NULL, NULL, NULL, NULL) {} |
Darin Petkov | 1c11520 | 2012-03-22 15:35:47 +0100 | [diff] [blame] | 11 | |
| 12 | MockOpenVPNDriver::~MockOpenVPNDriver() {} |
| 13 | |
| 14 | } // namespace shill |