diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-06 22:54:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:58 -0500 |
commit | 863dcbfa06cfcd4eecba7559c03080321b9a8a91 (patch) | |
tree | 8805de459397bf5d336979b6ed75abc4a2d7fa43 /source4/librpc/idl/drsuapi.idl | |
parent | 4e61cee33c87d479e1bf0f11ecf9e84299bc7544 (diff) | |
download | samba-863dcbfa06cfcd4eecba7559c03080321b9a8a91.tar.gz samba-863dcbfa06cfcd4eecba7559c03080321b9a8a91.tar.bz2 samba-863dcbfa06cfcd4eecba7559c03080321b9a8a91.zip |
r19588: Use include and import statements rather than depends() and helper().
(This used to be commit 347ae9628202ca4de4318ef8156999239aad9192)
Diffstat (limited to 'source4/librpc/idl/drsuapi.idl')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index aa87676c9d..0504c0d442 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -1,13 +1,14 @@ #include "idl_types.h" +import "security.idl", "misc.idl", "samr.idl"; + [ uuid("e3514235-4b06-11d1-ab04-00c04fc2dcd2"), version(4.0), endpoint("ncacn_np:[\\pipe\\lsass]","ncacn_np:[\\pipe\\protected_storage]", "ncacn_ip_tcp:", "ncalrpc:"), authservice("ldap"), helpstring("Active Directory Replication"), - pointer_default(unique), - depends(security,misc,samr) + pointer_default(unique) ] interface drsuapi { |