zeroc-ice 3.7.3 → 3.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/Util.cpp +15 -3
- data/ext/Util.h +36 -0
- data/ext/ice/cpp/include/Ice/Initialize.h +1 -1
- data/ext/ice/cpp/include/Ice/Optional.h +1 -1
- data/ext/ice/cpp/include/Ice/OutgoingAsync.h +15 -0
- data/ext/ice/cpp/include/Ice/Proxy.h +31 -9
- data/ext/ice/cpp/include/IceUtil/Config.h +2 -2
- data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Communicator.h +4 -4
- data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Connection.h +13 -13
- data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Current.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Endpoint.h +14 -14
- data/ext/ice/cpp/include/generated/Ice/EndpointF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/FacetMap.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Identity.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/LocalException.h +61 -61
- data/ext/ice/cpp/include/generated/Ice/Locator.h +9 -9
- data/ext/ice/cpp/include/generated/Ice/LocatorF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Logger.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/LoggerF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Metrics.h +18 -18
- data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Plugin.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/PluginF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Process.h +4 -4
- data/ext/ice/cpp/include/generated/Ice/ProcessF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Properties.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +5 -5
- data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +7 -7
- data/ext/ice/cpp/include/generated/Ice/Router.h +6 -6
- data/ext/ice/cpp/include/generated/Ice/RouterF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +2 -2
- data/ext/ice/cpp/include/generated/Ice/Version.h +2 -2
- data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +5 -5
- data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +2 -2
- data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +3 -3
- data/ext/ice/cpp/src/Ice/ArgVector.cpp +1 -1
- data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
- data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContextI.cpp +1 -1
- data/ext/ice/cpp/src/Ice/Initialize.cpp +1 -1
- data/ext/ice/cpp/src/Ice/InputStream.cpp +1 -1
- data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
- data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Network.cpp +1 -1
- data/ext/ice/cpp/src/Ice/Network.h +0 -0
- data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ProxyFactory.cpp +9 -0
- data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/RetryQueue.cpp +5 -2
- data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
- data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
- data/ext/ice/cpp/src/Ice/StreamSocket.cpp +0 -0
- data/ext/ice/cpp/src/Ice/UdpTransceiver.cpp +0 -0
- data/ext/ice/cpp/src/Ice/ValueFactory.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +479 -6
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +4 -4
- data/ext/ice/cpp/src/IceLocatorDiscovery/PluginI.cpp +12 -1
- data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/OpenSSLCertificateI.cpp +1 -1
- data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +1 -1
- data/ext/ice/cpp/src/IceSSL/PluginI.cpp +0 -0
- data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +1 -1
- data/ext/ice/cpp/src/IceSSL/Util.cpp +0 -0
- data/ext/ice/cpp/src/IceUtil/Time.cpp +2 -2
- data/ext/ice/cpp/src/Slice/Parser.cpp +1 -1
- data/ext/ice/cpp/src/Slice/Preprocessor.cpp +12 -0
- data/ext/ice/cpp/src/Slice/Preprocessor.h +1 -1
- data/ice.gemspec +1 -1
- data/lib/Glacier2/Metrics.rb +1 -1
- data/lib/Glacier2/PermissionsVerifier.rb +1 -1
- data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
- data/lib/Glacier2/Router.rb +1 -1
- data/lib/Glacier2/RouterF.rb +1 -1
- data/lib/Glacier2/SSLInfo.rb +1 -1
- data/lib/Glacier2/Session.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +1 -1
- data/lib/Ice/Communicator.rb +1 -1
- data/lib/Ice/CommunicatorF.rb +1 -1
- data/lib/Ice/Connection.rb +1 -1
- data/lib/Ice/ConnectionF.rb +1 -1
- data/lib/Ice/Current.rb +1 -1
- data/lib/Ice/Endpoint.rb +1 -1
- data/lib/Ice/EndpointF.rb +1 -1
- data/lib/Ice/EndpointTypes.rb +1 -1
- data/lib/Ice/FacetMap.rb +1 -1
- data/lib/Ice/Identity.rb +1 -1
- data/lib/Ice/ImplicitContext.rb +1 -1
- data/lib/Ice/ImplicitContextF.rb +1 -1
- data/lib/Ice/Instrumentation.rb +1 -1
- data/lib/Ice/InstrumentationF.rb +1 -1
- data/lib/Ice/LocalException.rb +1 -1
- data/lib/Ice/Locator.rb +1 -1
- data/lib/Ice/LocatorF.rb +1 -1
- data/lib/Ice/Logger.rb +1 -1
- data/lib/Ice/LoggerF.rb +1 -1
- data/lib/Ice/Metrics.rb +1 -1
- data/lib/Ice/ObjectAdapter.rb +1 -1
- data/lib/Ice/ObjectAdapterF.rb +1 -1
- data/lib/Ice/ObjectFactory.rb +1 -1
- data/lib/Ice/Plugin.rb +1 -1
- data/lib/Ice/PluginF.rb +1 -1
- data/lib/Ice/Process.rb +1 -1
- data/lib/Ice/ProcessF.rb +1 -1
- data/lib/Ice/Properties.rb +1 -1
- data/lib/Ice/PropertiesAdmin.rb +1 -1
- data/lib/Ice/PropertiesF.rb +1 -1
- data/lib/Ice/RemoteLogger.rb +1 -1
- data/lib/Ice/Router.rb +1 -1
- data/lib/Ice/RouterF.rb +1 -1
- data/lib/Ice/ServantLocator.rb +1 -1
- data/lib/Ice/ServantLocatorF.rb +1 -1
- data/lib/Ice/SliceChecksumDict.rb +1 -1
- data/lib/Ice/ValueFactory.rb +1 -1
- data/lib/Ice/Version.rb +1 -1
- data/lib/IceBox/IceBox.rb +1 -1
- data/lib/IceGrid/Admin.rb +1 -1
- data/lib/IceGrid/Descriptor.rb +1 -1
- data/lib/IceGrid/Exception.rb +1 -1
- data/lib/IceGrid/FileParser.rb +1 -1
- data/lib/IceGrid/PluginFacade.rb +1 -1
- data/lib/IceGrid/Registry.rb +1 -1
- data/lib/IceGrid/Session.rb +1 -1
- data/lib/IceGrid/UserAccountMapper.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +1 -1
- data/lib/IcePatch2/FileServer.rb +1 -1
- data/lib/IceStorm/IceStorm.rb +1 -1
- data/lib/IceStorm/Metrics.rb +1 -1
- data/slice/Ice/Communicator.ice +1 -1
- data/slice/IceBox/IceBox.ice +17 -2
- data/slice/IceDiscovery/IceDiscovery.ice +56 -0
- metadata +2 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
# if ICE_INT_VERSION % 100 >= 50
|
|
46
46
|
# error Beta header file detected
|
|
47
47
|
# endif
|
|
48
|
-
# if ICE_INT_VERSION % 100 <
|
|
48
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
49
49
|
# error Ice patch level mismatch!
|
|
50
50
|
# endif
|
|
51
51
|
#endif
|
|
@@ -565,7 +565,7 @@ public:
|
|
|
565
565
|
::std::function<void(bool)> sent = nullptr,
|
|
566
566
|
const Context& context = noExplicitContext)
|
|
567
567
|
{
|
|
568
|
-
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(response, ex, sent, this, &Ice::LocatorPrx::_iceI_findObjectById, id, context);
|
|
568
|
+
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LocatorPrx::_iceI_findObjectById, id, context);
|
|
569
569
|
}
|
|
570
570
|
|
|
571
571
|
/// \cond INTERNAL
|
|
@@ -617,7 +617,7 @@ public:
|
|
|
617
617
|
::std::function<void(bool)> sent = nullptr,
|
|
618
618
|
const Context& context = noExplicitContext)
|
|
619
619
|
{
|
|
620
|
-
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(response, ex, sent, this, &Ice::LocatorPrx::_iceI_findAdapterById, id, context);
|
|
620
|
+
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LocatorPrx::_iceI_findAdapterById, id, context);
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
/// \cond INTERNAL
|
|
@@ -660,7 +660,7 @@ public:
|
|
|
660
660
|
::std::function<void(bool)> sent = nullptr,
|
|
661
661
|
const Context& context = noExplicitContext)
|
|
662
662
|
{
|
|
663
|
-
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::LocatorRegistryPrx>>(response, ex, sent, this, &Ice::LocatorPrx::_iceI_getRegistry, context);
|
|
663
|
+
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::LocatorRegistryPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LocatorPrx::_iceI_getRegistry, context);
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
/// \cond INTERNAL
|
|
@@ -751,7 +751,7 @@ public:
|
|
|
751
751
|
::std::function<void(bool)> sent = nullptr,
|
|
752
752
|
const Context& context = noExplicitContext)
|
|
753
753
|
{
|
|
754
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::LocatorRegistryPrx::_iceI_setAdapterDirectProxy, id, proxy, context);
|
|
754
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LocatorRegistryPrx::_iceI_setAdapterDirectProxy, id, proxy, context);
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
/// \cond INTERNAL
|
|
@@ -818,7 +818,7 @@ public:
|
|
|
818
818
|
::std::function<void(bool)> sent = nullptr,
|
|
819
819
|
const Context& context = noExplicitContext)
|
|
820
820
|
{
|
|
821
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::LocatorRegistryPrx::_iceI_setReplicatedAdapterDirectProxy, adapterId, replicaGroupId, p, context);
|
|
821
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LocatorRegistryPrx::_iceI_setReplicatedAdapterDirectProxy, adapterId, replicaGroupId, p, context);
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
/// \cond INTERNAL
|
|
@@ -869,7 +869,7 @@ public:
|
|
|
869
869
|
::std::function<void(bool)> sent = nullptr,
|
|
870
870
|
const Context& context = noExplicitContext)
|
|
871
871
|
{
|
|
872
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::LocatorRegistryPrx::_iceI_setServerProcessProxy, id, proxy, context);
|
|
872
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LocatorRegistryPrx::_iceI_setServerProcessProxy, id, proxy, context);
|
|
873
873
|
}
|
|
874
874
|
|
|
875
875
|
/// \cond INTERNAL
|
|
@@ -943,7 +943,7 @@ public:
|
|
|
943
943
|
::std::function<void(bool)> sent = nullptr,
|
|
944
944
|
const Context& context = noExplicitContext)
|
|
945
945
|
{
|
|
946
|
-
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::LocatorPrx>>(response, ex, sent, this, &Ice::LocatorFinderPrx::_iceI_getLocator, context);
|
|
946
|
+
return _makeLamdaOutgoing<::std::shared_ptr<::Ice::LocatorPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LocatorFinderPrx::_iceI_getLocator, context);
|
|
947
947
|
}
|
|
948
948
|
|
|
949
949
|
/// \cond INTERNAL
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
# if ICE_INT_VERSION % 100 >= 50
|
|
37
37
|
# error Beta header file detected
|
|
38
38
|
# endif
|
|
39
|
-
# if ICE_INT_VERSION % 100 <
|
|
39
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
40
40
|
# error Ice patch level mismatch!
|
|
41
41
|
# endif
|
|
42
42
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
|
36
36
|
# error Beta header file detected
|
|
37
37
|
# endif
|
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
|
38
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
39
39
|
# error Ice patch level mismatch!
|
|
40
40
|
# endif
|
|
41
41
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
|
36
36
|
# error Beta header file detected
|
|
37
37
|
# endif
|
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
|
38
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
39
39
|
# error Ice patch level mismatch!
|
|
40
40
|
# endif
|
|
41
41
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
# if ICE_INT_VERSION % 100 >= 50
|
|
44
44
|
# error Beta header file detected
|
|
45
45
|
# endif
|
|
46
|
-
# if ICE_INT_VERSION % 100 <
|
|
46
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
47
47
|
# error Ice patch level mismatch!
|
|
48
48
|
# endif
|
|
49
49
|
#endif
|
|
@@ -359,7 +359,7 @@ public:
|
|
|
359
359
|
* @param failures The number of failures observed.
|
|
360
360
|
*/
|
|
361
361
|
Metrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures) :
|
|
362
|
-
id(
|
|
362
|
+
id(id),
|
|
363
363
|
total(total),
|
|
364
364
|
current(current),
|
|
365
365
|
totalLifetime(totalLifetime),
|
|
@@ -442,7 +442,7 @@ public:
|
|
|
442
442
|
* @param inUseForOther The number of threads which are currently performing other activities.
|
|
443
443
|
*/
|
|
444
444
|
ThreadMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, int inUseForIO, int inUseForUser, int inUseForOther) :
|
|
445
|
-
Ice::ValueHelper<ThreadMetrics, Metrics>(
|
|
445
|
+
Ice::ValueHelper<ThreadMetrics, Metrics>(id, total, current, totalLifetime, failures),
|
|
446
446
|
inUseForIO(inUseForIO),
|
|
447
447
|
inUseForUser(inUseForUser),
|
|
448
448
|
inUseForOther(inUseForOther)
|
|
@@ -512,7 +512,7 @@ public:
|
|
|
512
512
|
* @param replySize The size of the dispatch reply.
|
|
513
513
|
*/
|
|
514
514
|
DispatchMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, int userException, long long int size, long long int replySize) :
|
|
515
|
-
Ice::ValueHelper<DispatchMetrics, Metrics>(
|
|
515
|
+
Ice::ValueHelper<DispatchMetrics, Metrics>(id, total, current, totalLifetime, failures),
|
|
516
516
|
userException(userException),
|
|
517
517
|
size(size),
|
|
518
518
|
replySize(replySize)
|
|
@@ -582,7 +582,7 @@ public:
|
|
|
582
582
|
* @param replySize The size of the invocation reply.
|
|
583
583
|
*/
|
|
584
584
|
ChildInvocationMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, long long int size, long long int replySize) :
|
|
585
|
-
Ice::ValueHelper<ChildInvocationMetrics, Metrics>(
|
|
585
|
+
Ice::ValueHelper<ChildInvocationMetrics, Metrics>(id, total, current, totalLifetime, failures),
|
|
586
586
|
size(size),
|
|
587
587
|
replySize(replySize)
|
|
588
588
|
{
|
|
@@ -644,7 +644,7 @@ public:
|
|
|
644
644
|
* @param replySize The size of the invocation reply.
|
|
645
645
|
*/
|
|
646
646
|
CollocatedMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, long long int size, long long int replySize) :
|
|
647
|
-
Ice::ValueHelper<CollocatedMetrics, ChildInvocationMetrics>(
|
|
647
|
+
Ice::ValueHelper<CollocatedMetrics, ChildInvocationMetrics>(id, total, current, totalLifetime, failures, size, replySize)
|
|
648
648
|
{
|
|
649
649
|
}
|
|
650
650
|
|
|
@@ -693,7 +693,7 @@ public:
|
|
|
693
693
|
* @param replySize The size of the invocation reply.
|
|
694
694
|
*/
|
|
695
695
|
RemoteMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, long long int size, long long int replySize) :
|
|
696
|
-
Ice::ValueHelper<RemoteMetrics, ChildInvocationMetrics>(
|
|
696
|
+
Ice::ValueHelper<RemoteMetrics, ChildInvocationMetrics>(id, total, current, totalLifetime, failures, size, replySize)
|
|
697
697
|
{
|
|
698
698
|
}
|
|
699
699
|
|
|
@@ -744,11 +744,11 @@ public:
|
|
|
744
744
|
* @param collocated The collocated invocation metrics map.
|
|
745
745
|
*/
|
|
746
746
|
InvocationMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, int retry, int userException, const ::IceMX::MetricsMap& remotes, const ::IceMX::MetricsMap& collocated) :
|
|
747
|
-
Ice::ValueHelper<InvocationMetrics, Metrics>(
|
|
747
|
+
Ice::ValueHelper<InvocationMetrics, Metrics>(id, total, current, totalLifetime, failures),
|
|
748
748
|
retry(retry),
|
|
749
749
|
userException(userException),
|
|
750
|
-
remotes(
|
|
751
|
-
collocated(
|
|
750
|
+
remotes(remotes),
|
|
751
|
+
collocated(collocated)
|
|
752
752
|
{
|
|
753
753
|
}
|
|
754
754
|
|
|
@@ -816,7 +816,7 @@ public:
|
|
|
816
816
|
* @param sentBytes The number of bytes sent by the connection.
|
|
817
817
|
*/
|
|
818
818
|
ConnectionMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, long long int receivedBytes, long long int sentBytes) :
|
|
819
|
-
Ice::ValueHelper<ConnectionMetrics, Metrics>(
|
|
819
|
+
Ice::ValueHelper<ConnectionMetrics, Metrics>(id, total, current, totalLifetime, failures),
|
|
820
820
|
receivedBytes(receivedBytes),
|
|
821
821
|
sentBytes(sentBytes)
|
|
822
822
|
{
|
|
@@ -906,7 +906,7 @@ public:
|
|
|
906
906
|
{
|
|
907
907
|
response(::std::move(_result.returnValue), ::std::move(_result.disabledViews));
|
|
908
908
|
};
|
|
909
|
-
return _makeLamdaOutgoing<MetricsAdmin::GetMetricsViewNamesResult>(_responseCb, ex, sent, this, &IceMX::MetricsAdminPrx::_iceI_getMetricsViewNames, context);
|
|
909
|
+
return _makeLamdaOutgoing<MetricsAdmin::GetMetricsViewNamesResult>(std::move(_responseCb), std::move(ex), std::move(sent), this, &IceMX::MetricsAdminPrx::_iceI_getMetricsViewNames, context);
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
/// \cond INTERNAL
|
|
@@ -954,7 +954,7 @@ public:
|
|
|
954
954
|
::std::function<void(bool)> sent = nullptr,
|
|
955
955
|
const ::Ice::Context& context = ::Ice::noExplicitContext)
|
|
956
956
|
{
|
|
957
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &IceMX::MetricsAdminPrx::_iceI_enableMetricsView, name, context);
|
|
957
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &IceMX::MetricsAdminPrx::_iceI_enableMetricsView, name, context);
|
|
958
958
|
}
|
|
959
959
|
|
|
960
960
|
/// \cond INTERNAL
|
|
@@ -1002,7 +1002,7 @@ public:
|
|
|
1002
1002
|
::std::function<void(bool)> sent = nullptr,
|
|
1003
1003
|
const ::Ice::Context& context = ::Ice::noExplicitContext)
|
|
1004
1004
|
{
|
|
1005
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &IceMX::MetricsAdminPrx::_iceI_disableMetricsView, name, context);
|
|
1005
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &IceMX::MetricsAdminPrx::_iceI_disableMetricsView, name, context);
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
1008
|
/// \cond INTERNAL
|
|
@@ -1071,7 +1071,7 @@ public:
|
|
|
1071
1071
|
{
|
|
1072
1072
|
response(::std::move(_result.returnValue), _result.timestamp);
|
|
1073
1073
|
};
|
|
1074
|
-
return _makeLamdaOutgoing<MetricsAdmin::GetMetricsViewResult>(_responseCb, ex, sent, this, &IceMX::MetricsAdminPrx::_iceI_getMetricsView, view, context);
|
|
1074
|
+
return _makeLamdaOutgoing<MetricsAdmin::GetMetricsViewResult>(std::move(_responseCb), std::move(ex), std::move(sent), this, &IceMX::MetricsAdminPrx::_iceI_getMetricsView, view, context);
|
|
1075
1075
|
}
|
|
1076
1076
|
|
|
1077
1077
|
/// \cond INTERNAL
|
|
@@ -1123,7 +1123,7 @@ public:
|
|
|
1123
1123
|
::std::function<void(bool)> sent = nullptr,
|
|
1124
1124
|
const ::Ice::Context& context = ::Ice::noExplicitContext)
|
|
1125
1125
|
{
|
|
1126
|
-
return _makeLamdaOutgoing<::IceMX::MetricsFailuresSeq>(response, ex, sent, this, &IceMX::MetricsAdminPrx::_iceI_getMapMetricsFailures, view, map, context);
|
|
1126
|
+
return _makeLamdaOutgoing<::IceMX::MetricsFailuresSeq>(std::move(response), std::move(ex), std::move(sent), this, &IceMX::MetricsAdminPrx::_iceI_getMapMetricsFailures, view, map, context);
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
1129
|
/// \cond INTERNAL
|
|
@@ -1178,7 +1178,7 @@ public:
|
|
|
1178
1178
|
::std::function<void(bool)> sent = nullptr,
|
|
1179
1179
|
const ::Ice::Context& context = ::Ice::noExplicitContext)
|
|
1180
1180
|
{
|
|
1181
|
-
return _makeLamdaOutgoing<::IceMX::MetricsFailures>(response, ex, sent, this, &IceMX::MetricsAdminPrx::_iceI_getMetricsFailures, view, map, id, context);
|
|
1181
|
+
return _makeLamdaOutgoing<::IceMX::MetricsFailures>(std::move(response), std::move(ex), std::move(sent), this, &IceMX::MetricsAdminPrx::_iceI_getMetricsFailures, view, map, id, context);
|
|
1182
1182
|
}
|
|
1183
1183
|
|
|
1184
1184
|
/// \cond INTERNAL
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
# if ICE_INT_VERSION % 100 >= 50
|
|
49
49
|
# error Beta header file detected
|
|
50
50
|
# endif
|
|
51
|
-
# if ICE_INT_VERSION % 100 <
|
|
51
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
52
52
|
# error Ice patch level mismatch!
|
|
53
53
|
# endif
|
|
54
54
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
|
36
36
|
# error Beta header file detected
|
|
37
37
|
# endif
|
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
|
38
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
39
39
|
# error Ice patch level mismatch!
|
|
40
40
|
# endif
|
|
41
41
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
|
36
36
|
# error Beta header file detected
|
|
37
37
|
# endif
|
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
|
38
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
39
39
|
# error Ice patch level mismatch!
|
|
40
40
|
# endif
|
|
41
41
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
# if ICE_INT_VERSION % 100 >= 50
|
|
38
38
|
# error Beta header file detected
|
|
39
39
|
# endif
|
|
40
|
-
# if ICE_INT_VERSION % 100 <
|
|
40
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
41
41
|
# error Ice patch level mismatch!
|
|
42
42
|
# endif
|
|
43
43
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
# if ICE_INT_VERSION % 100 >= 50
|
|
36
36
|
# error Beta header file detected
|
|
37
37
|
# endif
|
|
38
|
-
# if ICE_INT_VERSION % 100 <
|
|
38
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
39
39
|
# error Ice patch level mismatch!
|
|
40
40
|
# endif
|
|
41
41
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
# if ICE_INT_VERSION % 100 >= 50
|
|
42
42
|
# error Beta header file detected
|
|
43
43
|
# endif
|
|
44
|
-
# if ICE_INT_VERSION % 100 <
|
|
44
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
45
45
|
# error Ice patch level mismatch!
|
|
46
46
|
# endif
|
|
47
47
|
#endif
|
|
@@ -198,7 +198,7 @@ public:
|
|
|
198
198
|
::std::function<void(bool)> sent = nullptr,
|
|
199
199
|
const Context& context = noExplicitContext)
|
|
200
200
|
{
|
|
201
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::ProcessPrx::_iceI_shutdown, context);
|
|
201
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::ProcessPrx::_iceI_shutdown, context);
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
/// \cond INTERNAL
|
|
@@ -247,7 +247,7 @@ public:
|
|
|
247
247
|
::std::function<void(bool)> sent = nullptr,
|
|
248
248
|
const Context& context = noExplicitContext)
|
|
249
249
|
{
|
|
250
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::ProcessPrx::_iceI_writeMessage, message, fd, context);
|
|
250
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::ProcessPrx::_iceI_writeMessage, message, fd, context);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
/// \cond INTERNAL
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
# if ICE_INT_VERSION % 100 >= 50
|
|
37
37
|
# error Beta header file detected
|
|
38
38
|
# endif
|
|
39
|
-
# if ICE_INT_VERSION % 100 <
|
|
39
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
40
40
|
# error Ice patch level mismatch!
|
|
41
41
|
# endif
|
|
42
42
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
# if ICE_INT_VERSION % 100 >= 50
|
|
43
43
|
# error Beta header file detected
|
|
44
44
|
# endif
|
|
45
|
-
# if ICE_INT_VERSION % 100 <
|
|
45
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
46
46
|
# error Ice patch level mismatch!
|
|
47
47
|
# endif
|
|
48
48
|
#endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) ZeroC, Inc. All rights reserved.
|
|
3
3
|
//
|
|
4
4
|
//
|
|
5
|
-
// Ice version 3.7.
|
|
5
|
+
// Ice version 3.7.4
|
|
6
6
|
//
|
|
7
7
|
// <auto-generated>
|
|
8
8
|
//
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
# if ICE_INT_VERSION % 100 >= 50
|
|
43
43
|
# error Beta header file detected
|
|
44
44
|
# endif
|
|
45
|
-
# if ICE_INT_VERSION % 100 <
|
|
45
|
+
# if ICE_INT_VERSION % 100 < 4
|
|
46
46
|
# error Ice patch level mismatch!
|
|
47
47
|
# endif
|
|
48
48
|
#endif
|
|
@@ -222,7 +222,7 @@ public:
|
|
|
222
222
|
::std::function<void(bool)> sent = nullptr,
|
|
223
223
|
const Context& context = noExplicitContext)
|
|
224
224
|
{
|
|
225
|
-
return _makeLamdaOutgoing<::std::string>(response, ex, sent, this, &Ice::PropertiesAdminPrx::_iceI_getProperty, key, context);
|
|
225
|
+
return _makeLamdaOutgoing<::std::string>(std::move(response), std::move(ex), std::move(sent), this, &Ice::PropertiesAdminPrx::_iceI_getProperty, key, context);
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
/// \cond INTERNAL
|
|
@@ -272,7 +272,7 @@ public:
|
|
|
272
272
|
::std::function<void(bool)> sent = nullptr,
|
|
273
273
|
const Context& context = noExplicitContext)
|
|
274
274
|
{
|
|
275
|
-
return _makeLamdaOutgoing<::Ice::PropertyDict>(response, ex, sent, this, &Ice::PropertiesAdminPrx::_iceI_getPropertiesForPrefix, prefix, context);
|
|
275
|
+
return _makeLamdaOutgoing<::Ice::PropertyDict>(std::move(response), std::move(ex), std::move(sent), this, &Ice::PropertiesAdminPrx::_iceI_getPropertiesForPrefix, prefix, context);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
/// \cond INTERNAL
|
|
@@ -333,7 +333,7 @@ public:
|
|
|
333
333
|
::std::function<void(bool)> sent = nullptr,
|
|
334
334
|
const Context& context = noExplicitContext)
|
|
335
335
|
{
|
|
336
|
-
return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::PropertiesAdminPrx::_iceI_setProperties, newProperties, context);
|
|
336
|
+
return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::PropertiesAdminPrx::_iceI_setProperties, newProperties, context);
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
/// \cond INTERNAL
|