blob: 409583dedbbbf8a16e89350775a65faf6d688741 [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "privetd/wifi_delegate.h"
namespace privetd {
WifiDelegate::WifiDelegate() {
}
WifiDelegate::~WifiDelegate() {
}
} // namespace privetd