mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
e90c93402b
is assumed to be "ptr" if not specified (just like midl).
The validator will warn when "ptr" is used at the moment, because
pidl only supports unique, ref and relative at the moment.
(This used to be commit 31bed62a9a
)
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
[
|
|
uuid("1d55b526-c137-46c5-ab79-638f2a68e869"),
|
|
version(1.0),
|
|
pointer_default(unique),
|
|
helpstring("Remote IDL debugger")
|
|
] interface dbgidl
|
|
{
|
|
void dummy_dbgidl();
|
|
}
|