diff options
author | Joe George <joe@zeroc.com> | 2019-03-29 13:57:54 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2019-04-01 14:59:12 -0400 |
commit | 696597718ae8031a1d7804d0689e16638d423a7a (patch) | |
tree | ab7277844c6857e66e9d38bd96c547de8c8e1ba6 /cpp/src/Ice/ObjectAdapterI.cpp | |
parent | Swift constructed types initialization fixes (diff) | |
download | ice-696597718ae8031a1d7804d0689e16638d423a7a.tar.bz2 ice-696597718ae8031a1d7804d0689e16638d423a7a.tar.xz ice-696597718ae8031a1d7804d0689e16638d423a7a.zip |
Server side support
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.cpp')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.cpp b/cpp/src/Ice/ObjectAdapterI.cpp index 830f9c071ca..937c74e54cc 100644 --- a/cpp/src/Ice/ObjectAdapterI.cpp +++ b/cpp/src/Ice/ObjectAdapterI.cpp @@ -921,7 +921,7 @@ Ice::ObjectAdapterI::setAdapterOnConnection(const Ice::ConnectionIPtr& connectio // // COMPILERFIX: The ObjectAdapterI setup is broken out into a separate initialize // function because when it was part of the constructor C++Builder 2010 apps would -// crash if an execption was thrown from any calls within the constructor. +// crash if an exception was thrown from any calls within the constructor. // Ice::ObjectAdapterI::ObjectAdapterI(const InstancePtr& instance, const CommunicatorPtr& communicator, const ObjectAdapterFactoryPtr& objectAdapterFactory, const string& name, |