From e90c93402bc916d85653c8f6340655184a6a5789 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Feb 2005 23:03:26 +0000 Subject: r5362: Add pointer_default() support to pidl. pointer_default() 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 31bed62a9a6f7830f523d509b67970648d40aaef) --- source4/librpc/idl/security.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/librpc/idl/security.idl') diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl index 3782d984f7..71929cd843 100644 --- a/source4/librpc/idl/security.idl +++ b/source4/librpc/idl/security.idl @@ -4,6 +4,9 @@ security IDL structures */ +[ + pointer_default(unique) +] interface security { /* -- cgit