summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/rot.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-21 14:51:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-21 14:51:13 +0200
commit5209a846a9157e649fcdcb561f7eaf19c8c0e465 (patch)
treeb0a7e52b5646c8eec182dbc391e7934b6804488c /source4/librpc/idl/rot.idl
parent625359b2e266105022309df8985720108ecd6f67 (diff)
parent2ee8d29d22bcb1c350ab59d71b0aee548489bc9c (diff)
downloadsamba-5209a846a9157e649fcdcb561f7eaf19c8c0e465.tar.gz
samba-5209a846a9157e649fcdcb561f7eaf19c8c0e465.tar.bz2
samba-5209a846a9157e649fcdcb561f7eaf19c8c0e465.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv
Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c
Diffstat (limited to 'source4/librpc/idl/rot.idl')
-rw-r--r--source4/librpc/idl/rot.idl44
1 files changed, 0 insertions, 44 deletions
diff --git a/source4/librpc/idl/rot.idl b/source4/librpc/idl/rot.idl
deleted file mode 100644
index 78eee48807..0000000000
--- a/source4/librpc/idl/rot.idl
+++ /dev/null
@@ -1,44 +0,0 @@
-import "orpc.idl";
-
-[
- uuid("b9e79e60-3d52-11ce-aaa1-00006901293f"),
- version(0.2),
- pointer_default(unique),
- endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]",
- "ncalrpc:[EPMAPPER]")
-] interface rot
-{
- WERROR rot_add (
- [in] uint32 flags,
- [in] MInterfacePointer *unk,
- [in] MInterfacePointer *moniker,
- [out] uint32 *rotid
- );
-
- WERROR rot_remove (
- [in] uint32 rotid
- );
-
- WERROR rot_is_listed (
- [in] MInterfacePointer *moniker
- );
-
- WERROR rot_get_interface_pointer (
- [in] MInterfacePointer *moniker,
- [out] MInterfacePointer *ip
- );
-
- WERROR rot_set_modification_time (
- [in] uint32 rotid,
- [in] NTTIME *t
- );
-
- WERROR rot_get_modification_time (
- [in] MInterfacePointer *moniker,
- [out] NTTIME *t
- );
-
- WERROR rot_enum (
- [out] MInterfacePointer *EnumMoniker
- );
-}