summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/exchange.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-16 15:47:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:48 -0500
commit68d82998d2e3133dd7b743b1cf3a78ee9d052a21 (patch)
treebc6933674a10433e37ee994ad7b65151de7bac7c /source4/librpc/idl/exchange.idl
parentd68319431e62e43c0ecb23328e3162128d823958 (diff)
downloadsamba-68d82998d2e3133dd7b743b1cf3a78ee9d052a21.tar.gz
samba-68d82998d2e3133dd7b743b1cf3a78ee9d052a21.tar.bz2
samba-68d82998d2e3133dd7b743b1cf3a78ee9d052a21.zip
r11096: Eliminate pointer_default_top()
(This used to be commit b773d848e854394f36351f97130a20a245367b2c)
Diffstat (limited to 'source4/librpc/idl/exchange.idl')
-rw-r--r--source4/librpc/idl/exchange.idl5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/librpc/idl/exchange.idl b/source4/librpc/idl/exchange.idl
index f8af3c77c6..f5e1a0c955 100644
--- a/source4/librpc/idl/exchange.idl
+++ b/source4/librpc/idl/exchange.idl
@@ -192,7 +192,6 @@ System Attendant Private Interface
[
uuid("a4f1db00-ca47-1067-b31f-00dd010662da"),
pointer_default(unique),
- pointer_default_top(unique),
version(0.81),
helpstring("Exchange 5.5 EMSMDB")
] interface exchange_emsmdb
@@ -214,9 +213,9 @@ System Attendant Private Interface
} EcDoRpcBlob;
void EcDoRpc(
- [in,out,ref] policy_handle *handle,
+ [in,out] policy_handle *handle,
[in,out] EcDoRpcBlob data,
- [in,out,ref] uint16 *length,
+ [in,out] uint16 *length,
[in] uint16 size
);