From 68d82998d2e3133dd7b743b1cf3a78ee9d052a21 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 16 Oct 2005 15:47:28 +0000 Subject: r11096: Eliminate pointer_default_top() (This used to be commit b773d848e854394f36351f97130a20a245367b2c) --- source4/librpc/idl/exchange.idl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/exchange.idl') diff --git a/source4/librpc/idl/exchange.idl b/source4/librpc/idl/exchange.idl index f8af3c77c6..f5e1a0c955 100644 --- a/source4/librpc/idl/exchange.idl +++ b/source4/librpc/idl/exchange.idl @@ -192,7 +192,6 @@ System Attendant Private Interface [ uuid("a4f1db00-ca47-1067-b31f-00dd010662da"), pointer_default(unique), - pointer_default_top(unique), version(0.81), helpstring("Exchange 5.5 EMSMDB") ] interface exchange_emsmdb @@ -214,9 +213,9 @@ System Attendant Private Interface } EcDoRpcBlob; void EcDoRpc( - [in,out,ref] policy_handle *handle, + [in,out] policy_handle *handle, [in,out] EcDoRpcBlob data, - [in,out,ref] uint16 *length, + [in,out] uint16 *length, [in] uint16 size ); -- cgit