summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/exchange.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-08-12 17:37:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:56 -0500
commit71e149a8a3a25e5f10cd4896c46b32f55a5bbcc8 (patch)
tree230e57c609fb7873851c8255d0c2edab9c6ee980 /source4/librpc/idl/exchange.idl
parent3301f6c59e888b4b64dbd64d539bbfcfff0c4eee (diff)
downloadsamba-71e149a8a3a25e5f10cd4896c46b32f55a5bbcc8.tar.gz
samba-71e149a8a3a25e5f10cd4896c46b32f55a5bbcc8.tar.bz2
samba-71e149a8a3a25e5f10cd4896c46b32f55a5bbcc8.zip
r1774: Add the uuids of the known exchange pipes
(This used to be commit 0e07a068b4fa6eaa4c73681dc2e4c156605aba89)
Diffstat (limited to 'source4/librpc/idl/exchange.idl')
-rw-r--r--source4/librpc/idl/exchange.idl63
1 files changed, 63 insertions, 0 deletions
diff --git a/source4/librpc/idl/exchange.idl b/source4/librpc/idl/exchange.idl
new file mode 100644
index 0000000000..ec9cba44ec
--- /dev/null
+++ b/source4/librpc/idl/exchange.idl
@@ -0,0 +1,63 @@
+[
+ uuid(1544f5e0-613c-11d1-93df-00c04fd7bd09),
+ helpstring("Exchange 2003 System Attendant Request For Response")
+] interface exchange_rfr
+{
+ void rfr_dummy();
+}
+
+[
+ uuid(469d6ec0-0d87-11ce-b13f-00aa003bec6c),
+ helpstring("Exchange 5.5 System Attendant Request for Response")
+] interface exchange_system_attendant
+{
+ void sysatt_dummy();
+}
+
+[
+ uuid(9e8ee830-4559-11ce-979b-00aa005ffebe),
+ helpstring("Exchange 5.5 MTA")
+] interface exchange_mta
+{
+ void mta_dummy();
+}
+
+[
+ uuid(f5cc59b4-4264-101a-8c59-08002b2f8426),
+ helpstring("Exchange 5.5 DRS")
+] interface exchange_drs
+{
+ void drs_dummy();
+}
+
+[
+ uuid(f5cc5a7c-4264-101a-8c59-08002b2f8426),
+ helpstring("Exchange 5.5 XDS")
+] interface exchange_xds
+{
+ void xds_dummy();
+}
+
+[
+ uuid(f5cc5a18-4264-101a-8c59-08002b2f8426),
+ helpstring("Exchange 5.5 Name Service Provider")
+] interface exchange_nsp
+{
+ void nsp_dummy();
+}
+
+[
+ uuid(a4f1db00-ca47-1067-b31f-00dd010662da),
+ helpstring("Exchange 5.5 EMSMDB")
+] interface exchange_emsmdb
+{
+ void emsmdb_dummy();
+}
+
+[
+ uuid(c840a7dc-42c0-1a10-b4b9-08002b2fe182),
+ helpstring("Unknwon")
+] interface exchange_unknown
+{
+ void unknown_dummy();
+}