Skip to content

Commit

Permalink
HEAD:(zeroc-ice/ice@32594ec760) Install Ruby and Python for macOS usi…
Browse files Browse the repository at this point in the history
…ng setup-LANG (zeroc-ice/ice#2909)
  • Loading branch information
externl authored and temp committed Oct 17, 2024
1 parent f886572 commit 3165083
Show file tree
Hide file tree
Showing 1,517 changed files with 2,298 additions and 2,298 deletions.
12 changes: 6 additions & 6 deletions slice2cpp/cpp/src/IceGrid/Internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1585,11 +1585,11 @@ IceGrid::ReplicaSessionPrx::_iceI_setAdapterDirectProxy(const ::std::shared_ptr<
{
ex.ice_throw();
}
catch(const AdapterExistsException&)
catch(const AdapterNotExistException&)
{
throw;
}
catch(const AdapterNotExistException&)
catch(const AdapterExistsException&)
{
throw;
}
Expand Down Expand Up @@ -1700,11 +1700,11 @@ IceGrid::InternalRegistryPrx::_iceI_registerNode(const ::std::shared_ptr<::IceIn
{
ex.ice_throw();
}
catch(const NodeActiveException&)
catch(const PermissionDeniedException&)
{
throw;
}
catch(const PermissionDeniedException&)
catch(const NodeActiveException&)
{
throw;
}
Expand Down Expand Up @@ -1750,11 +1750,11 @@ IceGrid::InternalRegistryPrx::_iceI_registerReplica(const ::std::shared_ptr<::Ic
{
ex.ice_throw();
}
catch(const ReplicaActiveException&)
catch(const PermissionDeniedException&)
{
throw;
}
catch(const PermissionDeniedException&)
catch(const ReplicaActiveException&)
{
throw;
}
Expand Down
24 changes: 12 additions & 12 deletions slice2cs/cpp/src/DataStorm/Contract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3242,6 +3242,12 @@ public abstract class PublisherSessionDisp_ : Ice.ObjectImpl, PublisherSession

public abstract void detachTopic(long topic, Ice.Current current);

public abstract void attachTags(long topic, ElementInfo[] tags, bool initialize, Ice.Current current);

public abstract void detachTags(long topic, long[] tags, Ice.Current current);

public abstract void announceElements(long topic, ElementInfo[] keys, Ice.Current current);

public abstract void attachElements(long topic, ElementSpec[] elements, bool initialize, Ice.Current current);

public abstract void attachElementsAck(long topic, ElementSpecAck[] elements, Ice.Current current);
Expand All @@ -3252,12 +3258,6 @@ public abstract class PublisherSessionDisp_ : Ice.ObjectImpl, PublisherSession

public abstract void disconnected(Ice.Current current);

public abstract void attachTags(long topic, ElementInfo[] tags, bool initialize, Ice.Current current);

public abstract void detachTags(long topic, long[] tags, Ice.Current current);

public abstract void announceElements(long topic, ElementInfo[] keys, Ice.Current current);

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

public static new string ice_staticId() => "::DataStormContract::PublisherSession";
Expand Down Expand Up @@ -3294,6 +3294,12 @@ public abstract class SubscriberSessionDisp_ : Ice.ObjectImpl, SubscriberSession

public abstract void detachTopic(long topic, Ice.Current current);

public abstract void attachTags(long topic, ElementInfo[] tags, bool initialize, Ice.Current current);

public abstract void detachTags(long topic, long[] tags, Ice.Current current);

public abstract void announceElements(long topic, ElementInfo[] keys, Ice.Current current);

public abstract void attachElements(long topic, ElementSpec[] elements, bool initialize, Ice.Current current);

public abstract void attachElementsAck(long topic, ElementSpecAck[] elements, Ice.Current current);
Expand All @@ -3304,12 +3310,6 @@ public abstract class SubscriberSessionDisp_ : Ice.ObjectImpl, SubscriberSession

public abstract void disconnected(Ice.Current current);

public abstract void attachTags(long topic, ElementInfo[] tags, bool initialize, Ice.Current current);

public abstract void detachTags(long topic, long[] tags, Ice.Current current);

public abstract void announceElements(long topic, ElementInfo[] keys, Ice.Current current);

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

public static new string ice_staticId() => "::DataStormContract::SubscriberSession";
Expand Down
4 changes: 2 additions & 2 deletions slice2cs/cpp/src/IceGrid/Internal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6415,6 +6415,8 @@ public abstract class NodeDisp_ : Ice.ObjectImpl, Node

public abstract void shutdown(Ice.Current current);

public abstract void replicaRemoved(InternalRegistryPrx? replica, Ice.Current current);

public abstract long getOffsetFromEnd(string filename, int lines, Ice.Current current);

public abstract bool read(string filename, long pos, int size, out long newPos, out string[] lines, Ice.Current current);
Expand All @@ -6423,8 +6425,6 @@ public abstract class NodeDisp_ : Ice.ObjectImpl, Node

public abstract void replicaAdded(InternalRegistryPrx? replica, Ice.Current current);

public abstract void replicaRemoved(InternalRegistryPrx? replica, Ice.Current current);

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

public static new string ice_staticId() => "::IceGrid::Node";
Expand Down
128 changes: 64 additions & 64 deletions slice2cs/cpp/test/Ice/operations/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13606,6 +13606,38 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract MyStruct1 opMyStruct1(MyStruct1 opMyStruct1, 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_OpMDict1MarshaledResult opMDict1(Ice.Current current);

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

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

public abstract MyClass_OpMStruct1MarshaledResult opMStruct1(Ice.Current current);

public abstract MyClass_OpMSeq1MarshaledResult opMSeq1(Ice.Current current);

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

public abstract void shutdown(Ice.Current current);

public abstract bool supportsCompress(Ice.Current current);
Expand Down Expand Up @@ -13714,38 +13746,6 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

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 @@ -13839,6 +13839,38 @@ namespace Test2
{
public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass
{
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_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 global::Test.MyClass_OpMStruct2MarshaledResult opMStruct2(global::Test.Structure p1, Ice.Current current);

public abstract global::Test.MyClass_OpMStruct1MarshaledResult opMStruct1(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 void shutdown(Ice.Current current);

public abstract bool supportsCompress(Ice.Current current);
Expand Down Expand Up @@ -13947,38 +13979,6 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

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
76 changes: 38 additions & 38 deletions slice2cs/cpp/test/Ice/operations/TestAMD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10024,44 +10024,6 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract global::System.Threading.Tasks.Task<MyStruct1> opMyStruct1Async(MyStruct1 opMyStruct1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<byte> opByte1Async(byte opByte1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<short> opShort1Async(short opShort1, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<long> opLong1Async(long opLong1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<float> opFloat1Async(float opFloat1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<double> opDouble1Async(double opDouble1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<string> opString1Async(string opString1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<string[]> opStringS1Async(string[] opStringS1, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<string[]> opStringS2Async(string[] stringS, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<string[]> opStringLiteralsAsync(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<string[]> opWStringLiteralsAsync(Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<MyClass_OpMStruct2MarshaledResult> opMStruct2Async(Structure p1, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<MyClass_OpMSeq2MarshaledResult> opMSeq2Async(string[] p1, Ice.Current current);

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

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

public abstract global::System.Threading.Tasks.Task shutdownAsync(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<bool> supportsCompressAsync(Ice.Current current);
Expand Down Expand Up @@ -10164,6 +10126,44 @@ public abstract class MyDerivedClassDisp_ : Ice.ObjectImpl, MyDerivedClass

public abstract global::System.Threading.Tasks.Task opIdempotentAsync(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<byte> opByte1Async(byte opByte1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<short> opShort1Async(short opShort1, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<long> opLong1Async(long opLong1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<float> opFloat1Async(float opFloat1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<double> opDouble1Async(double opDouble1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<string> opString1Async(string opString1, Ice.Current current);

public abstract global::System.Threading.Tasks.Task<string[]> opStringS1Async(string[] opStringS1, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<string[]> opStringS2Async(string[] stringS, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<string[]> opStringLiteralsAsync(Ice.Current current);

public abstract global::System.Threading.Tasks.Task<string[]> opWStringLiteralsAsync(Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<MyClass_OpMStruct2MarshaledResult> opMStruct2Async(Structure p1, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<MyClass_OpMSeq2MarshaledResult> opMSeq2Async(string[] p1, Ice.Current current);

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

public abstract global::System.Threading.Tasks.Task<MyClass_OpMDict2MarshaledResult> opMDict2Async(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
Loading

0 comments on commit 3165083

Please sign in to comment.