| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 int32_t* success); | 432 int32_t* success); |
| 433 | 433 |
| 434 private: | 434 private: |
| 435 PpbFullscreenRpcClient(); | 435 PpbFullscreenRpcClient(); |
| 436 PpbFullscreenRpcClient(const PpbFullscreenRpcClient&); | 436 PpbFullscreenRpcClient(const PpbFullscreenRpcClient&); |
| 437 void operator=(const PpbFullscreenRpcClient); | 437 void operator=(const PpbFullscreenRpcClient); |
| 438 }; // class PpbFullscreenRpcClient | 438 }; // class PpbFullscreenRpcClient |
| 439 | 439 |
| 440 class PpbGamepadRpcClient { | 440 class PpbGamepadRpcClient { |
| 441 public: | 441 public: |
| 442 static NaClSrpcError PPB_Gamepad_SampleGamepads( | 442 static NaClSrpcError PPB_Gamepad_Sample( |
| 443 NaClSrpcChannel* channel, | 443 NaClSrpcChannel* channel, |
| 444 PP_Instance instance, | 444 PP_Instance instance, |
| 445 nacl_abi_size_t* data_bytes, char* data); | 445 nacl_abi_size_t* data_bytes, char* data); |
| 446 | 446 |
| 447 private: | 447 private: |
| 448 PpbGamepadRpcClient(); | 448 PpbGamepadRpcClient(); |
| 449 PpbGamepadRpcClient(const PpbGamepadRpcClient&); | 449 PpbGamepadRpcClient(const PpbGamepadRpcClient&); |
| 450 void operator=(const PpbGamepadRpcClient); | 450 void operator=(const PpbGamepadRpcClient); |
| 451 }; // class PpbGamepadRpcClient | 451 }; // class PpbGamepadRpcClient |
| 452 | 452 |
| (...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1299 PpbZoomRpcClient(); | 1299 PpbZoomRpcClient(); |
| 1300 PpbZoomRpcClient(const PpbZoomRpcClient&); | 1300 PpbZoomRpcClient(const PpbZoomRpcClient&); |
| 1301 void operator=(const PpbZoomRpcClient); | 1301 void operator=(const PpbZoomRpcClient); |
| 1302 }; // class PpbZoomRpcClient | 1302 }; // class PpbZoomRpcClient |
| 1303 | 1303 |
| 1304 | 1304 |
| 1305 | 1305 |
| 1306 | 1306 |
| 1307 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1307 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
| 1308 | 1308 |
| OLD | NEW |