blob: 3bc81665124321faaff2ba471f0a9fe5a7a45a40 [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/device_delegate.h"
namespace privetd {
DeviceDelegate::DeviceDelegate() {
}
DeviceDelegate::~DeviceDelegate() {
}
} // namespace privetd