Skip to content

Commit

Permalink
HEAD:(zeroc-ice/ice@82b11305b7) Treat multicast address like loopback…
Browse files Browse the repository at this point in the history
… address wrt computation of default PublishedEndpoints (zeroc-ice/ice#3175)
  • Loading branch information
bernardnormier authored and temp committed Nov 21, 2024
1 parent 4da20b5 commit da4c611
Show file tree
Hide file tree
Showing 1,511 changed files with 1,945 additions and 1,945 deletions.
4 changes: 2 additions & 2 deletions slice2cpp/swift/test/Ice/exceptions/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,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;
}
Expand Down
16 changes: 8 additions & 8 deletions slice2cs/cpp/src/IceStorm/IceStormInternal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,14 @@ public abstract class TopicInternalDisp_ : Ice.ObjectImpl, TopicInternal

public abstract void reap(global::Ice.Identity[] id, Ice.Current current);

public abstract string getName(Ice.Current current);

public abstract global::Ice.ObjectPrx? getPublisher(Ice.Current current);

public abstract global::Ice.ObjectPrx? getNonReplicatedPublisher(Ice.Current current);

public abstract global::Ice.ObjectPrx? subscribeAndGetPublisher(global::System.Collections.Generic.Dictionary<string, string> theQoS, global::Ice.ObjectPrx? subscriber, Ice.Current current);

public abstract void unsubscribe(global::Ice.ObjectPrx? subscriber, Ice.Current current);

public abstract void link(TopicPrx? linkTo, int cost, Ice.Current current);
Expand All @@ -1313,14 +1321,6 @@ public abstract class TopicInternalDisp_ : Ice.ObjectImpl, TopicInternal

public abstract void destroy(Ice.Current current);

public abstract string getName(Ice.Current current);

public abstract global::Ice.ObjectPrx? getPublisher(Ice.Current current);

public abstract global::Ice.ObjectPrx? getNonReplicatedPublisher(Ice.Current current);

public abstract global::Ice.ObjectPrx? subscribeAndGetPublisher(global::System.Collections.Generic.Dictionary<string, string> theQoS, global::Ice.ObjectPrx? subscriber, Ice.Current current);

public override string ice_id(Ice.Current current) => ice_staticId();

