diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-28 08:51:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-28 08:51:09 +0000 |
commit | 7ec0ead48a6e7b770d04802fb8248c1240cd0787 (patch) | |
tree | 1dc368cab0f9505cc448f930cd94601c740a46d8 /source4/librpc/idl | |
parent | b0ba0462a4e85a26c45a4e763655d5b3885a147f (diff) | |
download | samba-7ec0ead48a6e7b770d04802fb8248c1240cd0787.tar.gz samba-7ec0ead48a6e7b770d04802fb8248c1240cd0787.tar.bz2 samba-7ec0ead48a6e7b770d04802fb8248c1240cd0787.zip |
the beginnings of an automated tool for working out IDL properties of
a pipe. I'm not sure how possible this will be without lots of human
intervention, but its an interesting thing to try.
(This used to be commit d5afe7c6a8651457da9438fcf0035c792701ac86)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/w32time.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/w32time.idl b/source4/librpc/idl/w32time.idl index cca5cacc3b..bb14bddbfd 100644 --- a/source4/librpc/idl/w32time.idl +++ b/source4/librpc/idl/w32time.idl @@ -4,6 +4,7 @@ [ uuid(8fb6d884-2388-11d0-8c35-00c04fda2795), + endpoints(srvsvc atsvc browser keysvc wkssvc), version(4.1) ] interface w32time |