From d42aed586227614160b85cbd85486b6b744fa897 Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Fri, 20 Oct 2000 16:03:05 +0000 Subject: listeners are now notified on close --- io/source/acceptor/acc_socket.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'io/source') diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx index 7b6c561ad94d..2c5553270810 100644 --- a/io/source/acceptor/acc_socket.cxx +++ b/io/source/acceptor/acc_socket.cxx @@ -2,9 +2,9 @@ * * $RCSfile: acc_socket.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2000-10-20 16:55:46 $ + * last change: $Author: jbu $ $Date: 2000-10-20 17:03:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -309,6 +309,7 @@ namespace stoc_acceptor { if( ! m_bIgnoreClose && 1 == osl_incrementInterlockedCount( (&m_nStatus) ) ) { m_socket.shutdown(); + notifyListeners(this, callClosed); } } -- cgit v1.2.3