diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/dnsserver.idl | 15 | ||||
-rw-r--r-- | source4/librpc/idl/winstation.idl | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/source4/librpc/idl/dnsserver.idl b/source4/librpc/idl/dnsserver.idl new file mode 100644 index 0000000000..01be88b0d7 --- /dev/null +++ b/source4/librpc/idl/dnsserver.idl @@ -0,0 +1,15 @@ +/* + dnsserver interface definition +*/ + +#include "idl_types.h" + +[ uuid("50abc2a4-574d-40b3-9d66-ee4fd5fba076"), + version(5.0), + pointer_default(unique), + pointer_default_top(unique), + helpstring("DNS Server") +] interface dnsserver +{ + void foo(); +} 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(); +} |