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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 static NaClSrpcError PPP_Find_StopFind( | 84 static NaClSrpcError PPP_Find_StopFind( |
85 NaClSrpcChannel* channel, | 85 NaClSrpcChannel* channel, |
86 PP_Instance instance); | 86 PP_Instance instance); |
87 | 87 |
88 private: | 88 private: |
89 PppFindRpcClient(); | 89 PppFindRpcClient(); |
90 PppFindRpcClient(const PppFindRpcClient&); | 90 PppFindRpcClient(const PppFindRpcClient&); |
91 void operator=(const PppFindRpcClient); | 91 void operator=(const PppFindRpcClient); |
92 }; // class PppFindRpcClient | 92 }; // class PppFindRpcClient |
93 | 93 |
| 94 class PppInputEventRpcClient { |
| 95 public: |
| 96 static NaClSrpcError PPP_InputEvent_HandleInputEvent( |
| 97 NaClSrpcChannel* channel, |
| 98 PP_Instance instance, |
| 99 PP_Resource resource, |
| 100 nacl_abi_size_t event_data_bytes, char* event_data, |
| 101 nacl_abi_size_t character_text_bytes, char* character_text, |
| 102 int32_t* handled); |
| 103 |
| 104 private: |
| 105 PppInputEventRpcClient(); |
| 106 PppInputEventRpcClient(const PppInputEventRpcClient&); |
| 107 void operator=(const PppInputEventRpcClient); |
| 108 }; // class PppInputEventRpcClient |
| 109 |
94 class PppInstanceRpcClient { | 110 class PppInstanceRpcClient { |
95 public: | 111 public: |
96 static NaClSrpcError PPP_Instance_DidCreate( | 112 static NaClSrpcError PPP_Instance_DidCreate( |
97 NaClSrpcChannel* channel, | 113 NaClSrpcChannel* channel, |
98 PP_Instance instance, | 114 PP_Instance instance, |
99 int32_t argc, | 115 int32_t argc, |
100 nacl_abi_size_t argn_bytes, char* argn, | 116 nacl_abi_size_t argn_bytes, char* argn, |
101 nacl_abi_size_t argv_bytes, char* argv, | 117 nacl_abi_size_t argv_bytes, char* argv, |
102 int32_t* success); | 118 int32_t* success); |
103 static NaClSrpcError PPP_Instance_DidDestroy( | 119 static NaClSrpcError PPP_Instance_DidDestroy( |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 private: | 239 private: |
224 PppZoomRpcClient(); | 240 PppZoomRpcClient(); |
225 PppZoomRpcClient(const PppZoomRpcClient&); | 241 PppZoomRpcClient(const PppZoomRpcClient&); |
226 void operator=(const PppZoomRpcClient); | 242 void operator=(const PppZoomRpcClient); |
227 }; // class PppZoomRpcClient | 243 }; // class PppZoomRpcClient |
228 | 244 |
229 | 245 |
230 | 246 |
231 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 247 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
232 | 248 |
OLD | NEW |