On Mon, Oct 1, 2012 at 4:12 PM, Kim Gräsman <[email protected]> wrote:
> Hi Nico,
>
> On Mon, Oct 1, 2012 at 8:56 AM, Nico Weber <[email protected]> wrote:
>>
>> The name of the symbol generated for __uuidof constants seems to be an
>> implementation detail, so I just made up a mangling ("__uuid_"
>> followed by the contents of the uuid, see GetAddrOfIIDDescriptor()).
>
> It's been years since I did any COM, and I might be missing a nuance,
> but should the method name really be GetAddrOfIIDDescriptor? I think
> __declspec(uuid()) can apply to non-interface constructs as well,
> typically coclasses. Singling it out as an IID might be too narrow,
> even if IID and CLSID are type compatible in the C++ sense.
>
> How about GetAddrOfUUIDDescriptor?

Done.

Attachment: uuid.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to