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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698