Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 9566022: Rename NaCl/pepper gamepad interface from _dev to stable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698