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

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

Issue 10823187: NaCl proxy for PPB_NetworkMonitor_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 NaClSrpcRpc* rpc, 174 NaClSrpcRpc* rpc,
175 NaClSrpcClosure* done, 175 NaClSrpcClosure* done,
176 PP_Instance instance); 176 PP_Instance instance);
177 177
178 private: 178 private:
179 PppMouseLockRpcServer(); 179 PppMouseLockRpcServer();
180 PppMouseLockRpcServer(const PppMouseLockRpcServer&); 180 PppMouseLockRpcServer(const PppMouseLockRpcServer&);
181 void operator=(const PppMouseLockRpcServer); 181 void operator=(const PppMouseLockRpcServer);
182 }; // class PppMouseLockRpcServer 182 }; // class PppMouseLockRpcServer
183 183
184 class PppNetworkMonitorPrivateRpcServer {
185 public:
186 static void PPP_NetworkMonitor_Private_NetworkListChanged(
187 NaClSrpcRpc* rpc,
188 NaClSrpcClosure* done,
189 PP_Resource network_monitor,
190 PP_Resource network_list);
191
192 private:
193 PppNetworkMonitorPrivateRpcServer();
194 PppNetworkMonitorPrivateRpcServer(const PppNetworkMonitorPrivateRpcServer&);
195 void operator=(const PppNetworkMonitorPrivateRpcServer);
196 }; // class PppNetworkMonitorPrivateRpcServer
197
184 class PppPrintingRpcServer { 198 class PppPrintingRpcServer {
185 public: 199 public:
186 static void PPP_Printing_QuerySupportedFormats( 200 static void PPP_Printing_QuerySupportedFormats(
187 NaClSrpcRpc* rpc, 201 NaClSrpcRpc* rpc,
188 NaClSrpcClosure* done, 202 NaClSrpcClosure* done,
189 PP_Instance instance, 203 PP_Instance instance,
190 int32_t* formats); 204 int32_t* formats);
191 static void PPP_Printing_Begin( 205 static void PPP_Printing_Begin(
192 NaClSrpcRpc* rpc, 206 NaClSrpcRpc* rpc,
193 NaClSrpcClosure* done, 207 NaClSrpcClosure* done,
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 }; // class PppZoomRpcServer 298 }; // class PppZoomRpcServer
285 299
286 class PppRpcs { 300 class PppRpcs {
287 public: 301 public:
288 static NaClSrpcHandlerDesc srpc_methods[]; 302 static NaClSrpcHandlerDesc srpc_methods[];
289 }; // class PppRpcs 303 }; // class PppRpcs
290 304
291 305
292 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ 306 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_
293 307
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698