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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 PppMessagingRpcClient(); | 153 PppMessagingRpcClient(); |
154 PppMessagingRpcClient(const PppMessagingRpcClient&); | 154 PppMessagingRpcClient(const PppMessagingRpcClient&); |
155 void operator=(const PppMessagingRpcClient); | 155 void operator=(const PppMessagingRpcClient); |
156 }; // class PppMessagingRpcClient | 156 }; // class PppMessagingRpcClient |
157 | 157 |
158 class PppPrintingRpcClient { | 158 class PppPrintingRpcClient { |
159 public: | 159 public: |
160 static NaClSrpcError PPP_Printing_QuerySupportedFormats( | 160 static NaClSrpcError PPP_Printing_QuerySupportedFormats( |
161 NaClSrpcChannel* channel, | 161 NaClSrpcChannel* channel, |
162 PP_Instance instance, | 162 PP_Instance instance, |
163 nacl_abi_size_t* formats_bytes, char* formats, | 163 int32_t* formats); |
164 int32_t* format_count); | |
165 static NaClSrpcError PPP_Printing_Begin( | 164 static NaClSrpcError PPP_Printing_Begin( |
166 NaClSrpcChannel* channel, | 165 NaClSrpcChannel* channel, |
167 PP_Instance instance, | 166 PP_Instance instance, |
168 nacl_abi_size_t print_settings_bytes, char* print_settings, | 167 nacl_abi_size_t print_settings_bytes, char* print_settings, |
169 int32_t* pages_required); | 168 int32_t* pages_required); |
170 static NaClSrpcError PPP_Printing_PrintPages( | 169 static NaClSrpcError PPP_Printing_PrintPages( |
171 NaClSrpcChannel* channel, | 170 NaClSrpcChannel* channel, |
172 PP_Instance instance, | 171 PP_Instance instance, |
173 nacl_abi_size_t page_ranges_bytes, char* page_ranges, | 172 nacl_abi_size_t page_ranges_bytes, char* page_ranges, |
174 int32_t page_range_count, | 173 int32_t page_range_count, |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 PppZoomRpcClient(); | 241 PppZoomRpcClient(); |
243 PppZoomRpcClient(const PppZoomRpcClient&); | 242 PppZoomRpcClient(const PppZoomRpcClient&); |
244 void operator=(const PppZoomRpcClient); | 243 void operator=(const PppZoomRpcClient); |
245 }; // class PppZoomRpcClient | 244 }; // class PppZoomRpcClient |
246 | 245 |
247 | 246 |
248 | 247 |
249 | 248 |
250 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 249 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
251 | 250 |
OLD | NEW |