diff options
Diffstat (limited to 'source4/librpc/idl/rot.idl')
-rw-r--r-- | source4/librpc/idl/rot.idl | 7 |
1 files changed, 3 insertions, 4 deletions
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 ( |