diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-20 23:35:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:02 -0500 |
commit | 7e3503e2770a0473cb4f7d8d45b27cbee766d9fa (patch) | |
tree | f724e5c3c56e489d543a238907f1897154bb421f /source4/librpc/idl/rot.idl | |
parent | d53fd3d8d5c99ae22a4d74065dc45e2f4e36a382 (diff) | |
download | samba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.tar.gz samba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.tar.bz2 samba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.zip |
r3896: Correct header files in rpc server templates plus
some other minor fixes
(This used to be commit 9fca748fe3c12af83a006f1d0821aa560d08fc95)
Diffstat (limited to 'source4/librpc/idl/rot.idl')
-rw-r--r-- | source4/librpc/idl/rot.idl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/librpc/idl/rot.idl b/source4/librpc/idl/rot.idl index d9a67ecbe1..3b3bd6e987 100644 --- a/source4/librpc/idl/rot.idl +++ b/source4/librpc/idl/rot.idl @@ -41,3 +41,16 @@ [out] MInterfacePointer *EnumMoniker ); } + +/* +[ + object, +] interface IRotData : IUnknown +{ + WERROR irotdata_getdata( + [out,size_is(max),length_is(ret)] uint8 *data, + [in] uint32 max, + [out] uint32 ret + ); +} +*/ |