| 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 int32_t* success); | 494 int32_t* success); |
| 495 | 495 |
| 496 private: | 496 private: |
| 497 PpbFullscreenRpcServer(); | 497 PpbFullscreenRpcServer(); |
| 498 PpbFullscreenRpcServer(const PpbFullscreenRpcServer&); | 498 PpbFullscreenRpcServer(const PpbFullscreenRpcServer&); |
| 499 void operator=(const PpbFullscreenRpcServer); | 499 void operator=(const PpbFullscreenRpcServer); |
| 500 }; // class PpbFullscreenRpcServer | 500 }; // class PpbFullscreenRpcServer |
| 501 | 501 |
| 502 class PpbGamepadRpcServer { | 502 class PpbGamepadRpcServer { |
| 503 public: | 503 public: |
| 504 static void PPB_Gamepad_SampleGamepads( | 504 static void PPB_Gamepad_Sample( |
| 505 NaClSrpcRpc* rpc, | 505 NaClSrpcRpc* rpc, |
| 506 NaClSrpcClosure* done, | 506 NaClSrpcClosure* done, |
| 507 PP_Instance instance, | 507 PP_Instance instance, |
| 508 nacl_abi_size_t* data_bytes, char* data); | 508 nacl_abi_size_t* data_bytes, char* data); |
| 509 | 509 |
| 510 private: | 510 private: |
| 511 PpbGamepadRpcServer(); | 511 PpbGamepadRpcServer(); |
| 512 PpbGamepadRpcServer(const PpbGamepadRpcServer&); | 512 PpbGamepadRpcServer(const PpbGamepadRpcServer&); |
| 513 void operator=(const PpbGamepadRpcServer); | 513 void operator=(const PpbGamepadRpcServer); |
| 514 }; // class PpbGamepadRpcServer | 514 }; // class PpbGamepadRpcServer |
| (...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1500 }; // class PpbZoomRpcServer | 1500 }; // class PpbZoomRpcServer |
| 1501 | 1501 |
| 1502 class PpbRpcs { | 1502 class PpbRpcs { |
| 1503 public: | 1503 public: |
| 1504 static NaClSrpcHandlerDesc srpc_methods[]; | 1504 static NaClSrpcHandlerDesc srpc_methods[]; |
| 1505 }; // class PpbRpcs | 1505 }; // class PpbRpcs |
| 1506 | 1506 |
| 1507 | 1507 |
| 1508 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1508 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
| 1509 | 1509 |
| OLD | NEW |