inetcomm: Implement IPOP3Transport::Disconnect.

This commit is contained in:
Hans Leidekker 2008-10-31 13:52:51 +01:00 committed by Alexandre Julliard
parent 0fce856d4a
commit 4707548adc

View file

@ -359,8 +359,8 @@ static HRESULT WINAPI POP3Transport_HandsOffCallback(IPOP3Transport *iface)
static HRESULT WINAPI POP3Transport_Disconnect(IPOP3Transport *iface)
{
FIXME("()\n");
return E_NOTIMPL;
TRACE("()\n");
return IPOP3Transport_CommandQUIT(iface);
}
static HRESULT WINAPI POP3Transport_DropConnection(IPOP3Transport *iface)