zeroc-ice 3.7.3 → 3.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. checksums.yaml +4 -4
  2. data/ext/Util.cpp +15 -3
  3. data/ext/Util.h +36 -0
  4. data/ext/ice/cpp/include/Ice/Initialize.h +1 -1
  5. data/ext/ice/cpp/include/Ice/Optional.h +1 -1
  6. data/ext/ice/cpp/include/Ice/OutgoingAsync.h +15 -0
  7. data/ext/ice/cpp/include/Ice/Proxy.h +31 -9
  8. data/ext/ice/cpp/include/IceUtil/Config.h +2 -2
  9. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +2 -2
  10. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +2 -2
  11. data/ext/ice/cpp/include/generated/Ice/Communicator.h +4 -4
  12. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +2 -2
  13. data/ext/ice/cpp/include/generated/Ice/Connection.h +13 -13
  14. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +2 -2
  15. data/ext/ice/cpp/include/generated/Ice/Current.h +2 -2
  16. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +14 -14
  17. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +2 -2
  18. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +2 -2
  19. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +2 -2
  20. data/ext/ice/cpp/include/generated/Ice/Identity.h +2 -2
  21. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +2 -2
  22. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +2 -2
  23. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +2 -2
  24. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +2 -2
  25. data/ext/ice/cpp/include/generated/Ice/LocalException.h +61 -61
  26. data/ext/ice/cpp/include/generated/Ice/Locator.h +9 -9
  27. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +2 -2
  28. data/ext/ice/cpp/include/generated/Ice/Logger.h +2 -2
  29. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +2 -2
  30. data/ext/ice/cpp/include/generated/Ice/Metrics.h +18 -18
  31. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +2 -2
  32. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +2 -2
  33. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +2 -2
  34. data/ext/ice/cpp/include/generated/Ice/Plugin.h +2 -2
  35. data/ext/ice/cpp/include/generated/Ice/PluginF.h +2 -2
  36. data/ext/ice/cpp/include/generated/Ice/Process.h +4 -4
  37. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +2 -2
  38. data/ext/ice/cpp/include/generated/Ice/Properties.h +2 -2
  39. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +5 -5
  40. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +2 -2
  41. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +7 -7
  42. data/ext/ice/cpp/include/generated/Ice/Router.h +6 -6
  43. data/ext/ice/cpp/include/generated/Ice/RouterF.h +2 -2
  44. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +2 -2
  45. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +2 -2
  46. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +2 -2
  47. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +2 -2
  48. data/ext/ice/cpp/include/generated/Ice/Version.h +2 -2
  49. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +5 -5
  50. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +2 -2
  51. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +3 -3
  52. data/ext/ice/cpp/src/Ice/ArgVector.cpp +1 -1
  53. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
  54. data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
  55. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
  56. data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
  57. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
  58. data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
  59. data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
  60. data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
  61. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
  62. data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
  63. data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
  64. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
  65. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
  66. data/ext/ice/cpp/src/Ice/ImplicitContextI.cpp +1 -1
  67. data/ext/ice/cpp/src/Ice/Initialize.cpp +1 -1
  68. data/ext/ice/cpp/src/Ice/InputStream.cpp +1 -1
  69. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
  70. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
  71. data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
  72. data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
  73. data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
  74. data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
  75. data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
  76. data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
  77. data/ext/ice/cpp/src/Ice/Network.cpp +1 -1
  78. data/ext/ice/cpp/src/Ice/Network.h +0 -0
  79. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
  80. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
  81. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
  82. data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
  83. data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
  84. data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
  85. data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
  86. data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
  87. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
  88. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
  89. data/ext/ice/cpp/src/Ice/ProxyFactory.cpp +9 -0
  90. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
  91. data/ext/ice/cpp/src/Ice/RetryQueue.cpp +5 -2
  92. data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
  93. data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
  94. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
  95. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
  96. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
  97. data/ext/ice/cpp/src/Ice/StreamSocket.cpp +0 -0
  98. data/ext/ice/cpp/src/Ice/UdpTransceiver.cpp +0 -0
  99. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +2 -2
  100. data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
  101. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
  102. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +479 -6
  103. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
  104. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +4 -4
  105. data/ext/ice/cpp/src/IceLocatorDiscovery/PluginI.cpp +12 -1
  106. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
  107. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +2 -2
  108. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
  109. data/ext/ice/cpp/src/IceSSL/OpenSSLCertificateI.cpp +1 -1
  110. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +1 -1
  111. data/ext/ice/cpp/src/IceSSL/PluginI.cpp +0 -0
  112. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +1 -1
  113. data/ext/ice/cpp/src/IceSSL/Util.cpp +0 -0
  114. data/ext/ice/cpp/src/IceUtil/Time.cpp +2 -2
  115. data/ext/ice/cpp/src/Slice/Parser.cpp +1 -1
  116. data/ext/ice/cpp/src/Slice/Preprocessor.cpp +12 -0
  117. data/ext/ice/cpp/src/Slice/Preprocessor.h +1 -1
  118. data/ice.gemspec +1 -1
  119. data/lib/Glacier2/Metrics.rb +1 -1
  120. data/lib/Glacier2/PermissionsVerifier.rb +1 -1
  121. data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
  122. data/lib/Glacier2/Router.rb +1 -1
  123. data/lib/Glacier2/RouterF.rb +1 -1
  124. data/lib/Glacier2/SSLInfo.rb +1 -1
  125. data/lib/Glacier2/Session.rb +1 -1
  126. data/lib/Ice/BuiltinSequences.rb +1 -1
  127. data/lib/Ice/Communicator.rb +1 -1
  128. data/lib/Ice/CommunicatorF.rb +1 -1
  129. data/lib/Ice/Connection.rb +1 -1
  130. data/lib/Ice/ConnectionF.rb +1 -1
  131. data/lib/Ice/Current.rb +1 -1
  132. data/lib/Ice/Endpoint.rb +1 -1
  133. data/lib/Ice/EndpointF.rb +1 -1
  134. data/lib/Ice/EndpointTypes.rb +1 -1
  135. data/lib/Ice/FacetMap.rb +1 -1
  136. data/lib/Ice/Identity.rb +1 -1
  137. data/lib/Ice/ImplicitContext.rb +1 -1
  138. data/lib/Ice/ImplicitContextF.rb +1 -1
  139. data/lib/Ice/Instrumentation.rb +1 -1
  140. data/lib/Ice/InstrumentationF.rb +1 -1
  141. data/lib/Ice/LocalException.rb +1 -1
  142. data/lib/Ice/Locator.rb +1 -1
  143. data/lib/Ice/LocatorF.rb +1 -1
  144. data/lib/Ice/Logger.rb +1 -1
  145. data/lib/Ice/LoggerF.rb +1 -1
  146. data/lib/Ice/Metrics.rb +1 -1
  147. data/lib/Ice/ObjectAdapter.rb +1 -1
  148. data/lib/Ice/ObjectAdapterF.rb +1 -1
  149. data/lib/Ice/ObjectFactory.rb +1 -1
  150. data/lib/Ice/Plugin.rb +1 -1
  151. data/lib/Ice/PluginF.rb +1 -1
  152. data/lib/Ice/Process.rb +1 -1
  153. data/lib/Ice/ProcessF.rb +1 -1
  154. data/lib/Ice/Properties.rb +1 -1
  155. data/lib/Ice/PropertiesAdmin.rb +1 -1
  156. data/lib/Ice/PropertiesF.rb +1 -1
  157. data/lib/Ice/RemoteLogger.rb +1 -1
  158. data/lib/Ice/Router.rb +1 -1
  159. data/lib/Ice/RouterF.rb +1 -1
  160. data/lib/Ice/ServantLocator.rb +1 -1
  161. data/lib/Ice/ServantLocatorF.rb +1 -1
  162. data/lib/Ice/SliceChecksumDict.rb +1 -1
  163. data/lib/Ice/ValueFactory.rb +1 -1
  164. data/lib/Ice/Version.rb +1 -1
  165. data/lib/IceBox/IceBox.rb +1 -1
  166. data/lib/IceGrid/Admin.rb +1 -1
  167. data/lib/IceGrid/Descriptor.rb +1 -1
  168. data/lib/IceGrid/Exception.rb +1 -1
  169. data/lib/IceGrid/FileParser.rb +1 -1
  170. data/lib/IceGrid/PluginFacade.rb +1 -1
  171. data/lib/IceGrid/Registry.rb +1 -1
  172. data/lib/IceGrid/Session.rb +1 -1
  173. data/lib/IceGrid/UserAccountMapper.rb +1 -1
  174. data/lib/IcePatch2/FileInfo.rb +1 -1
  175. data/lib/IcePatch2/FileServer.rb +1 -1
  176. data/lib/IceStorm/IceStorm.rb +1 -1
  177. data/lib/IceStorm/Metrics.rb +1 -1
  178. data/slice/Ice/Communicator.ice +1 -1
  179. data/slice/IceBox/IceBox.ice +17 -2
  180. data/slice/IceDiscovery/IceDiscovery.ice +56 -0
  181. 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.3
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 < 3
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.3
5
+ // Ice version 3.7.4
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -44,7 +44,7 @@
44
44
  # if ICE_INT_VERSION % 100 >= 50
