Skip to content

Commit

Permalink
HEAD:(zeroc-ice/ice@91db5281e8) Fix MATLAB Test Discovery Logic (zero…
Browse files Browse the repository at this point in the history
InsertCreativityHere authored and temp committed Jul 2, 2024
1 parent 884acac commit 90ad96b
Showing 1,520 changed files with 2,525 additions and 2,525 deletions.
4 changes: 2 additions & 2 deletions slice2cpp/cpp/src/IceGrid/Internal.cpp
Original file line number Diff line number Diff line change
@@ -1592,11 +1592,11 @@ IceGrid::ReplicaSessionPrx::_iceI_setAdapterDirectProxy(const ::std::shared_ptr<
{
ex.ice_throw();
}
catch(const AdapterNotExistException&)
catch(const AdapterExistsException&)
{
throw;
}
catch(const AdapterExistsException&)
catch(const AdapterNotExistException&)
{
throw;
}
4 changes: 2 additions & 2 deletions slice2cpp/js/test/Ice/exceptions/Test.cpp
Original file line number Diff line number Diff line change
@@ -218,11 +218,11 @@ Test::ThrowerPrx::_iceI_throwAorDasAorD(const ::std::shared_ptr<::IceInternal::O
{
ex.ice_throw();
}
catch(const A&)
catch(const D&)
{
throw;
}
catch(const D&)
catch(const A&)
{
throw;
}
Loading

0 comments on commit 90ad96b

Please sign in to comment.