diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-27 04:48:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:50 -0500 |
commit | 2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a (patch) | |
tree | d0931b70179053c8618a37f1cb2dd437438464f8 /source4/librpc/idl/dcom.idl | |
parent | 1a7a5c66f5dd3d28d57cb53e8d5089452b49b0aa (diff) | |
download | samba-2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a.tar.gz samba-2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a.tar.bz2 samba-2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a.zip |
r3283: converted to quoted uuid() defines in all our IDL. This should help
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11bf1c5e9fe04ed769a93b0ea16aa0a34)
Diffstat (limited to 'source4/librpc/idl/dcom.idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index d4e853d038..d51d9ccaa3 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -9,7 +9,7 @@ #define OLESTR unistr [ - uuid(18f70770-8e64-11cf-9af1-0020af6e72f4), + uuid("18f70770-8e64-11cf-9af1-0020af6e72f4"), version(0.0) ] interface dcom_Unknown { @@ -19,7 +19,7 @@ } [ - uuid(99fcfe60-5260-101b-bbcb-00aa0021347a), + uuid("99fcfe60-5260-101b-bbcb-00aa0021347a"), pointer_default(unique) ] interface ObjectRpcBaseTypes @@ -270,7 +270,7 @@ interface ObjectRpcBaseTypes [ object, - uuid(00000000-0000-0000-C000-000000000046), + uuid("00000000-0000-0000-C000-000000000046"), helpstring("Base interface for most COM interfaces") ] interface IUnknown @@ -294,7 +294,7 @@ interface IUnknown [ object, - uuid(00000001-0000-0000-C000-000000000046), + uuid("00000001-0000-0000-C000-000000000046"), pointer_default(unique) ] interface IClassFactory : IUnknown { @@ -321,7 +321,7 @@ interface IUnknown /* This interface is passed along during OXID resolution. */ /* */ [ - uuid(00000131-0000-0000-C000-000000000046), + uuid("00000131-0000-0000-C000-000000000046"), object, helpstring("Remote version of IUnknown") ] @@ -362,7 +362,7 @@ interface IRemUnknown : IUnknown } [ - uuid(00000140-0000-0000-c000-000000000046), + uuid("00000140-0000-0000-c000-000000000046"), object ] interface IClassActivator : IUnknown { @@ -376,7 +376,7 @@ interface IRemUnknown : IUnknown /* Looks like this is the equivalent of .NET's System.Activator class */ [ - uuid(000001a0-0000-0000-c000-000000000046), + uuid("000001a0-0000-0000-c000-000000000046"), object ] interface ISystemActivator : IClassActivator @@ -395,7 +395,7 @@ interface IRemUnknown : IUnknown /* marshaled interface packets. */ [ object, - uuid(00000143-0000-0000-C000-000000000046) + uuid("00000143-0000-0000-C000-000000000046") ] interface IRemUnknown2 : IRemUnknown @@ -411,7 +411,7 @@ interface IRemUnknown2 : IRemUnknown [ object, - uuid(00000136-0000-0000-C000-000000000046) + uuid("00000136-0000-0000-C000-000000000046") ] interface ISCMActivator : IUnknown { WERROR SCMActivator_GetClassObject(); @@ -420,7 +420,7 @@ object, [ object, - uuid(00020400-0000-0000-C000-000000000046) + uuid("00020400-0000-0000-C000-000000000046") ] interface IDispatch : IUnknown { /*****************/ @@ -481,7 +481,7 @@ object, [ object, - uuid(330E9E75-DF48-11CF-8E2C-00A0C90DC94B), + uuid("330E9E75-DF48-11CF-8E2C-00A0C90DC94B"), pointer_default(unique) ] interface IDcomEchoServ : IDispatch @@ -491,7 +491,7 @@ object, [ object, - uuid(00000003-0000-0000-C000-000000000046) + uuid("00000003-0000-0000-C000-000000000046") ] interface IMarshal : IUnknown { HRESULT MarshalInterface(); |