Pepper_47_C++_interfaces
media_data_source_samsung.cc
Go to the documentation of this file.
1 // Copyright (c) 2016 Samsung Electronics. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
6 
7 #include "ppapi/c/pp_errors.h"
9 
10 namespace pp {
11 
13  const MediaDataSource_Samsung& other)
14  : Resource(other) {
15 }
16 
18  : Resource(data_source) {
19 }
20 
22 }
23 
25 }
26 
28  : Resource(resource) {
29 }
30 
32  : Resource(PASS_REF, resource) {
33 }
34 
36  const MediaDataSource_Samsung& other) {
37  Resource::operator=(other);
38  return *this;
39 }
40 
41 } // namespace pp
PassRef
Definition: pass_ref.h:17
MediaDataSource_Samsung & operator=(const MediaDataSource_Samsung &other)
A reference counted module resource.
Definition: resource.h:20
Resource & operator=(const Resource &other)
Definition: resource.cc:27