Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
 All Classes Namespaces Files Functions Typedefs Enumerations Macros Groups
module_embedder.h
Go to the documentation of this file.
1 // Copyright (c) 2011 The Chromium Authors. 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_MODULE_EMBEDDER_H_
6 #define PPAPI_CPP_MODULE_EMBEDDER_H_
7 
8 #include "ppapi/c/ppp.h"
9 
12 namespace pp {
13 
14 class Module;
15 
24 
32 //
36 void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface);
37 
38 } // namespace pp
39 
40 #endif // PPAPI_CPP_MODULE_EMBEDDER_H_
void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface)
pp::Module * CreateModule()
Definition: module.h:29