1326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
2326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// Copyright (C) 2014 The Android Open Source Project
3326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
4326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// Licensed under the Apache License, Version 2.0 (the "License");
5326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// you may not use this file except in compliance with the License.
6326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// You may obtain a copy of the License at
7326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
8326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//      http://www.apache.org/licenses/LICENSE-2.0
9326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
10326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// Unless required by applicable law or agreed to in writing, software
11326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// distributed under the License is distributed on an "AS IS" BASIS,
12326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// See the License for the specific language governing permissions and
14326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu// limitations under the License.
15326b6cfba5ab73c9e41a7585d1bc95871631122aPeter Qiu//
16bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiu
17bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiu#include "apmanager/mock_dhcp_server.h"
18bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiu
19bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiunamespace apmanager {
20bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiu
21bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter QiuMockDHCPServer::MockDHCPServer() : DHCPServer(0, "") {}
22bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiu
23bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter QiuMockDHCPServer::~MockDHCPServer() {}
24bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiu
25bf8e36cde93c8714b5e1482d205d2e3e424d1290Peter Qiu}  // namespace apmanager
26