summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/rot.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-22 18:06:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:28:24 -0500
commit60b401efb9102c515f68e9fdde368db2eb59ab9e (patch)
tree4ad6b98e273d6794dce3b23b576c730f10b211b8 /source4/librpc/idl/rot.idl
parent55eaaa223800a45ee8ea3f85904f722f91547dd8 (diff)
downloadsamba-60b401efb9102c515f68e9fdde368db2eb59ab9e.tar.gz
samba-60b401efb9102c515f68e9fdde368db2eb59ab9e.tar.bz2
samba-60b401efb9102c515f68e9fdde368db2eb59ab9e.zip
r19846: Fix bunch of IDL warnings.
(This used to be commit 48e6df59444a78dc268b84c5f94787de09d41908)
Diffstat (limited to 'source4/librpc/idl/rot.idl')
-rw-r--r--source4/librpc/idl/rot.idl7
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 (