45
45
  # error Beta header file detected
46
46
  # endif
47
- # if ICE_INT_VERSION % 100 < 3
47
+ # if ICE_INT_VERSION % 100 < 4
48
48
  # error Ice patch level mismatch!
49
49
  # endif
50
50
  #endif
@@ -415,7 +415,7 @@ public:
415
415
  ::std::function<void(bool)> sent = nullptr,
416
416
  const Context& context = noExplicitContext)
417
417
  {
418
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::RemoteLoggerPrx::_iceI_init, prefix, logMessages, context);
418
+ return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::RemoteLoggerPrx::_iceI_init, prefix, logMessages, context);
419
419
  }
420
420
 
421
421
  /// \cond INTERNAL
@@ -461,7 +461,7 @@ public:
461
461
  ::std::function<void(bool)> sent = nullptr,
462
462
  const Context& context = noExplicitContext)
463
463
  {
464
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::RemoteLoggerPrx::_iceI_log, message, context);
464
+ return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::RemoteLoggerPrx::_iceI_log, message, context);
465
465
  }
466
466
 
467
467
  /// \cond INTERNAL
@@ -558,7 +558,7 @@ public:
558
558
  ::std::function<void(bool)> sent = nullptr,
559
559
  const Context& context = noExplicitContext)
560
560
  {
561
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &Ice::LoggerAdminPrx::_iceI_attachRemoteLogger, prx, messageTypes, traceCategories, messageMax, context);
561
+ return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LoggerAdminPrx::_iceI_attachRemoteLogger, prx, messageTypes, traceCategories, messageMax, context);
562
562
  }
