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:
parent
d9c199a9f8
commit
b4540e5399
15
source4/librpc/idl/dnsserver.idl
Normal file
15
source4/librpc/idl/dnsserver.idl
Normal 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();
|
||||
}
|
15
source4/librpc/idl/winstation.idl
Normal file
15
source4/librpc/idl/winstation.idl
Normal 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();
|
||||
}
|
Loading…
Reference in New Issue
Block a user