From: Dmitry Timoshkov dmitry@baikal.ru
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru --- dlls/activeds/activeds.idl | 24 ++++++++++++++++++++++++ dlls/adsldp/adsldp.idl | 14 ++------------ include/iads.idl | 4 ++++ 3 files changed, 30 insertions(+), 12 deletions(-)
diff --git a/dlls/activeds/activeds.idl b/dlls/activeds/activeds.idl index 69f85b87172..ce8b6495d8e 100644 --- a/dlls/activeds/activeds.idl +++ b/dlls/activeds/activeds.idl @@ -29,3 +29,27 @@ coclass Pathname { interface IADsPathname; } + +[ + threading(both), + helpstring("ADs DN With String Object"), + uuid(334857cc-f934-11d2-ba96-00c04fb6d0d1), + progid("DNWithString"), + version(1.0) +] +coclass DNWithString +{ + interface IADsDNWithString; +} + +[ + threading(both), + helpstring("ADs DN With Binary Object"), + uuid(7e99c0a3-f935-11d2-ba96-00c04fb6d0d1), + progid("DNWithBinary"), + version(1.0) +] +coclass DNWithBinary +{ + interface IADsDNWithBinary; +} diff --git a/dlls/adsldp/adsldp.idl b/dlls/adsldp/adsldp.idl index 2130ef75106..da68ba59d48 100644 --- a/dlls/adsldp/adsldp.idl +++ b/dlls/adsldp/adsldp.idl @@ -20,6 +20,8 @@
#pragma makedep register
+#include "iads.idl" + [ threading(both), helpstring("LDAP Provider Object"), @@ -41,15 +43,3 @@ coclass ADs { interface IADs; } - -[ - threading(both), - helpstring("AD System Info Object"), - uuid(50b6327f-afd1-11d2-9cb9-0000f87a369e), - progid("ADSystemInfo"), - version(1.0) -] -coclass ADSystemInfo -{ - interface IADsADSystemInfo; -} diff --git a/include/iads.idl b/include/iads.idl index c7bba43111e..5a81d527384 100644 --- a/include/iads.idl +++ b/include/iads.idl @@ -904,6 +904,7 @@ interface IADsPathname : IDispatch }
[ + threading(both), helpstring("ADs LDAP Pathname Descriptor Object"), uuid(080d0d78-f421-11d0-a36e-00c04fb950dc), progid("Pathname"), @@ -954,6 +955,7 @@ interface IADsADSystemInfo : IDispatch }
[ + threading(both), helpstring("AD System Info Object"), uuid(50b6327f-afd1-11d2-9cb9-0000f87a369e), progid("ADSystemInfo"), @@ -986,6 +988,7 @@ interface IADsDNWithBinary : IDispatch }
[ + threading(both), helpstring("ADs DN With Binary Object"), uuid(7e99c0a3-f935-11d2-ba96-00c04fb6d0d1), progid("DNWithBinary"), @@ -1018,6 +1021,7 @@ interface IADsDNWithString : IDispatch }
[ + threading(both), helpstring("ADs DN With String Object"), uuid(334857cc-f934-11d2-ba96-00c04fb6d0d1), progid("DNWithString"),