Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
 All Classes Namespaces Files Functions Typedefs Enumerations Macros Groups
extension_system_samsung_wrt.h
Go to the documentation of this file.
1 // Copyright 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 
5 #ifndef PPAPI_CPP_SAMSUNG_EXTENSION_SYSTEM_SAMSUNG_WRT_H_
6 #define PPAPI_CPP_SAMSUNG_EXTENSION_SYSTEM_SAMSUNG_WRT_H_
7 
8 #include <map>
9 #include <string>
10 
12 
15 
16 namespace pp {
17 
19  public:
24  explicit ExtensionSystemSamsungWRT(const InstanceHandle& instance);
25 
28 
31  bool IsValid() const;
32 
33  private:
34  std::map<std::string, bool> privileges_result_;
35 };
36 
37 } // namespace pp
38 
39 #endif // PPAPI_CPP_SAMSUNG_EXTENSION_SYSTEM_SAMSUNG_WRT_H_
Definition: extension_system_samsung_tizen.h:18
~ExtensionSystemSamsungWRT()
Destructor.
Definition: instance_handle.h:44
ExtensionSystemSamsungWRT(const InstanceHandle &instance)
Definition: extension_system_samsung_wrt.h:18