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

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

Issue 9015040: NaCl: Remove getpid() calls from the PPAPI proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 8 years, 11 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 21 matching lines...) Expand all
32 CompletionCallbackRpcServer(); 32 CompletionCallbackRpcServer();
33 CompletionCallbackRpcServer(const CompletionCallbackRpcServer&); 33 CompletionCallbackRpcServer(const CompletionCallbackRpcServer&);
34 void operator=(const CompletionCallbackRpcServer); 34 void operator=(const CompletionCallbackRpcServer);
35 }; // class CompletionCallbackRpcServer 35 }; // class CompletionCallbackRpcServer
36 36
37 class PppRpcServer { 37 class PppRpcServer {
38 public: 38 public:
39 static void PPP_InitializeModule( 39 static void PPP_InitializeModule(
40 NaClSrpcRpc* rpc, 40 NaClSrpcRpc* rpc,
41 NaClSrpcClosure* done, 41 NaClSrpcClosure* done,
42 int32_t pid,
43 PP_Module module, 42 PP_Module module,
44 NaClSrpcImcDescType upcall_channel_desc, 43 NaClSrpcImcDescType upcall_channel_desc,
45 const char* service_description, 44 const char* service_description,
46 int32_t* nacl_pid,
47 int32_t* success); 45 int32_t* success);
48 static void PPP_ShutdownModule( 46 static void PPP_ShutdownModule(
49 NaClSrpcRpc* rpc, 47 NaClSrpcRpc* rpc,
50 NaClSrpcClosure* done); 48 NaClSrpcClosure* done);
51 static void PPP_GetInterface( 49 static void PPP_GetInterface(
52 NaClSrpcRpc* rpc, 50 NaClSrpcRpc* rpc,
53 NaClSrpcClosure* done, 51 NaClSrpcClosure* done,
54 const char* interface_name, 52 const char* interface_name,
55 int32_t* exports_interface_name); 53 int32_t* exports_interface_name);
56 54
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }; // class PppZoomRpcServer 284 }; // class PppZoomRpcServer
287 285
288 class PppRpcs { 286 class PppRpcs {
289 public: 287 public:
290 static NaClSrpcHandlerDesc srpc_methods[]; 288 static NaClSrpcHandlerDesc srpc_methods[];
291 }; // class PppRpcs 289 }; // class PppRpcs
292 290
293 291
294 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 292 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
295 293
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h ('k') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698