563
563
 
564
564
  /// \cond INTERNAL
@@ -605,7 +605,7 @@ public:
605
605
  ::std::function<void(bool)> sent = nullptr,
606
606
  const Context& context = noExplicitContext)
607
607
  {
608
- return _makeLamdaOutgoing<bool>(response, ex, sent, this, &Ice::LoggerAdminPrx::_iceI_detachRemoteLogger, prx, context);
608
+ return _makeLamdaOutgoing<bool>(std::move(response), std::move(ex), std::move(sent), this, &Ice::LoggerAdminPrx::_iceI_detachRemoteLogger, prx, context);
609
609
  }
610
610
 
611
611
  /// \cond INTERNAL
@@ -677,7 +677,7 @@ public:
677
677
  {
678
678
  response(::std::move(_result.returnValue), ::std::move(_result.prefix));
679
679
  };
680
- return _makeLamdaOutgoing<LoggerAdmin::GetLogResult>(_responseCb, ex, sent, this, &Ice::LoggerAdminPrx::_iceI_getLog, messageTypes, traceCategories, messageMax, context);
680
+ return _makeLamdaOutgoing<LoggerAdmin::GetLogResult>(std::move(_responseCb), std::move(ex), std::move(sent), this, &Ice::LoggerAdminPrx::_iceI_getLog, messageTypes, traceCategories, messageMax, context);
681
681
  }
682
682
 
683
683
  /// \cond INTERNAL
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.3
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 < 3
45
+ # if ICE_INT_VERSION % 100 < 4
46
46
  # error Ice patch level mismatch!
47
47
  # endif
48
48
  #endif
@@ -301,7 +301,7 @@ public:
301
301
  {
302
302
  response(::std::move(_result.returnValue), _result.hasRoutingTable);
303
303
  };
304
- return _makeLamdaOutgoing<Router::GetClientProxyResult>(_responseCb, ex, sent, this, &Ice::RouterPrx::_iceI_getClientProxy, context);
304
+ return _makeLamdaOutgoing<Router::GetClientProxyResult>(std::move(_responseCb), std::move(ex), std::move(sent), this, &Ice::RouterPrx::_iceI_getClientProxy, context);
305
305
  }
306
306
 
307
307
  /// \cond INTERNAL
@@ -347,7 +347,7 @@ public:
347
347
  ::std::function<void(bool)> sent = nullptr,
348
348
  const Context& context = noExplicitContext)
