diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-31 00:08:10 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-31 00:08:10 +0000 |
commit | f59d63d73f52dc2dad7390b43f964196e369df92 (patch) | |
tree | 6e5093e7d628f52ba0ec5061b611930508a5d74f /cpp/src/Ice/ConnectionFactory.h | |
parent | glacier batching fixes (diff) | |
download | ice-f59d63d73f52dc2dad7390b43f964196e369df92.tar.bz2 ice-f59d63d73f52dc2dad7390b43f964196e369df92.tar.xz ice-f59d63d73f52dc2dad7390b43f964196e369df92.zip |
fixed thread pool registration bug
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h index 34f778d075d..3bc7ef90860 100644 --- a/cpp/src/Ice/ConnectionFactory.h +++ b/cpp/src/Ice/ConnectionFactory.h @@ -101,6 +101,7 @@ private: State _state; bool _warn; bool _finished; + bool _registeredWithPool; }; } |