diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 17:15:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:49 -0500 |
commit | 0ad7b308a1c602ddab73668952cdf3837623b877 (patch) | |
tree | 45e44464d978c4f313274239d8e9d98dfc5fab43 /source4/librpc/idl | |
parent | e748b53e4343fbac00a19e8fc76b42624eb5af02 (diff) | |
download | samba-0ad7b308a1c602ddab73668952cdf3837623b877.tar.gz samba-0ad7b308a1c602ddab73668952cdf3837623b877.tar.bz2 samba-0ad7b308a1c602ddab73668952cdf3837623b877.zip |
r12514: Move DCE/RPC interface table to a seperate file
Be a bit more strict when checking for duplicate interfaces
(This used to be commit b1286a6d27e2b5aa26f288f6aff70601b0d8ae74)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 9 | ||||
-rw-r--r-- | source4/librpc/idl/protected_storage.idl | 6 |
2 files changed, 3 insertions, 12 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index dc92aa602f..7b40461c16 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -188,15 +188,6 @@ interface IRemUnknown2 : IRemUnknown [ object, pointer_default(unique), - uuid("00000136-0000-0000-C000-000000000046") - ] interface ISCMActivator : IClassActivator -{ - WERROR SCMActivator_CreateInstance(); -} - -[ - object, - pointer_default(unique), uuid("00020400-0000-0000-C000-000000000046") ] interface IDispatch : IUnknown { diff --git a/source4/librpc/idl/protected_storage.idl b/source4/librpc/idl/protected_storage.idl index 1a95d50957..221aad65e0 100644 --- a/source4/librpc/idl/protected_storage.idl +++ b/source4/librpc/idl/protected_storage.idl @@ -2,11 +2,11 @@ /* protected_storage interface definitions - Also seen with UUID: c9378ff1-16f7-11d0-a0b2-00aa0061426a ver 1.0 + Also seen with UUID: */ -[ uuid("e3514235-4b06-11d1-ab04-00c04fc2dcd2"), - version(4.0), +[ uuid("c9378ff1-16f7-11d0-a0b2-00aa0061426a"), + version(1.0), pointer_default(unique) ] interface protected_storage { |