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

Side by Side Diff: src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h

Issue 6177007: ppapi_proxy: Support loading and reading urls. Proxy URLLoader.... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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) 2010 The Native Client Authors. All rights reserved. 1 // Copyright (c) 2010 The Native Client 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 ObjectStubRpcClient(); 85 ObjectStubRpcClient();
86 ObjectStubRpcClient(const ObjectStubRpcClient&); 86 ObjectStubRpcClient(const ObjectStubRpcClient&);
87 void operator=(const ObjectStubRpcClient); 87 void operator=(const ObjectStubRpcClient);
88 }; // class ObjectStubRpcClient 88 }; // class ObjectStubRpcClient
89 89
90 class CompletionCallbackRpcClient { 90 class CompletionCallbackRpcClient {
91 public: 91 public:
92 static NaClSrpcError RunCompletionCallback( 92 static NaClSrpcError RunCompletionCallback(
93 NaClSrpcChannel* channel, 93 NaClSrpcChannel* channel,
94 int32_t callback_id, 94 int32_t callback_id,
95 int32_t result); 95 int32_t result,
96 nacl_abi_size_t read_buffer_bytes, char* read_buffer);
96 97
97 private: 98 private:
98 CompletionCallbackRpcClient(); 99 CompletionCallbackRpcClient();
99 CompletionCallbackRpcClient(const CompletionCallbackRpcClient&); 100 CompletionCallbackRpcClient(const CompletionCallbackRpcClient&);
100 void operator=(const CompletionCallbackRpcClient); 101 void operator=(const CompletionCallbackRpcClient);
101 }; // class CompletionCallbackRpcClient 102 }; // class CompletionCallbackRpcClient
102 103
103 class PppRpcClient { 104 class PppRpcClient {
104 public: 105 public:
105 static NaClSrpcError PPP_InitializeModule( 106 static NaClSrpcError PPP_InitializeModule(
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 private: 178 private:
178 PppInstanceRpcClient(); 179 PppInstanceRpcClient();
179 PppInstanceRpcClient(const PppInstanceRpcClient&); 180 PppInstanceRpcClient(const PppInstanceRpcClient&);
180 void operator=(const PppInstanceRpcClient); 181 void operator=(const PppInstanceRpcClient);
181 }; // class PppInstanceRpcClient 182 }; // class PppInstanceRpcClient
182 183
183 184
184 185
185 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 186 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
186 187
OLDNEW
« no previous file with comments | « src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698