diff options
author | Michi Henning <michi@zeroc.com> | 2003-07-30 03:09:01 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-07-30 03:09:01 +0000 |
commit | 61924a00ce03e089df17fbecba1e11815bec32d9 (patch) | |
tree | 2f423907f83c50da173eeaa850ef31e056beacb2 /cpp/src/Ice/ConnectionFactory.cpp | |
parent | gcc fixes for Win32 changes (diff) | |
download | ice-61924a00ce03e089df17fbecba1e11815bec32d9.tar.bz2 ice-61924a00ce03e089df17fbecba1e11815bec32d9.tar.xz ice-61924a00ce03e089df17fbecba1e11815bec32d9.zip |
Updated receiving side for DatagramLimitException. Test is now done in
ThreadPool, as it should have been all along.
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp index 11554df23af..6661b7322b2 100644 --- a/cpp/src/Ice/ConnectionFactory.cpp +++ b/cpp/src/Ice/ConnectionFactory.cpp @@ -494,6 +494,12 @@ IceInternal::IncomingConnectionFactory::connections() const } bool +IceInternal::IncomingConnectionFactory::datagram() const +{ + return _endpoint->datagram(); +} + +bool IceInternal::IncomingConnectionFactory::readable() const { return false; |