blob: 9daba3d5f1f9f9edf038be8bcdf4e004ff63ea76 [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/security_delegate.h"
namespace privetd {
SecurityDelegate::SecurityDelegate() {
}
SecurityDelegate::~SecurityDelegate() {
}
} // namespace privetd