Hans Leidekker : inetcomm: Implement IPOP3Transport::Disconnect.

Alexandre Julliard julliard at winehq.org
Fri Oct 31 09:24:45 CDT 2008


Module: wine
Branch: master
Commit: 4707548adcd65ddb966f0aac1cc136d708d1aa6c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4707548adcd65ddb966f0aac1cc136d708d1aa6c

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Oct 31 13:52:51 2008 +0100

inetcomm: Implement IPOP3Transport::Disconnect.

---

 dlls/inetcomm/pop3transport.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/inetcomm/pop3transport.c b/dlls/inetcomm/pop3transport.c
index 36c7190..1cc8aa9 100644
--- a/dlls/inetcomm/pop3transport.c
+++ b/dlls/inetcomm/pop3transport.c
@@ -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)




More information about the wine-cvs mailing list