qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.

This commit is contained in:
Tim Wright 2009-05-19 08:28:14 -07:00 committed by Alexandre Julliard
parent ec443be738
commit cb26244adb
1 changed files with 2 additions and 2 deletions

View File

@ -334,8 +334,8 @@ static HRESULT WINAPI BITS_IBackgroundCopyJob_SetPriority(
IBackgroundCopyJob2 *iface,
BG_JOB_PRIORITY Val)
{
FIXME("Not implemented\n");
return E_NOTIMPL;
FIXME("(%p,0x%08x) stub\n", iface, Val);
return S_OK;
}
static HRESULT WINAPI BITS_IBackgroundCopyJob_GetPriority(