From 0f13e2762b4aa32df7e7b22379cf660399dbe396 Mon Sep 17 00:00:00 2001 From: hanlin15 Date: Sat, 19 Jul 2025 21:02:26 +0800 Subject: [PATCH] fix:opaque change to i64 0702 Signed-off-by: hanlin15 Change-Id: Idcb56250e0b1883cceed1282deef3e59eedd7f7b --- ipc/native/src/taihe/idl/ohos.rpc.rpc.taihe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/native/src/taihe/idl/ohos.rpc.rpc.taihe b/ipc/native/src/taihe/idl/ohos.rpc.rpc.taihe index cf532488..9a1c7e52 100644 --- a/ipc/native/src/taihe/idl/ohos.rpc.rpc.taihe +++ b/ipc/native/src/taihe/idl/ohos.rpc.rpc.taihe @@ -212,7 +212,7 @@ interface RemoteProxy : IRemoteObject { } @ctor("RemoteProxy") -function CreateRemoteProxyFromNative(nativePtr: Opaque): RemoteProxy; +function CreateRemoteProxyFromNative(nativePtr: i64): RemoteProxy; @class interface MessageOption { -- Gitee