From b4540e5399437ef219144ebed57a6d026aa0fe22 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 31 May 2005 11:45:05 +0000 Subject: r7137: Add a couple more dummy idl files for the DNS server and Windows Terminal Server remote management. (This used to be commit 6838607893f071e15ef0b8c6a5b37922b3cd8717) --- source4/librpc/idl/winstation.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source4/librpc/idl/winstation.idl (limited to 'source4/librpc/idl/winstation.idl') diff --git a/source4/librpc/idl/winstation.idl b/source4/librpc/idl/winstation.idl new file mode 100644 index 0000000000..07ae3bb138 --- /dev/null +++ b/source4/librpc/idl/winstation.idl @@ -0,0 +1,15 @@ +/* + dnsserver interface definition +*/ + +#include "idl_types.h" + +[ uuid("5ca4a760-ebb1-11cf-8611-00a0245420ed"), + version(1.0), + pointer_default(unique), + pointer_default_top(unique), + helpstring("Terminal Services remote management") +] interface dnsserver +{ + void foo(); +} -- cgit