| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h
|
| index 175aeadcf69e08e4392ff895afc619327660a2f2..27acffd06f0e20b27cd98ceea19271fa8d6efa77 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/upcall.h
|
| @@ -1,44 +1,44 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -//
|
| -// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
| -//
|
| -// Automatically generated code. See srpcgen.py
|
| -//
|
| -// NaCl Simple Remote Procedure Call interface abstractions.
|
| -
|
| -#ifndef GEN_PPAPI_PROXY_UPCALL_H_
|
| -#define GEN_PPAPI_PROXY_UPCALL_H_
|
| -
|
| -#ifndef __native_client__
|
| -#include "native_client/src/include/portability.h"
|
| -#endif // __native_client__
|
| -#include "native_client/src/shared/srpc/nacl_srpc.h"
|
| -#include "ppapi/c/pp_instance.h"
|
| -#include "ppapi/c/pp_module.h"
|
| -#include "ppapi/c/pp_resource.h"
|
| -
|
| -class PppUpcallRpcServer {
|
| - public:
|
| - static void PPB_Core_CallOnMainThread(
|
| - NaClSrpcRpc* rpc,
|
| - NaClSrpcClosure* done,
|
| - int32_t delay_in_milliseconds,
|
| - int32_t callback_id,
|
| - int32_t result);
|
| -
|
| - private:
|
| - PppUpcallRpcServer();
|
| - PppUpcallRpcServer(const PppUpcallRpcServer&);
|
| - void operator=(const PppUpcallRpcServer);
|
| -}; // class PppUpcallRpcServer
|
| -
|
| -class PpbUpcalls {
|
| - public:
|
| - static NaClSrpcHandlerDesc srpc_methods[];
|
| -}; // class PpbUpcalls
|
| -
|
| -
|
| -#endif // GEN_PPAPI_PROXY_UPCALL_H_
|
| -
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +//
|
| +// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
| +//
|
| +// Automatically generated code. See srpcgen.py
|
| +//
|
| +// NaCl Simple Remote Procedure Call interface abstractions.
|
| +
|
| +#ifndef GEN_PPAPI_PROXY_UPCALL_H_
|
| +#define GEN_PPAPI_PROXY_UPCALL_H_
|
| +
|
| +#ifndef __native_client__
|
| +#include "native_client/src/include/portability.h"
|
| +#endif // __native_client__
|
| +#include "native_client/src/shared/srpc/nacl_srpc.h"
|
| +#include "ppapi/c/pp_instance.h"
|
| +#include "ppapi/c/pp_module.h"
|
| +#include "ppapi/c/pp_resource.h"
|
| +
|
| +class PppUpcallRpcServer {
|
| + public:
|
| + static void PPB_Core_CallOnMainThread(
|
| + NaClSrpcRpc* rpc,
|
| + NaClSrpcClosure* done,
|
| + int32_t delay_in_milliseconds,
|
| + int32_t callback_id,
|
| + int32_t result);
|
| +
|
| + private:
|
| + PppUpcallRpcServer();
|
| + PppUpcallRpcServer(const PppUpcallRpcServer&);
|
| + void operator=(const PppUpcallRpcServer);
|
| +}; // class PppUpcallRpcServer
|
| +
|
| +class PpbUpcalls {
|
| + public:
|
| + static NaClSrpcHandlerDesc srpc_methods[];
|
| +}; // class PpbUpcalls
|
| +
|
| +
|
| +#endif // GEN_PPAPI_PROXY_UPCALL_H_
|
| +
|
|
|