1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r7137: Add a couple more dummy idl files for the DNS server and Windows

Terminal Server remote management.
(This used to be commit 6838607893)
This commit is contained in:
Tim Potter 2005-05-31 11:45:05 +00:00 committed by Gerald (Jerry) Carter
parent d9c199a9f8
commit b4540e5399
2 changed files with 30 additions and 0 deletions

View File

@ -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();
}

View File

@ -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();
}