blob: 0d29695e94a551401c6afefed300f68a384e3bca [file] [log] [blame]
Darin Petkov46463022012-03-29 14:57:32 +02001// 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_management_server.h"
6
7namespace shill {
8
9MockOpenVPNManagementServer::MockOpenVPNManagementServer()
10 : OpenVPNManagementServer(NULL, NULL) {}
11
12MockOpenVPNManagementServer::~MockOpenVPNManagementServer() {}
13
14} // namespace shill