mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
inetcomm: Implement IPOP3Transport::Disconnect.
This commit is contained in:
parent
0fce856d4a
commit
4707548adc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user