Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored and temp committed Jan 18, 2024
1 parent 54b2479 commit d3d6b8b
Show file tree
Hide file tree
Showing 1,953 changed files with 2,817 additions and 3,482 deletions.
24 changes: 12 additions & 12 deletions slice2cpp/cpp/src/IceGrid/Internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3053,11 +3053,11 @@ IceGrid::ReplicaSessionPrx::_iceI_setDatabaseObserver(const ::std::shared_ptr<::
{
ex.ice_throw();
}
catch(const DeploymentException&)
catch(const ObserverAlreadyRegisteredException&)
{
throw;
}
catch(const ObserverAlreadyRegisteredException&)
catch(const DeploymentException&)
{
throw;
}
Expand Down Expand Up @@ -3179,11 +3179,11 @@ IceGrid::InternalRegistryPrx::_iceI_registerNode(const ::std::shared_ptr<::IceIn
{
ex.ice_throw();
}
catch(const PermissionDeniedException&)
catch(const NodeActiveException&)
{
throw;
}
catch(const NodeActiveException&)
catch(const PermissionDeniedException&)
{
throw;
}
Expand Down Expand Up @@ -3211,11 +3211,11 @@ IceGrid::InternalRegistryPrx::_iceI_registerReplica(const ::std::shared_ptr<::Ic
{
ex.ice_throw();
}
catch(const PermissionDeniedException&)
catch(const ReplicaActiveException&)
{
throw;
}
catch(const ReplicaActiveException&)
catch(const PermissionDeniedException&)
{
throw;
}
Expand Down Expand Up @@ -5775,11 +5775,11 @@ IceProxy::IceGrid::ReplicaSession::end_setDatabaseObserver(const ::Ice::AsyncRes
{
result->_throwUserException();
}
catch(const ::IceGrid::DeploymentException&)
catch(const ::IceGrid::ObserverAlreadyRegisteredException&)
{
throw;
}
catch(const ::IceGrid::ObserverAlreadyRegisteredException&)
catch(const ::IceGrid::DeploymentException&)
{
throw;
}
Expand Down Expand Up @@ -6007,11 +6007,11 @@ IceProxy::IceGrid::InternalRegistry::end_registerNode(const ::Ice::AsyncResultPt
{
result->_throwUserException();
}
catch(const ::IceGrid::PermissionDeniedException&)
catch(const ::IceGrid::NodeActiveException&)
{
throw;
}
catch(const ::IceGrid::NodeActiveException&)
catch(const ::IceGrid::PermissionDeniedException&)
{
throw;
}
Expand Down Expand Up @@ -6059,11 +6059,11 @@ IceProxy::IceGrid::InternalRegistry::end_registerReplica(const ::Ice::AsyncResul
{
result->_throwUserException();
}
catch(const ::IceGrid::PermissionDeniedException&)
catch(const ::IceGrid::ReplicaActiveException&)
{
throw;
}
catch(const ::IceGrid::ReplicaActiveException&)
catch(const ::IceGrid::PermissionDeniedException&)
{
throw;
}
Expand Down
58 changes: 0 additions & 58 deletions slice2cpp/slice/Ice/LocatorF.cpp

This file was deleted.

122 changes: 0 additions & 122 deletions slice2cpp/slice/Ice/LocatorF.h

This file was deleted.

58 changes: 0 additions & 58 deletions slice2cpp/slice/Ice/RouterF.cpp

This file was deleted.

Loading

0 comments on commit d3d6b8b

Please sign in to comment.