Skip to content

Commit

Permalink
HEAD:(zeroc-ice/ice@4d56e7917f) Doxygen Awesome theme added to cpp
Browse files Browse the repository at this point in the history
…and `slice` Doxygen builds (zeroc-ice/ice#1865)
  • Loading branch information
ReeceHumphreys authored and temp committed Feb 27, 2024
1 parent e9f2b81 commit 5a2ca97
Show file tree
Hide file tree
Showing 1,754 changed files with 2,459 additions and 2,459 deletions.
8 changes: 4 additions & 4 deletions slice2cpp/slice/IceGrid/Admin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1562,11 +1562,11 @@ IceGrid::AdminPrx::_iceI_updateObject(const ::std::shared_ptr<::IceInternal::Out
{
ex.ice_throw();
}
catch(const DeploymentException&)
catch(const ObjectNotRegisteredException&)
{
throw;
}
catch(const ObjectNotRegisteredException&)
catch(const DeploymentException&)
{
throw;
}
Expand Down Expand Up @@ -1672,11 +1672,11 @@ IceGrid::AdminPrx::_iceI_removeObject(const ::std::shared_ptr<::IceInternal::Out
{
ex.ice_throw();
}
catch(const DeploymentException&)
catch(const ObjectNotRegisteredException&)
{
throw;
}
catch(const ObjectNotRegisteredException&)
catch(const DeploymentException&)
{
throw;
}
Expand Down
8 changes: 4 additions & 4 deletions slice2cs/cpp/src/IceGrid/Internal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7559,11 +7559,11 @@ private void _iceI_setAdapterDirectProxy(string iceP_adapterId, string iceP_repl
{
throw ex;
}
catch(AdapterNotExistException)
catch(AdapterExistsException)
{
throw;
}
catch(AdapterExistsException)
catch(AdapterNotExistException)
{
throw;
}
Expand Down Expand Up @@ -8122,11 +8122,11 @@ private void _iceI_registerReplica(InternalReplicaInfo iceP_info, InternalRegist
{
throw ex;
}
catch(PermissionDeniedException)
catch(ReplicaActiveException)
{
throw;
}
catch(ReplicaActiveException)
catch(PermissionDeniedException)
{
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 @@ -1734,12 +1734,12 @@ public abstract class TestLocatorRegistryDisp_ : global::Ice.ObjectImpl, TestLoc

#region Inherited Slice operations

public abstract global::System.Threading.Tasks.Task setAdapterDirectProxyAsync(string id, global::Ice.ObjectPrx proxy, global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task setReplicatedAdapterDirectProxyAsync(string adapterId, string replicaGroupId, global::Ice.ObjectPrx p, global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task setServerProcessProxyAsync(string id, global::Ice.ProcessPrx proxy, global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task setAdapterDirectProxyAsync(string id, global::Ice.ObjectPrx proxy, global::Ice.Current current = null);

#endregion

#region Slice type-related members
Expand Down
56 changes: 28 additions & 28 deletions slice2cs/cpp/test/Ice/operations/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17184,14 +17184,6 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

#region Inherited Slice operations

public abstract void shutdown(global::Ice.Current current = null);

public abstract bool supportsCompress(global::Ice.Current current = null);

public abstract void opVoid(global::Ice.Current current = null);

public abstract byte opByte(byte p1, byte p2, out byte p3, global::Ice.Current current = null);

public abstract bool opBool(bool p1, bool p2, out bool p3, global::Ice.Current current = null);

public abstract long opShortIntLong(short p1, int p2, long p3, out short p4, out int p5, out long p6, global::Ice.Current current = null);
Expand Down Expand Up @@ -17256,12 +17248,6 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

public abstract global::System.Collections.Generic.Dictionary<MyStruct, MyEnum>[] opMyStructMyEnumDS(global::System.Collections.Generic.Dictionary<MyStruct, MyEnum>[] p1, global::System.Collections.Generic.Dictionary<MyStruct, MyEnum>[] p2, out global::System.Collections.Generic.Dictionary<MyStruct, MyEnum>[] p3, global::Ice.Current current = null);

public abstract void opIdempotent(global::Ice.Current current = null);

public abstract void opNonmutating(global::Ice.Current current = null);

public abstract byte opByte1(byte opByte1, global::Ice.Current current = null);

public abstract global::System.Collections.Generic.Dictionary<byte, byte[]> opByteByteSD(global::System.Collections.Generic.Dictionary<byte, byte[]> p1, global::System.Collections.Generic.Dictionary<byte, byte[]> p2, out global::System.Collections.Generic.Dictionary<byte, byte[]> p3, global::Ice.Current current = null);

public abstract global::System.Collections.Generic.Dictionary<bool, bool[]> opBoolBoolSD(global::System.Collections.Generic.Dictionary<bool, bool[]> p1, global::System.Collections.Generic.Dictionary<bool, bool[]> p2, out global::System.Collections.Generic.Dictionary<bool, bool[]> p3, global::Ice.Current current = null);
Expand Down Expand Up @@ -17290,6 +17276,12 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

public abstract void opDoubleMarshaling(double p1, double[] p2, global::Ice.Current current = null);

public abstract void opIdempotent(global::Ice.Current current = null);

public abstract void opNonmutating(global::Ice.Current current = null);

public abstract byte opByte1(byte opByte1, global::Ice.Current current = null);

public abstract short opShort1(short opShort1, global::Ice.Current current = null);

public abstract int opInt1(int opInt1, global::Ice.Current current = null);
Expand Down Expand Up @@ -17326,6 +17318,14 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

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

public abstract void shutdown(global::Ice.Current current = null);

public abstract bool supportsCompress(global::Ice.Current current = null);

public abstract void opVoid(global::Ice.Current current = null);

public abstract byte opByte(byte p1, byte p2, out byte p3, global::Ice.Current current = null);

#endregion

#region Slice type-related members
Expand Down Expand Up @@ -17830,14 +17830,6 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla
{
#region Inherited Slice operations

public abstract void shutdown(global::Ice.Current current = null);

public abstract bool supportsCompress(global::Ice.Current current = null);

public abstract void opVoid(global::Ice.Current current = null);

public abstract byte opByte(byte p1, byte p2, out byte p3, global::Ice.Current current = null);

public abstract bool opBool(bool p1, bool p2, out bool p3, global::Ice.Current current = null);

public abstract long opShortIntLong(short p1, int p2, long p3, out short p4, out int p5, out long p6, global::Ice.Current current = null);
Expand Down Expand Up @@ -17902,12 +17894,6 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

public abstract global::System.Collections.Generic.Dictionary<global::Test.MyStruct, global::Test.MyEnum>[] opMyStructMyEnumDS(global::System.Collections.Generic.Dictionary<global::Test.MyStruct, global::Test.MyEnum>[] p1, global::System.Collections.Generic.Dictionary<global::Test.MyStruct, global::Test.MyEnum>[] p2, out global::System.Collections.Generic.Dictionary<global::Test.MyStruct, global::Test.MyEnum>[] p3, global::Ice.Current current = null);

public abstract void opIdempotent(global::Ice.Current current = null);

public abstract void opNonmutating(global::Ice.Current current = null);

public abstract byte opByte1(byte opByte1, global::Ice.Current current = null);

public abstract global::System.Collections.Generic.Dictionary<byte, byte[]> opByteByteSD(global::System.Collections.Generic.Dictionary<byte, byte[]> p1, global::System.Collections.Generic.Dictionary<byte, byte[]> p2, out global::System.Collections.Generic.Dictionary<byte, byte[]> p3, global::Ice.Current current = null);

public abstract global::System.Collections.Generic.Dictionary<bool, bool[]> opBoolBoolSD(global::System.Collections.Generic.Dictionary<bool, bool[]> p1, global::System.Collections.Generic.Dictionary<bool, bool[]> p2, out global::System.Collections.Generic.Dictionary<bool, bool[]> p3, global::Ice.Current current = null);
Expand Down Expand Up @@ -17936,6 +17922,12 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

public abstract void opDoubleMarshaling(double p1, double[] p2, global::Ice.Current current = null);

public abstract void opIdempotent(global::Ice.Current current = null);

public abstract void opNonmutating(global::Ice.Current current = null);

public abstract byte opByte1(byte opByte1, global::Ice.Current current = null);

public abstract short opShort1(short opShort1, global::Ice.Current current = null);

public abstract int opInt1(int opInt1, global::Ice.Current current = null);
Expand Down Expand Up @@ -17972,6 +17964,14 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

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

public abstract void shutdown(global::Ice.Current current = null);

public abstract bool supportsCompress(global::Ice.Current current = null);

public abstract void opVoid(global::Ice.Current current = null);

public abstract byte opByte(byte p1, byte p2, out byte p3, global::Ice.Current current = null);

#endregion

#region Slice type-related members
Expand Down
24 changes: 12 additions & 12 deletions slice2cs/cpp/test/Ice/operations/TestAMD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13342,6 +13342,14 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

#region Inherited Slice operations

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

public abstract global::System.Threading.Tasks.Task<bool> supportsCompressAsync(global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task opVoidAsync(global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task<MyClass_OpByteResult> opByteAsync(byte p1, byte p2, global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task<MyClass_OpBoolResult> opBoolAsync(bool p1, bool p2, global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task<MyClass_OpShortIntLongResult> opShortIntLongAsync(short p1, int p2, long p3, global::Ice.Current current = null);
Expand Down Expand Up @@ -13372,6 +13380,10 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

public abstract global::System.Threading.Tasks.Task<MyClass_OpShortIntLongSSResult> opShortIntLongSSAsync(short[][] p1, int[][] p2, long[][] p3, global::Ice.Current current = null);

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

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

public abstract global::System.Threading.Tasks.Task<MyClass_OpFloatDoubleSSResult> opFloatDoubleSSAsync(float[][] p1, double[][] p2, global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task<MyClass_OpStringSSResult> opStringSSAsync(string[][] p1, string[][] p2, global::Ice.Current current = null);
Expand Down Expand Up @@ -13472,18 +13484,6 @@ public abstract class MyDerivedClassDisp_ : global::Ice.ObjectImpl, MyDerivedCla

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

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

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

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

public abstract global::System.Threading.Tasks.Task<bool> supportsCompressAsync(global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task opVoidAsync(global::Ice.Current current = null);

public abstract global::System.Threading.Tasks.Task<MyClass_OpByteResult> opByteAsync(byte p1, byte p2, global::Ice.Current current = null);

#endregion

#region Slice type-related members
Expand Down
4 changes: 2 additions & 2 deletions slice2cs/csharp/test/Ice/inheritance/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2087,12 +2087,12 @@ public abstract class ICDisp_ : global::Ice.ObjectImpl, IC

#region Inherited Slice operations

public abstract IAPrx iaop(IAPrx p, global::Ice.Current current = null);

public abstract global::Ice.inheritance.Test.MB.IB1Prx ib1op(global::Ice.inheritance.Test.MB.IB1Prx p, global::Ice.Current current = null);

public abstract global::Ice.inheritance.Test.MB.IB2Prx ib2op(global::Ice.inheritance.Test.MB.IB2Prx p, global::Ice.Current current = null);

public abstract IAPrx iaop(IAPrx p, global::Ice.Current current = null);

#endregion

#region Slice type-related members
Expand Down
4 changes: 2 additions & 2 deletions slice2cs/csharp/test/Ice/location/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1881,12 +1881,12 @@ public abstract class TestLocatorDisp_ : global::Ice.ObjectImpl, TestLocator

#region Inherited Slice operations

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

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

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

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

#endregion

#region Slice type-related members
Expand Down
Loading

0 comments on commit 5a2ca97

Please sign in to comment.