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

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

Issue 9808028: NaCl proxy for PPB_NetAddress_Private_1_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 int32_t* addr_family); 792 int32_t* addr_family);
793 static NaClSrpcError PPB_NetAddress_Private_GetPort( 793 static NaClSrpcError PPB_NetAddress_Private_GetPort(
794 NaClSrpcChannel* channel, 794 NaClSrpcChannel* channel,
795 nacl_abi_size_t addr_bytes, char* addr, 795 nacl_abi_size_t addr_bytes, char* addr,
796 int32_t* port); 796 int32_t* port);
797 static NaClSrpcError PPB_NetAddress_Private_GetAddress( 797 static NaClSrpcError PPB_NetAddress_Private_GetAddress(
798 NaClSrpcChannel* channel, 798 NaClSrpcChannel* channel,
799 nacl_abi_size_t addr_bytes, char* addr, 799 nacl_abi_size_t addr_bytes, char* addr,
800 nacl_abi_size_t* address_bytes, char* address, 800 nacl_abi_size_t* address_bytes, char* address,
801 int32_t* success); 801 int32_t* success);
802 static NaClSrpcError PPB_NetAddress_Private_GetScopeID(
803 NaClSrpcChannel* channel,
804 nacl_abi_size_t addr_bytes, char* addr,
805 int32_t* scope_id);
806 static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv4Address(
807 NaClSrpcChannel* channel,
808 nacl_abi_size_t ip_bytes, char* ip,
809 int32_t port,
810 nacl_abi_size_t* addr_bytes, char* addr);
811 static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv6Address(
812 NaClSrpcChannel* channel,
813 nacl_abi_size_t ip_bytes, char* ip,
814 int32_t scope_id,
815 int32_t port,
816 nacl_abi_size_t* addr_bytes, char* addr);
802 817
803 private: 818 private:
804 PpbNetAddressPrivateRpcClient(); 819 PpbNetAddressPrivateRpcClient();
805 PpbNetAddressPrivateRpcClient(const PpbNetAddressPrivateRpcClient&); 820 PpbNetAddressPrivateRpcClient(const PpbNetAddressPrivateRpcClient&);
806 void operator=(const PpbNetAddressPrivateRpcClient); 821 void operator=(const PpbNetAddressPrivateRpcClient);
807 }; // class PpbNetAddressPrivateRpcClient 822 }; // class PpbNetAddressPrivateRpcClient
808 823
809 class PpbPdfRpcClient { 824 class PpbPdfRpcClient {
810 public: 825 public:
811 static NaClSrpcError PPB_PDF_GetLocalizedString( 826 static NaClSrpcError PPB_PDF_GetLocalizedString(
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 PpbZoomRpcClient(); 1353 PpbZoomRpcClient();
1339 PpbZoomRpcClient(const PpbZoomRpcClient&); 1354 PpbZoomRpcClient(const PpbZoomRpcClient&);
1340 void operator=(const PpbZoomRpcClient); 1355 void operator=(const PpbZoomRpcClient);
1341 }; // class PpbZoomRpcClient 1356 }; // class PpbZoomRpcClient
1342 1357
1343 1358
1344 1359
1345 1360
1346 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1361 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1347 1362
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698