Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3928

Show
Ignore:
Timestamp:
09/08/08 16:29:43 (2 months ago)
Author:
sean
Message:

Fixed previous decl to make new IUnknown interface the same as the previous IUnknown class. This refs #1017

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/sys/win32/IUnknown.d

    r3927 r3928  
    1919interface IUnknown 
    2020{ 
    21     HRESULT QueryInterface(IID* riid, void** pvObject); 
     21    HRESULT QueryInterface( REFIID iid, out IUnknown obj ); 
    2222    ULONG AddRef(); 
    2323    ULONG Release();