blob: aa82f49618b6f2a063d877084eadb938f9fbd13d [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
9MockOpenVPNDriver::MockOpenVPNDriver(const KeyValueStore &args)
10 : OpenVPNDriver(NULL, NULL, NULL, NULL, NULL, NULL, args) {}
11
12MockOpenVPNDriver::~MockOpenVPNDriver() {}
13
14} // namespace shill