diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-01-17 09:39:06 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-01-17 09:39:06 +0000 |
commit | 8d92cb8500e8fea809fb4064f21e0e0df4b0706b (patch) | |
tree | 08f15030120e77e2a0ce3047bb6c829b717a64a7 /cpp/src/Ice/ConnectionFactory.h | |
parent | Removed bogus extra warning in ConnectionI when the creation of the thread (diff) | |
download | ice-8d92cb8500e8fea809fb4064f21e0e0df4b0706b.tar.bz2 ice-8d92cb8500e8fea809fb4064f21e0e0df4b0706b.tar.xz ice-8d92cb8500e8fea809fb4064f21e0e0df4b0706b.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1673
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 3edbad75d63..830175f28fd 100644 --- a/cpp/src/Ice/ConnectionFactory.h +++ b/cpp/src/Ice/ConnectionFactory.h @@ -126,7 +126,7 @@ private: const TransceiverPtr _transceiver; const EndpointIPtr _endpoint; - const Ice::ObjectAdapterPtr _adapter; + Ice::ObjectAdapterPtr _adapter; bool _registeredWithPool; int _finishedCount; |