From cd9057a0bb90bef6d31051f176849b6a3543a376 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 18 Sep 2006 21:52:00 +0000 Subject: r18639: Get rid of the keepref support (This used to be commit d1364ef0cd8f1a64f44476476323ab390ac4de48) --- source4/librpc/idl/rot.idl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source4/librpc/idl/rot.idl') diff --git a/source4/librpc/idl/rot.idl b/source4/librpc/idl/rot.idl index 27c7836635..abc210aa35 100644 --- a/source4/librpc/idl/rot.idl +++ b/source4/librpc/idl/rot.idl @@ -5,15 +5,14 @@ pointer_default_top(unique), depends(orpc), endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", - "ncalrpc:[EPMAPPER]"), - keepref + "ncalrpc:[EPMAPPER]") ] interface rot { WERROR rot_add ( [in] uint32 flags, [in] MInterfacePointer *unk, [in] MInterfacePointer *moniker, - [out] uint32 rotid + [out,ref] uint32 *rotid ); WERROR rot_remove ( @@ -26,7 +25,7 @@ WERROR rot_get_interface_pointer ( [in] MInterfacePointer *moniker, - [out] MInterfacePointer *ip + [out,ref] MInterfacePointer *ip ); WERROR rot_set_modification_time ( @@ -36,7 +35,7 @@ WERROR rot_get_modification_time ( [in] MInterfacePointer *moniker, - [out] NTTIME t + [out,ref] NTTIME *t ); WERROR rot_enum ( -- cgit