From 60b401efb9102c515f68e9fdde368db2eb59ab9e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Nov 2006 18:06:08 +0000 Subject: r19846: Fix bunch of IDL warnings. (This used to be commit 48e6df59444a78dc268b84c5f94787de09d41908) --- source4/librpc/idl/rot.idl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source4/librpc/idl/rot.idl') diff --git a/source4/librpc/idl/rot.idl b/source4/librpc/idl/rot.idl index 0ba616259d..78eee48807 100644 --- a/source4/librpc/idl/rot.idl +++ b/source4/librpc/idl/rot.idl @@ -4,7 +4,6 @@ import "orpc.idl"; uuid("b9e79e60-3d52-11ce-aaa1-00006901293f"), version(0.2), pointer_default(unique), - pointer_default_top(unique), endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", "ncalrpc:[EPMAPPER]") ] interface rot @@ -13,7 +12,7 @@ import "orpc.idl"; [in] uint32 flags, [in] MInterfacePointer *unk, [in] MInterfacePointer *moniker, - [out,ref] uint32 *rotid + [out] uint32 *rotid ); WERROR rot_remove ( @@ -26,7 +25,7 @@ import "orpc.idl"; WERROR rot_get_interface_pointer ( [in] MInterfacePointer *moniker, - [out,ref] MInterfacePointer *ip + [out] MInterfacePointer *ip ); WERROR rot_set_modification_time ( @@ -36,7 +35,7 @@ import "orpc.idl"; WERROR rot_get_modification_time ( [in] MInterfacePointer *moniker, - [out,ref] NTTIME *t + [out] NTTIME *t ); WERROR rot_enum ( -- cgit