2014-02-14 23:21:05 +00:00
|
|
|
// Copyright 2014 Google Inc. All rights reserved.
|
|
|
|
//
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file or at
|
|
|
|
// https://developers.google.com/open-source/licenses/bsd
|
|
|
|
|
2014-10-01 22:10:21 +00:00
|
|
|
#include "packager/mpd/base/content_protection_element.h"
|
2014-01-16 08:12:14 +00:00
|
|
|
|
2014-09-19 20:41:13 +00:00
|
|
|
namespace edash_packager {
|
2015-07-15 21:57:47 +00:00
|
|
|
Element::Element() {}
|
|
|
|
Element::~Element() {}
|
2014-01-16 08:12:14 +00:00
|
|
|
ContentProtectionElement::ContentProtectionElement() {}
|
|
|
|
ContentProtectionElement::~ContentProtectionElement() {}
|
2014-09-19 20:41:13 +00:00
|
|
|
} // namespace edash_packager
|