diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-09-23 10:54:29 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-09-23 10:54:29 -0230 |
commit | 0e5a650f2b2085c823c4529fcf55b85706c3c1ee (patch) | |
tree | 35d1f338e25e5224681bfa5c6e52a8358bd11b01 /cpp/src/Ice/ConnectionFactory.h | |
parent | ICE-5670 - interrupt test failure (diff) | |
download | ice-0e5a650f2b2085c823c4529fcf55b85706c3c1ee.tar.bz2 ice-0e5a650f2b2085c823c4529fcf55b85706c3c1ee.tar.xz ice-0e5a650f2b2085c823c4529fcf55b85706c3c1ee.zip |
Minor change to Udptransceiver to ensure proper tracing on failure
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h index 8f318914600..bd0bbe30804 100644 --- a/cpp/src/Ice/ConnectionFactory.h +++ b/cpp/src/Ice/ConnectionFactory.h @@ -213,7 +213,7 @@ private: }; void setState(State); - void closeAcceptor(); + void closeAcceptor(bool); const InstancePtr _instance; const FactoryACMMonitorPtr _monitor; |