public static new string ice_staticId() => "::IceStorm::TopicInternal";
Expand Down
4 changes: 2 additions & 2 deletions slice2cs/cpp/test/Ice/exceptions/TestAMD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -921,11 +921,11 @@ private void _iceI_throwAorDasAorD(int iceP_a, global::System.Collections.Generi
{
throw ex;
}
catch(D)
catch(A)
{
throw;
}
catch(A)
catch(D)
{
throw;
}
Expand Down
4 changes: 2 additions & 2 deletions slice2cs/cpp/test/Ice/location/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1118,12 +1118,12 @@ public abstract class TestLocatorDisp_ : Ice.ObjectImpl, TestLocator
{
public abstract int getRequestCount(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<global::Ice.ObjectPrx?> findObjectByIdAsync(global::Ice.Identity id, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<global::Ice.ObjectPrx?> findAdapterByIdAsync(string id, Ice.Current current);

public abstract global::Ice.LocatorRegistryPrx? getRegistry(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<global::Ice.ObjectPrx?> findObjectByIdAsync(global::Ice.Identity id, Ice.Current current);

public override string ice_id(Ice.Current current) => ice_staticId();

public static new string ice_staticId() => "::Test::TestLocator";
Expand Down
4 changes: 2 additions & 2 deletions slice2cs/cpp/test/Ice/operations/TestAMD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10118,10 +10118,10 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract global::System.Threading.Tasks.Task opByteSOnewayAsync(byte[] s, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, string>> opContextAsync(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<int> opByteSOnewayCallCountAsync(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, string>> opContextAsync(Ice.Current current);

public abstract global::System.Threading.Tasks.Task opDoubleMarshalingAsync(double p1, double[] p2, Ice.Current current);

public abstract global::System.Threading.Tasks.Task opIdempotentAsync(Ice.Current current);
Expand Down
144 changes: 72 additions & 72 deletions slice2cs/java/test/src/main/java/test/Ice/operations/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13436,6 +13436,42 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract long[] opShortIntLongS(short[] p1, int[] p2, long[] p3, out short[] p4, out int[] p5, out long[] p6, Ice.Current current);

public abstract short opShort1(short opShort1, Ice.Current current);

public abstract int opInt1(int opInt1, Ice.Current current);

public abstract long opLong1(long opLong1, Ice.Current current);

public abstract float opFloat1(float opFloat1, Ice.Current current);

public abstract double opDouble1(double opDouble1, Ice.Current current);

public abstract string opString1(string opString1, Ice.Current current);

public abstract string[] opStringS1(string[] opStringS1, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1(global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1, Ice.Current current);

public abstract string[] opStringS2(string[] stringS, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD2(global::System.Collections.Generic.Dictionary<byte, bool> byteBoolD, Ice.Current current);

public abstract string[] opStringLiterals(Ice.Current current);

public abstract string[] opWStringLiterals(Ice.Current current);

public abstract MyClass_OpMStruct1MarshaledResult opMStruct1(Ice.Current current);

public abstract MyClass_OpMStruct2MarshaledResult opMStruct2(Structure p1, Ice.Current current);

public abstract MyClass_OpMSeq1MarshaledResult opMSeq1(Ice.Current current);

public abstract MyClass_OpMSeq2MarshaledResult opMSeq2(string[] p1, Ice.Current current);

public abstract MyClass_OpMDict1MarshaledResult opMDict1(Ice.Current current);

public abstract MyClass_OpMDict2MarshaledResult opMDict2(global::System.Collections.Generic.Dictionary<string, string> p1, Ice.Current current);

public abstract double[] opFloatDoubleS(float[] p1, double[] p2, out float[] p3, out double[] p4, Ice.Current current);

public abstract string[] opStringS(string[] p1, string[] p2, out string[] p3, Ice.Current current);
Expand Down Expand Up @@ -13512,42 +13548,6 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract byte opByte1(byte opByte1, Ice.Current current);

public abstract short opShort1(short opShort1, Ice.Current current);

public abstract int opInt1(int opInt1, Ice.Current current);

public abstract long opLong1(long opLong1, Ice.Current current);

public abstract float opFloat1(float opFloat1, Ice.Current current);

public abstract double opDouble1(double opDouble1, Ice.Current current);

public abstract string opString1(string opString1, Ice.Current current);

public abstract string[] opStringS1(string[] opStringS1, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1(global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1, Ice.Current current);

public abstract string[] opStringS2(string[] stringS, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD2(global::System.Collections.Generic.Dictionary<byte, bool> byteBoolD, Ice.Current current);

public abstract string[] opStringLiterals(Ice.Current current);

public abstract string[] opWStringLiterals(Ice.Current current);

public abstract MyClass_OpMStruct1MarshaledResult opMStruct1(Ice.Current current);

public abstract MyClass_OpMStruct2MarshaledResult opMStruct2(Structure p1, Ice.Current current);

public abstract MyClass_OpMSeq1MarshaledResult opMSeq1(Ice.Current current);

public abstract MyClass_OpMSeq2MarshaledResult opMSeq2(string[] p1, Ice.Current current);

public abstract MyClass_OpMDict1MarshaledResult opMDict1(Ice.Current current);

public abstract MyClass_OpMDict2MarshaledResult opMDict2(global::System.Collections.Generic.Dictionary<string, string> p1, Ice.Current current);

public override string ice_id(Ice.Current current) => ice_staticId();

public static new string ice_staticId() => "::Test::MyDerivedClass";
Expand Down Expand Up @@ -13669,6 +13669,42 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract long[] opShortIntLongS(short[] p1, int[] p2, long[] p3, out short[] p4, out int[] p5, out long[] p6, Ice.Current current);

public abstract short opShort1(short opShort1, Ice.Current current);

public abstract int opInt1(int opInt1, Ice.Current current);

public abstract long opLong1(long opLong1, Ice.Current current);

public abstract float opFloat1(float opFloat1, Ice.Current current);

public abstract double opDouble1(double opDouble1, Ice.Current current);

public abstract string opString1(string opString1, Ice.Current current);

public abstract string[] opStringS1(string[] opStringS1, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1(global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1, Ice.Current current);

public abstract string[] opStringS2(string[] stringS, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD2(global::System.Collections.Generic.Dictionary<byte, bool> byteBoolD, Ice.Current current);

public abstract string[] opStringLiterals(Ice.Current current);

public abstract string[] opWStringLiterals(Ice.Current current);

public abstract global::Test.MyClass_OpMStruct1MarshaledResult opMStruct1(Ice.Current current);

public abstract global::Test.MyClass_OpMStruct2MarshaledResult opMStruct2(global::Test.Structure p1, Ice.Current current);

public abstract global::Test.MyClass_OpMSeq1MarshaledResult opMSeq1(Ice.Current current);

public abstract global::Test.MyClass_OpMSeq2MarshaledResult opMSeq2(string[] p1, Ice.Current current);

public abstract global::Test.MyClass_OpMDict1MarshaledResult opMDict1(Ice.Current current);

public abstract global::Test.MyClass_OpMDict2MarshaledResult opMDict2(global::System.Collections.Generic.Dictionary<string, string> p1, Ice.Current current);

public abstract double[] opFloatDoubleS(float[] p1, double[] p2, out float[] p3, out double[] p4, Ice.Current current);

public abstract string[] opStringS(string[] p1, string[] p2, out string[] p3, Ice.Current current);
Expand Down Expand Up @@ -13745,42 +13781,6 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract byte opByte1(byte opByte1, Ice.Current current);

public abstract short opShort1(short opShort1, Ice.Current current);

public abstract int opInt1(int opInt1, Ice.Current current);

public abstract long opLong1(long opLong1, Ice.Current current);

public abstract float opFloat1(float opFloat1, Ice.Current current);

public abstract double opDouble1(double opDouble1, Ice.Current current);

public abstract string opString1(string opString1, Ice.Current current);

public abstract string[] opStringS1(string[] opStringS1, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1(global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD1, Ice.Current current);

public abstract string[] opStringS2(string[] stringS, Ice.Current current);

public abstract global::System.Collections.Generic.Dictionary<byte, bool> opByteBoolD2(global::System.Collections.Generic.Dictionary<byte, bool> byteBoolD, Ice.Current current);

public abstract string[] opStringLiterals(Ice.Current current);

public abstract string[] opWStringLiterals(Ice.Current current);

public abstract global::Test.MyClass_OpMStruct1MarshaledResult opMStruct1(Ice.Current current);

public abstract global::Test.MyClass_OpMStruct2MarshaledResult opMStruct2(global::Test.Structure p1, Ice.Current current);

public abstract global::Test.MyClass_OpMSeq1MarshaledResult opMSeq1(Ice.Current current);

public abstract global::Test.MyClass_OpMSeq2MarshaledResult opMSeq2(string[] p1, Ice.Current current);

public abstract global::Test.MyClass_OpMDict1MarshaledResult opMDict1(Ice.Current current);

public abstract global::Test.MyClass_OpMDict2MarshaledResult opMDict2(global::System.Collections.Generic.Dictionary<string, string> p1, Ice.Current current);

public override string ice_id(Ice.Current current) => ice_staticId();

public static new string ice_staticId() => "::Test2::MyDerivedClass";
Expand Down
10 changes: 5 additions & 5 deletions slice2cs/js/test/Ice/location/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ private void _iceI_setAdapterDirectProxy(string iceP_id, global::Ice.ObjectPrx?
{
throw ex;
}
catch(global::Ice.AdapterNotFoundException)
catch(global::Ice.AdapterAlreadyActiveException)
{
throw;
}
catch(global::Ice.AdapterAlreadyActiveException)
catch(global::Ice.AdapterNotFoundException)
{
throw;
}
Expand Down Expand Up @@ -255,15 +255,15 @@ private void _iceI_setReplicatedAdapterDirectProxy(string iceP_adapterId, string
{
throw ex;
}
catch(global::Ice.AdapterNotFoundException)
catch(global::Ice.AdapterAlreadyActiveException)
{
throw;
}
catch(global::Ice.InvalidReplicaGroupIdException)
catch(global::Ice.AdapterNotFoundException)
{
throw;
}
catch(global::Ice.AdapterAlreadyActiveException)
catch(global::Ice.InvalidReplicaGroupIdException)
{
throw;
}
Expand Down
Loading

0 comments on commit da4c611

Please sign in to comment.