349
349
  {
350
- return _makeLamdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(response, ex, sent, this, &Ice::RouterPrx::_iceI_getServerProxy, context);
350
+ return _makeLamdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Ice::RouterPrx::_iceI_getServerProxy, context);
351
351
  }
352
352
 
353
353
  /// \cond INTERNAL
@@ -394,7 +394,7 @@ public:
394
394
  ::std::function<void(bool)> sent = nullptr,
395
395
  const Context& context = noExplicitContext)
396
396
  {
397
- return _makeLamdaOutgoing<::Ice::ObjectProxySeq>(response, ex, sent, this, &Ice::RouterPrx::_iceI_addProxies, proxies, context);
397
+ return _makeLamdaOutgoing<::Ice::ObjectProxySeq>(std::move(response), std::move(ex), std::move(sent), this, &Ice::RouterPrx::_iceI_addProxies, proxies, context);
398
398
  }
399
399
 
400
400
  /// \cond INTERNAL
@@ -468,7 +468,7 @@ public:
468
468
  ::std::function<void(bool)> sent = nullptr,
469
469
  const Context& context = noExplicitContext)
470
470
  {
471
- return _makeLamdaOutgoing<::std::shared_ptr<::Ice::RouterPrx>>(response, ex, sent, this, &Ice::RouterFinderPrx::_iceI_getRouter, context);
471
+ return _makeLamdaOutgoing<::std::shared_ptr<::Ice::RouterPrx>>(std::move(response), std::move(ex), std::move(sent), this, &Ice::RouterFinderPrx::_iceI_getRouter, context);
472
472
  }
473
473
 
474
474
  /// \cond INTERNAL
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.3
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 < 3
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.3
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 < 3
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.3
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 < 3
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.3
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 < 3
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.3
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 < 3
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.3
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 < 3
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.3
5
+ // Ice version 3.7.4
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -38,7 +38,7 @@
38
38
  # if ICE_INT_VERSION % 100 >= 50
39
39
  # error Beta header file detected
40
40
  # endif
41
- # if ICE_INT_VERSION % 100 < 3
41
+ # if ICE_INT_VERSION % 100 < 4
42
42
  # error Ice patch level mismatch!
43
43
  # endif
44
44
  #endif
@@ -93,9 +93,9 @@ public:
93
93
  * @param verified The certificate chain verification status.
94
94
  */
95
95
  ConnectionInfo(const ::std::shared_ptr<::Ice::ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& cipher, const std::vector<CertificatePtr>& certs, bool verified) :
96
- ::Ice::ConnectionInfo(::std::move(underlying), incoming, ::std::move(adapterName), ::std::move(connectionId)),
97
- cipher(::std::move(cipher)),
98
- certs(::std::move(certs)),
96
+ ::Ice::ConnectionInfo(underlying, incoming, adapterName, connectionId),
97
+ cipher(cipher),
98
+ certs(certs),
99
99
  verified(verified)
100
100
  {
101
101
  }
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.3
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 < 3
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.3
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 < 3
39
+ # if ICE_INT_VERSION % 100 < 4
40
40
  # error Ice patch level mismatch!
41
41
  # endif
42
42
  #endif
@@ -87,7 +87,7 @@ public:
87
87
  * @param compress Specifies whether or not compression should be used if available when using this endpoint.
88
88
  */
89
89
  EndpointInfo(const ::std::shared_ptr<::Ice::EndpointInfo>& underlying, int timeout, bool compress) :
90
- ::Ice::EndpointInfo(::std::move(underlying), timeout, compress)
90
+ ::Ice::EndpointInfo(underlying, timeout, compress)
91
91
  {
92
92
  }
93
93
  };
@@ -47,7 +47,7 @@ void
47
47
  IceInternal::ArgVector::setupArgcArgv()
48
48
  {
49
49
  argc = static_cast<int>(_args.size());
50
- if((argv = new char*[argc + 1]) == 0)
50
+ if((argv = new char*[static_cast<size_t>(argc + 1)]) == 0)
51
51
  {
52
52
  throw ::std::bad_alloc();
53
53
  }
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.3
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 < 3
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.3
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 < 3
44
+ # if ICE_INT_VERSION % 100 < 4
45
45
  # error Ice patch level mismatch!
46
46
  # endif
47
47
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.3
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 < 3
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.3
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 < 3
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.3
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 < 3
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.3
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 < 3
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.3
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 < 3
40
+ # if ICE_INT_VERSION % 100 < 4
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif