OLD | NEW |
1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 // | 4 // |
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING | 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING |
6 // | 6 // |
7 // Automatically generated code. See srpcgen.py | 7 // Automatically generated code. See srpcgen.py |
8 // | 8 // |
9 // NaCl Simple Remote Procedure Call interface abstractions. | 9 // NaCl Simple Remote Procedure Call interface abstractions. |
10 | 10 |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 NaClSrpcRpc* rpc, | 92 NaClSrpcRpc* rpc, |
93 NaClSrpcClosure* done, | 93 NaClSrpcClosure* done, |
94 PP_Instance instance); | 94 PP_Instance instance); |
95 | 95 |
96 private: | 96 private: |
97 PppFindRpcServer(); | 97 PppFindRpcServer(); |
98 PppFindRpcServer(const PppFindRpcServer&); | 98 PppFindRpcServer(const PppFindRpcServer&); |
99 void operator=(const PppFindRpcServer); | 99 void operator=(const PppFindRpcServer); |
100 }; // class PppFindRpcServer | 100 }; // class PppFindRpcServer |
101 | 101 |
| 102 class PppInputEventRpcServer { |
| 103 public: |
| 104 static void PPP_InputEvent_HandleInputEvent( |
| 105 NaClSrpcRpc* rpc, |
| 106 NaClSrpcClosure* done, |
| 107 PP_Instance instance, |
| 108 PP_Resource resource, |
| 109 nacl_abi_size_t event_data_bytes, char* event_data, |
| 110 nacl_abi_size_t character_text_bytes, char* character_text, |
| 111 int32_t* handled); |
| 112 |
| 113 private: |
| 114 PppInputEventRpcServer(); |
| 115 PppInputEventRpcServer(const PppInputEventRpcServer&); |
| 116 void operator=(const PppInputEventRpcServer); |
| 117 }; // class PppInputEventRpcServer |
| 118 |
102 class PppInstanceRpcServer { | 119 class PppInstanceRpcServer { |
103 public: | 120 public: |
104 static void PPP_Instance_DidCreate( | 121 static void PPP_Instance_DidCreate( |
105 NaClSrpcRpc* rpc, | 122 NaClSrpcRpc* rpc, |
106 NaClSrpcClosure* done, | 123 NaClSrpcClosure* done, |
107 PP_Instance instance, | 124 PP_Instance instance, |
108 int32_t argc, | 125 int32_t argc, |
109 nacl_abi_size_t argn_bytes, char* argn, | 126 nacl_abi_size_t argn_bytes, char* argn, |
110 nacl_abi_size_t argv_bytes, char* argv, | 127 nacl_abi_size_t argv_bytes, char* argv, |
111 int32_t* success); | 128 int32_t* success); |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 void operator=(const PppZoomRpcServer); | 266 void operator=(const PppZoomRpcServer); |
250 }; // class PppZoomRpcServer | 267 }; // class PppZoomRpcServer |
251 | 268 |
252 class PppRpcs { | 269 class PppRpcs { |
253 public: | 270 public: |
254 static NaClSrpcHandlerDesc srpc_methods[]; | 271 static NaClSrpcHandlerDesc srpc_methods[]; |
255 }; // class PppRpcs | 272 }; // class PppRpcs |
256 | 273 |
257 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 274 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
258 | 275 |
OLD | NEW |