summaryrefslogtreecommitdiff
path: root/io/source
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-10-20 16:03:05 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-10-20 16:03:05 +0000
commitd42aed586227614160b85cbd85486b6b744fa897 (patch)
tree35f2b86c21693baddfdacafe4d9e9f13687932ea /io/source
parent6ee842633cf5f40295e950bdaad4aca4a9867e20 (diff)
listeners are now notified on close
Diffstat (limited to 'io/source')
-rw-r--r--io/source/acceptor/acc_socket.cxx5
1 files changed, 3 insertions, 2 deletions
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);
}
}