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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 PppMessagingRpcServer(const PppMessagingRpcServer&); | 169 PppMessagingRpcServer(const PppMessagingRpcServer&); |
170 void operator=(const PppMessagingRpcServer); | 170 void operator=(const PppMessagingRpcServer); |
171 }; // class PppMessagingRpcServer | 171 }; // class PppMessagingRpcServer |
172 | 172 |
173 class PppPrintingRpcServer { | 173 class PppPrintingRpcServer { |
174 public: | 174 public: |
175 static void PPP_Printing_QuerySupportedFormats( | 175 static void PPP_Printing_QuerySupportedFormats( |
176 NaClSrpcRpc* rpc, | 176 NaClSrpcRpc* rpc, |
177 NaClSrpcClosure* done, | 177 NaClSrpcClosure* done, |
178 PP_Instance instance, | 178 PP_Instance instance, |
179 nacl_abi_size_t* formats_bytes, char* formats, | 179 int32_t* formats); |
180 int32_t* format_count); | |
181 static void PPP_Printing_Begin( | 180 static void PPP_Printing_Begin( |
182 NaClSrpcRpc* rpc, | 181 NaClSrpcRpc* rpc, |
183 NaClSrpcClosure* done, | 182 NaClSrpcClosure* done, |
184 PP_Instance instance, | 183 PP_Instance instance, |
185 nacl_abi_size_t print_settings_bytes, char* print_settings, | 184 nacl_abi_size_t print_settings_bytes, char* print_settings, |
186 int32_t* pages_required); | 185 int32_t* pages_required); |
187 static void PPP_Printing_PrintPages( | 186 static void PPP_Printing_PrintPages( |
188 NaClSrpcRpc* rpc, | 187 NaClSrpcRpc* rpc, |
189 NaClSrpcClosure* done, | 188 NaClSrpcClosure* done, |
190 PP_Instance instance, | 189 PP_Instance instance, |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 }; // class PppZoomRpcServer | 268 }; // class PppZoomRpcServer |
270 | 269 |
271 class PppRpcs { | 270 class PppRpcs { |
272 public: | 271 public: |
273 static NaClSrpcHandlerDesc srpc_methods[]; | 272 static NaClSrpcHandlerDesc srpc_methods[]; |
274 }; // class PppRpcs | 273 }; // class PppRpcs |
275 | 274 |
276 | 275 |
277 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 276 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
278 | 277 |
OLD | NEW |