diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-08-10 21:16:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:49 -0500 |
commit | a553517bd508424f4c8d00a63c1c05fd049e8d6c (patch) | |
tree | f4b87e75320aed474503643b572ce0243bb7ce38 | |
parent | 1f0ea81ae9ea3ff02b10d0829d1db948bfe4500d (diff) | |
download | samba-a553517bd508424f4c8d00a63c1c05fd049e8d6c.tar.gz samba-a553517bd508424f4c8d00a63c1c05fd049e8d6c.tar.bz2 samba-a553517bd508424f4c8d00a63c1c05fd049e8d6c.zip |
r1706: More IDL pipes
(This used to be commit fbbb020ea6a7cd8e7192b67ef8b45dbbc8474399)
-rw-r--r-- | source4/librpc/idl/audiosrv.idl | 8 | ||||
-rw-r--r-- | source4/librpc/idl/dcom.idl | 24 |
2 files changed, 32 insertions, 0 deletions
diff --git a/source4/librpc/idl/audiosrv.idl b/source4/librpc/idl/audiosrv.idl new file mode 100644 index 0000000000..c9f5244247 --- /dev/null +++ b/source4/librpc/idl/audiosrv.idl @@ -0,0 +1,8 @@ +[ + uuid(0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53), + version(1.0) +] interface audiosrv +{ + void AudioSrv_Dummy(); + +} diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 5e7c530023..a871f2c1cb 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -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(); +} |