diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-06 23:20:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:42 -0500 |
commit | 482603735d97b6de5ae06decf118ec8ea8c1961c (patch) | |
tree | 8f26a393e418767ae78b5858af16cf698455eb59 /source3/librpc/idl/wkssvc.idl | |
parent | cd41945acc4f7a5b939ed768f58ca76068846114 (diff) | |
download | samba-482603735d97b6de5ae06decf118ec8ea8c1961c.tar.gz samba-482603735d97b6de5ae06decf118ec8ea8c1961c.tar.bz2 samba-482603735d97b6de5ae06decf118ec8ea8c1961c.zip |
r19591: Use `import' and `include' in the IDL and regenerate.
(This used to be commit 68fc15a5e025348dee4bf14aa4498e20905cb377)
Diffstat (limited to 'source3/librpc/idl/wkssvc.idl')
-rw-r--r-- | source3/librpc/idl/wkssvc.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/librpc/idl/wkssvc.idl b/source3/librpc/idl/wkssvc.idl index 80fe4efa1a..98688fac46 100644 --- a/source3/librpc/idl/wkssvc.idl +++ b/source3/librpc/idl/wkssvc.idl @@ -2,12 +2,13 @@ wkssvc interface definitions */ +import "srvsvc.idl"; + [ uuid("6bffd098-a112-3610-9833-46c3f87e345a"), version(1.0), pointer_default(unique), pointer_default_top(unique), - helpstring("Workstation Service"), - depends(srvsvc) + helpstring("Workstation Service") ] interface wkssvc { |