[PATCH 2/8] d3drm: Specify when a method is forwarded to another interface. (resend)

Alexandre Julliard julliard at winehq.org
Wed Mar 14 11:55:24 CDT 2012


Christian Costa <titan.costa at gmail.com> writes:

> @@ -438,7 +438,7 @@ static HRESULT WINAPI IDirect3DRMMeshBuilder2Impl_Load(IDirect3DRMMeshBuilder2*
>  {
>      IDirect3DRMMeshBuilderImpl *This = impl_from_IDirect3DRMMeshBuilder2(iface);
>  
> -    TRACE("(%p)->(%p,%p,%x,%p,%p): partial stub\n", This, filename, name, loadflags, cb, arg);
> +    TRACE("(%p)->(%p,%p,%x,%p,%p): forwarding to IDirect3DRMMeshBuilder3\n", This, filename, name, loadflags, cb, arg);
>  
>      return IDirect3DRMMeshBuilder3_Load(&This->IDirect3DRMMeshBuilder3_iface, filename, name,
>                                          loadflags, (D3DRMLOADTEXTURE3CALLBACK)cb, arg);

I don't think that's an improvement. "Partial stub" makes a lot more
sense for someone not deeply familiar with the code.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list