diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 01:23:36 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 01:23:36 +0200 |
commit | 45f97c4614e9fe7d4828eb47e32ebe0ba03893b5 (patch) | |
tree | 60cd82cb2717180b19dabb6a8f60de6e0484d1f9 /source4/librpc/idl/w32time.idl | |
parent | 7f24027e024bc56cb95b76ee0f9838d609e903cb (diff) | |
download | samba-45f97c4614e9fe7d4828eb47e32ebe0ba03893b5.tar.gz samba-45f97c4614e9fe7d4828eb47e32ebe0ba03893b5.tar.bz2 samba-45f97c4614e9fe7d4828eb47e32ebe0ba03893b5.zip |
Move shared DCE/RPC IDL files to root IDL dir.
Diffstat (limited to 'source4/librpc/idl/w32time.idl')
-rw-r--r-- | source4/librpc/idl/w32time.idl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/source4/librpc/idl/w32time.idl b/source4/librpc/idl/w32time.idl deleted file mode 100644 index 4839899629..0000000000 --- a/source4/librpc/idl/w32time.idl +++ /dev/null @@ -1,21 +0,0 @@ -/* - w32time interface definitions -*/ - -[ - uuid("8fb6d884-2388-11d0-8c35-00c04fda2795"), - endpoint("ncacn_np:[\\pipe\\srvsvc]","ncacn_np:[\\pipe\\atsvc]","ncacn_np:[\\pipe\\browser]","ncacn_np:[\\pipe\\keysvc]","ncacn_np:[\\pipe\\wkssvc]"), - version(4.1), - pointer_default(unique), - helpstring("Win32 Time Server") -] -interface w32time -{ - - /*****************/ - /* Function 0x00 */ - [todo] WERROR w32time_SyncTime(); - - [todo] WERROR w32time_GetNetLogonServiceBits(); - [todo] WERROR w32time_QueryProviderStatus(); -} |