1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r1706: More IDL pipes

(This used to be commit fbbb020ea6a7cd8e7192b67ef8b45dbbc8474399)
This commit is contained in:
Jelmer Vernooij 2004-08-10 21:16:19 +00:00 committed by Gerald (Jerry) Carter
parent 1f0ea81ae9
commit a553517bd5
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[
uuid(0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53),
version(1.0)
] interface audiosrv
{
void AudioSrv_Dummy();
}

View File

@ -454,3 +454,27 @@ interface ISystemActivator
}
[
uuid(00000132-0000-0000-C000-000000000046),
version(0.0)
] interface IObjServer
{
WERROR IObjServer_Unknown();
}
[
uuid(00000134-0000-0000-C000-000000000046),
version(0.0)
] interface IRunDown
{
WERROR IRunDown_Dummy();
}
[
uuid(00000136-0000-0000-C000-000000000046),
version(0.0)
] interface ISCMLocalActivator
{
WERROR ISCMLocalActivator();
}