zeroc-ice 3.7.1 → 3.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (683) hide show
  1. checksums.yaml +5 -5
  2. data/ICE_LICENSE +1 -1
  3. data/bin/slice2rb +1 -6
  4. data/ext/Communicator.cpp +7 -9
  5. data/ext/Communicator.h +1 -6
  6. data/ext/Config.h +28 -6
  7. data/ext/Connection.cpp +1 -10
  8. data/ext/Connection.h +1 -6
  9. data/ext/Endpoint.cpp +1 -10
  10. data/ext/Endpoint.h +1 -6
  11. data/ext/ImplicitContext.cpp +1 -6
  12. data/ext/ImplicitContext.h +1 -6
  13. data/ext/Init.cpp +1 -6
  14. data/ext/Logger.cpp +1 -6
  15. data/ext/Logger.h +1 -6
  16. data/ext/Operation.cpp +6 -11
  17. data/ext/Operation.h +1 -6
  18. data/ext/Properties.cpp +3 -8
  19. data/ext/Properties.h +1 -6
  20. data/ext/Proxy.cpp +21 -14
  21. data/ext/Proxy.h +1 -6
  22. data/ext/Slice.cpp +3 -18
  23. data/ext/Slice.h +1 -6
  24. data/ext/Types.cpp +74 -58
  25. data/ext/Types.h +1 -6
  26. data/ext/Util.cpp +61 -32
  27. data/ext/Util.h +108 -33
  28. data/ext/ValueFactoryManager.cpp +1 -6
  29. data/ext/ValueFactoryManager.h +1 -6
  30. data/ext/extconf.rb +5 -3
  31. data/ext/ice/cpp/include/Ice/Application.h +1 -6
  32. data/ext/ice/cpp/include/Ice/AsyncResult.h +1 -6
  33. data/ext/ice/cpp/include/Ice/AsyncResultF.h +1 -6
  34. data/ext/ice/cpp/include/Ice/BatchRequestInterceptor.h +1 -6
  35. data/ext/ice/cpp/include/Ice/BatchRequestQueueF.h +1 -6
  36. data/ext/ice/cpp/include/Ice/Buffer.h +1 -6
  37. data/ext/ice/cpp/include/Ice/CommunicatorAsync.h +1 -6
  38. data/ext/ice/cpp/include/Ice/Comparable.h +1 -6
  39. data/ext/ice/cpp/include/Ice/Config.h +5 -6
  40. data/ext/ice/cpp/include/Ice/ConnectionAsync.h +1 -6
  41. data/ext/ice/cpp/include/Ice/ConnectionIF.h +1 -6
  42. data/ext/ice/cpp/include/Ice/ConsoleUtil.h +1 -6
  43. data/ext/ice/cpp/include/Ice/DefaultValueFactory.h +1 -6
  44. data/ext/ice/cpp/include/Ice/DispatchInterceptor.h +1 -6
  45. data/ext/ice/cpp/include/Ice/Dispatcher.h +1 -6
  46. data/ext/ice/cpp/include/Ice/DynamicLibrary.h +1 -6
  47. data/ext/ice/cpp/include/Ice/DynamicLibraryF.h +1 -6
  48. data/ext/ice/cpp/include/Ice/Exception.h +4 -9
  49. data/ext/ice/cpp/include/Ice/ExceptionHelpers.h +3 -16
  50. data/ext/ice/cpp/include/Ice/FactoryTable.h +1 -6
  51. data/ext/ice/cpp/include/Ice/FactoryTableInit.h +2 -7
  52. data/ext/ice/cpp/include/Ice/Format.h +1 -6
  53. data/ext/ice/cpp/include/Ice/Functional.h +2 -7
  54. data/ext/ice/cpp/include/Ice/GCObject.h +1 -6
  55. data/ext/ice/cpp/include/Ice/Handle.h +1 -6
  56. data/ext/ice/cpp/include/Ice/Ice.h +1 -6
  57. data/ext/ice/cpp/include/Ice/IconvStringConverter.h +11 -17
  58. data/ext/ice/cpp/include/Ice/Incoming.h +13 -8
  59. data/ext/ice/cpp/include/Ice/IncomingAsync.h +11 -6
  60. data/ext/ice/cpp/include/Ice/IncomingAsyncF.h +1 -6
  61. data/ext/ice/cpp/include/Ice/Initialize.h +13 -7
  62. data/ext/ice/cpp/include/Ice/InputStream.h +6 -11
  63. data/ext/ice/cpp/include/Ice/InstanceF.h +1 -6
  64. data/ext/ice/cpp/include/Ice/InterfaceByValue.h +1 -6
  65. data/ext/ice/cpp/include/Ice/LocalObject.h +1 -6
  66. data/ext/ice/cpp/include/Ice/LocalObjectF.h +1 -6
  67. data/ext/ice/cpp/include/Ice/LoggerUtil.h +1 -6
  68. data/ext/ice/cpp/include/Ice/MetricsAdminI.h +9 -7
  69. data/ext/ice/cpp/include/Ice/MetricsFunctional.h +1 -6
  70. data/ext/ice/cpp/include/Ice/MetricsObserverI.h +16 -7
  71. data/ext/ice/cpp/include/Ice/NativePropertiesAdmin.h +1 -6
  72. data/ext/ice/cpp/include/Ice/Object.h +6 -6
  73. data/ext/ice/cpp/include/Ice/ObjectF.h +1 -6
  74. data/ext/ice/cpp/include/Ice/ObserverHelper.h +1 -6
  75. data/ext/ice/cpp/include/Ice/Optional.h +21 -7
  76. data/ext/ice/cpp/include/Ice/OutgoingAsync.h +18 -8
  77. data/ext/ice/cpp/include/Ice/OutgoingAsyncF.h +1 -6
  78. data/ext/ice/cpp/include/Ice/OutputStream.h +6 -11
  79. data/ext/ice/cpp/include/Ice/Protocol.h +1 -6
  80. data/ext/ice/cpp/include/Ice/Proxy.h +50 -23
  81. data/ext/ice/cpp/include/Ice/ProxyF.h +1 -6
  82. data/ext/ice/cpp/include/Ice/ProxyFactoryF.h +1 -6
  83. data/ext/ice/cpp/include/Ice/ProxyHandle.h +1 -6
  84. data/ext/ice/cpp/include/Ice/ReferenceF.h +1 -6
  85. data/ext/ice/cpp/include/Ice/RegisterPlugins.h +1 -6
  86. data/ext/ice/cpp/include/Ice/RequestHandlerF.h +1 -6
  87. data/ext/ice/cpp/include/Ice/ResponseHandlerF.h +1 -6
  88. data/ext/ice/cpp/include/Ice/SHA1.h +1 -6
  89. data/ext/ice/cpp/include/Ice/ServantManagerF.h +1 -6
  90. data/ext/ice/cpp/include/Ice/Service.h +2 -7
  91. data/ext/ice/cpp/include/Ice/SliceChecksums.h +1 -6
  92. data/ext/ice/cpp/include/Ice/SlicedData.h +1 -6
  93. data/ext/ice/cpp/include/Ice/SlicedDataF.h +1 -6
  94. data/ext/ice/cpp/include/Ice/StreamHelpers.h +2 -7
  95. data/ext/ice/cpp/include/Ice/StringConverter.h +1 -6
  96. data/ext/ice/cpp/include/Ice/ThreadPoolF.h +1 -6
  97. data/ext/ice/cpp/include/Ice/UUID.h +1 -6
  98. data/ext/ice/cpp/include/Ice/UniquePtr.h +1 -6
  99. data/ext/ice/cpp/include/Ice/UniqueRef.h +1 -6
  100. data/ext/ice/cpp/include/Ice/UserExceptionFactory.h +1 -6
  101. data/ext/ice/cpp/include/Ice/Value.h +2 -7
  102. data/ext/ice/cpp/include/Ice/ValueF.h +1 -6
  103. data/ext/ice/cpp/include/IceSSL/Config.h +1 -6
  104. data/ext/ice/cpp/include/IceSSL/IceSSL.h +1 -6
  105. data/ext/ice/cpp/include/IceSSL/OpenSSL.h +1 -6
  106. data/ext/ice/cpp/include/IceSSL/Plugin.h +59 -6
  107. data/ext/ice/cpp/include/IceSSL/SChannel.h +5 -6
  108. data/ext/ice/cpp/include/IceSSL/SecureTransport.h +5 -6
  109. data/ext/ice/cpp/include/IceSSL/UWP.h +1 -6
  110. data/ext/ice/cpp/include/IceUtil/Atomic.h +2 -7
  111. data/ext/ice/cpp/include/IceUtil/Cond.h +1 -6
  112. data/ext/ice/cpp/include/IceUtil/Config.h +34 -20
  113. data/ext/ice/cpp/include/IceUtil/ConsoleUtil.h +5 -10
  114. data/ext/ice/cpp/include/IceUtil/CountDownLatch.h +1 -6
  115. data/ext/ice/cpp/include/IceUtil/CtrlCHandler.h +26 -38
  116. data/ext/ice/cpp/include/IceUtil/DisableWarnings.h +5 -11
  117. data/ext/ice/cpp/include/IceUtil/Exception.h +130 -11
  118. data/ext/ice/cpp/include/IceUtil/FileUtil.h +1 -6
  119. data/ext/ice/cpp/include/IceUtil/Functional.h +5 -6
  120. data/ext/ice/cpp/include/IceUtil/Handle.h +1 -6
  121. data/ext/ice/cpp/include/IceUtil/IceUtil.h +1 -6
  122. data/ext/ice/cpp/include/IceUtil/InputUtil.h +1 -6
  123. data/ext/ice/cpp/include/IceUtil/Iterator.h +1 -6
  124. data/ext/ice/cpp/include/IceUtil/Lock.h +1 -6
  125. data/ext/ice/cpp/include/IceUtil/Monitor.h +1 -6
  126. data/ext/ice/cpp/include/IceUtil/Mutex.h +2 -9
  127. data/ext/ice/cpp/include/IceUtil/MutexProtocol.h +1 -6
  128. data/ext/ice/cpp/include/IceUtil/MutexPtrLock.h +5 -10
  129. data/ext/ice/cpp/include/IceUtil/MutexPtrTryLock.h +1 -6
  130. data/ext/ice/cpp/include/IceUtil/Optional.h +9 -6
  131. data/ext/ice/cpp/include/IceUtil/Options.h +1 -6
  132. data/ext/ice/cpp/include/IceUtil/OutputUtil.h +18 -20
  133. data/ext/ice/cpp/include/IceUtil/PopDisableWarnings.h +1 -6
  134. data/ext/ice/cpp/include/IceUtil/PushDisableWarnings.h +8 -6
  135. data/ext/ice/cpp/include/IceUtil/Random.h +37 -6
  136. data/ext/ice/cpp/include/IceUtil/RecMutex.h +1 -6
  137. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +4 -9
  138. data/ext/ice/cpp/include/IceUtil/ScannerConfig.h +8 -7
  139. data/ext/ice/cpp/include/IceUtil/ScopedArray.h +1 -6
  140. data/ext/ice/cpp/include/IceUtil/Shared.h +1 -6
  141. data/ext/ice/cpp/include/IceUtil/StopWatch.h +1 -6
  142. data/ext/ice/cpp/include/IceUtil/StringConverter.h +2 -7
  143. data/ext/ice/cpp/include/IceUtil/StringUtil.h +1 -6
  144. data/ext/ice/cpp/include/IceUtil/Thread.h +1 -6
  145. data/ext/ice/cpp/include/IceUtil/ThreadException.h +1 -6
  146. data/ext/ice/cpp/include/IceUtil/Time.h +1 -6
  147. data/ext/ice/cpp/include/IceUtil/Timer.h +1 -6
  148. data/ext/ice/cpp/include/IceUtil/UUID.h +1 -6
  149. data/ext/ice/cpp/include/IceUtil/UndefSysMacros.h +1 -6
  150. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +12 -17
  151. data/ext/ice/cpp/include/generated/Ice/Communicator.h +35 -34
  152. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +4 -9
  153. data/ext/ice/cpp/include/generated/Ice/Connection.h +92 -57
  154. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +4 -9
  155. data/ext/ice/cpp/include/generated/Ice/Current.h +51 -57
  156. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +73 -42
  157. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +5 -10
  158. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +8 -13
  159. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +5 -10
  160. data/ext/ice/cpp/include/generated/Ice/Identity.h +7 -13
  161. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +28 -27
  162. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +4 -9
  163. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +76 -21
  164. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +4 -9
  165. data/ext/ice/cpp/include/generated/Ice/LocalException.h +597 -272
  166. data/ext/ice/cpp/include/generated/Ice/Locator.h +135 -52
  167. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +8 -13
  168. data/ext/ice/cpp/include/generated/Ice/Logger.h +10 -9
  169. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +4 -9
  170. data/ext/ice/cpp/include/generated/Ice/Metrics.h +175 -134
  171. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +20 -19
  172. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +4 -9
  173. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +16 -15
  174. data/ext/ice/cpp/include/generated/Ice/Plugin.h +18 -11
  175. data/ext/ice/cpp/include/generated/Ice/PluginF.h +4 -9
  176. data/ext/ice/cpp/include/generated/Ice/Process.h +14 -13
  177. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +6 -11
  178. data/ext/ice/cpp/include/generated/Ice/Properties.h +22 -21
  179. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +20 -19
  180. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +6 -11
  181. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +39 -28
  182. data/ext/ice/cpp/include/generated/Ice/Router.h +43 -36
  183. data/ext/ice/cpp/include/generated/Ice/RouterF.h +6 -11
  184. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +38 -37
  185. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +4 -9
  186. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +4 -9
  187. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +22 -15
  188. data/ext/ice/cpp/include/generated/Ice/Version.h +16 -23
  189. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +12 -12
  190. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +4 -9
  191. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +10 -10
  192. data/ext/ice/cpp/src/Ice/ACM.cpp +14 -16
  193. data/ext/ice/cpp/src/Ice/ACM.h +1 -6
  194. data/ext/ice/cpp/src/Ice/ACMF.h +1 -6
  195. data/ext/ice/cpp/src/Ice/Acceptor.cpp +1 -6
  196. data/ext/ice/cpp/src/Ice/Acceptor.h +1 -6
  197. data/ext/ice/cpp/src/Ice/AcceptorF.h +1 -6
  198. data/ext/ice/cpp/src/Ice/ArgVector.cpp +8 -13
  199. data/ext/ice/cpp/src/Ice/ArgVector.h +1 -6
  200. data/ext/ice/cpp/src/Ice/AsyncResult.cpp +1 -7
  201. data/ext/ice/cpp/src/Ice/Base64.cpp +12 -18
  202. data/ext/ice/cpp/src/Ice/Base64.h +1 -6
  203. data/ext/ice/cpp/src/Ice/BatchRequestQueue.cpp +2 -7
  204. data/ext/ice/cpp/src/Ice/BatchRequestQueue.h +1 -6
  205. data/ext/ice/cpp/src/Ice/Buffer.cpp +3 -8
  206. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +4 -9
  207. data/ext/ice/cpp/src/Ice/CollocatedRequestHandler.cpp +2 -8
  208. data/ext/ice/cpp/src/Ice/CollocatedRequestHandler.h +1 -6
  209. data/ext/ice/cpp/src/Ice/Communicator.cpp +4 -9
  210. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +4 -9
  211. data/ext/ice/cpp/src/Ice/CommunicatorI.cpp +23 -10
  212. data/ext/ice/cpp/src/Ice/CommunicatorI.h +6 -7
  213. data/ext/ice/cpp/src/Ice/Cond.cpp +1 -6
  214. data/ext/ice/cpp/src/Ice/ConnectRequestHandler.cpp +1 -6
  215. data/ext/ice/cpp/src/Ice/ConnectRequestHandler.h +5 -10
  216. data/ext/ice/cpp/src/Ice/ConnectRequestHandlerF.h +1 -6
  217. data/ext/ice/cpp/src/Ice/Connection.cpp +4 -9
  218. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +4 -9
  219. data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +146 -36
  220. data/ext/ice/cpp/src/Ice/ConnectionFactory.h +4 -6
  221. data/ext/ice/cpp/src/Ice/ConnectionFactoryF.h +1 -6
  222. data/ext/ice/cpp/src/Ice/ConnectionI.cpp +34 -24
  223. data/ext/ice/cpp/src/Ice/ConnectionI.h +1 -6
  224. data/ext/ice/cpp/src/Ice/ConnectionRequestHandler.cpp +1 -6
  225. data/ext/ice/cpp/src/Ice/ConnectionRequestHandler.h +2 -7
  226. data/ext/ice/cpp/src/Ice/Connector.cpp +1 -6
  227. data/ext/ice/cpp/src/Ice/Connector.h +1 -6
  228. data/ext/ice/cpp/src/Ice/ConnectorF.h +1 -6
  229. data/ext/ice/cpp/src/Ice/CountDownLatch.cpp +1 -6
  230. data/ext/ice/cpp/src/Ice/Current.cpp +4 -9
  231. data/ext/ice/cpp/src/Ice/DefaultsAndOverrides.cpp +1 -6
  232. data/ext/ice/cpp/src/Ice/DefaultsAndOverrides.h +1 -6
  233. data/ext/ice/cpp/src/Ice/DefaultsAndOverridesF.h +1 -6
  234. data/ext/ice/cpp/src/Ice/DispatchInterceptor.cpp +14 -6
  235. data/ext/ice/cpp/src/Ice/DynamicLibrary.cpp +7 -11
  236. data/ext/ice/cpp/src/Ice/Endpoint.cpp +4 -9
  237. data/ext/ice/cpp/src/Ice/EndpointF.cpp +4 -9
  238. data/ext/ice/cpp/src/Ice/EndpointFactory.cpp +1 -6
  239. data/ext/ice/cpp/src/Ice/EndpointFactory.h +1 -6
  240. data/ext/ice/cpp/src/Ice/EndpointFactoryF.h +1 -6
  241. data/ext/ice/cpp/src/Ice/EndpointFactoryManager.cpp +1 -6
  242. data/ext/ice/cpp/src/Ice/EndpointFactoryManager.h +1 -6
  243. data/ext/ice/cpp/src/Ice/EndpointFactoryManagerF.h +1 -6
  244. data/ext/ice/cpp/src/Ice/EndpointI.cpp +1 -6
  245. data/ext/ice/cpp/src/Ice/EndpointI.h +1 -6
  246. data/ext/ice/cpp/src/Ice/EndpointIF.h +1 -6
  247. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +4 -9
  248. data/ext/ice/cpp/src/Ice/EventHandler.cpp +1 -6
  249. data/ext/ice/cpp/src/Ice/EventHandler.h +1 -6
  250. data/ext/ice/cpp/src/Ice/EventHandlerF.h +1 -6
  251. data/ext/ice/cpp/src/Ice/Exception.cpp +8 -13
  252. data/ext/ice/cpp/src/Ice/FacetMap.cpp +4 -9
  253. data/ext/ice/cpp/src/Ice/FactoryTable.cpp +1 -6
  254. data/ext/ice/cpp/src/Ice/FactoryTableInit.cpp +1 -6
  255. data/ext/ice/cpp/src/Ice/GCObject.cpp +2 -7
  256. data/ext/ice/cpp/src/Ice/HashUtil.h +2 -7
  257. data/ext/ice/cpp/src/Ice/HttpParser.cpp +1 -6
  258. data/ext/ice/cpp/src/Ice/HttpParser.h +1 -6
  259. data/ext/ice/cpp/src/Ice/IPEndpointI.cpp +14 -31
  260. data/ext/ice/cpp/src/Ice/IPEndpointI.h +1 -6
  261. data/ext/ice/cpp/src/Ice/IPEndpointIF.h +1 -6
  262. data/ext/ice/cpp/src/Ice/IconvStringConverter.cpp +1 -6
  263. data/ext/ice/cpp/src/Ice/Identity.cpp +4 -9
  264. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +4 -9
  265. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +4 -9
  266. data/ext/ice/cpp/src/Ice/ImplicitContextI.cpp +2 -8
  267. data/ext/ice/cpp/src/Ice/ImplicitContextI.h +1 -6
  268. data/ext/ice/cpp/src/Ice/Incoming.cpp +11 -13
  269. data/ext/ice/cpp/src/Ice/IncomingAsync.cpp +1 -6
  270. data/ext/ice/cpp/src/Ice/IncomingRequest.h +1 -6
  271. data/ext/ice/cpp/src/Ice/Initialize.cpp +6 -11
  272. data/ext/ice/cpp/src/Ice/InputStream.cpp +55 -87
  273. data/ext/ice/cpp/src/Ice/Instance.cpp +58 -13
  274. data/ext/ice/cpp/src/Ice/Instance.h +3 -6
  275. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +4 -9
  276. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +4 -9
  277. data/ext/ice/cpp/src/Ice/InstrumentationI.cpp +2 -7
  278. data/ext/ice/cpp/src/Ice/InstrumentationI.h +1 -6
  279. data/ext/ice/cpp/src/Ice/LocalException.cpp +400 -9
  280. data/ext/ice/cpp/src/Ice/LocalObject.cpp +1 -6
  281. data/ext/ice/cpp/src/Ice/Locator.cpp +52 -27
  282. data/ext/ice/cpp/src/Ice/LocatorF.cpp +4 -9
  283. data/ext/ice/cpp/src/Ice/LocatorInfo.cpp +25 -22
  284. data/ext/ice/cpp/src/Ice/LocatorInfo.h +3 -8
  285. data/ext/ice/cpp/src/Ice/LocatorInfoF.h +1 -6
  286. data/ext/ice/cpp/src/Ice/Logger.cpp +4 -9
  287. data/ext/ice/cpp/src/Ice/LoggerAdminI.cpp +8 -19
  288. data/ext/ice/cpp/src/Ice/LoggerAdminI.h +1 -6
  289. data/ext/ice/cpp/src/Ice/LoggerF.cpp +4 -9
  290. data/ext/ice/cpp/src/Ice/LoggerI.cpp +13 -12
  291. data/ext/ice/cpp/src/Ice/LoggerI.h +1 -6
  292. data/ext/ice/cpp/src/Ice/LoggerUtil.cpp +1 -6
  293. data/ext/ice/cpp/src/Ice/Metrics.cpp +12 -11
  294. data/ext/ice/cpp/src/Ice/MetricsAdminI.cpp +9 -9
  295. data/ext/ice/cpp/src/Ice/MetricsObserverI.cpp +1 -6
  296. data/ext/ice/cpp/src/Ice/Network.cpp +70 -52
  297. data/ext/ice/cpp/src/Ice/Network.h +4 -9
  298. data/ext/ice/cpp/src/Ice/NetworkF.h +1 -6
  299. data/ext/ice/cpp/src/Ice/NetworkProxy.cpp +2 -8
  300. data/ext/ice/cpp/src/Ice/NetworkProxy.h +1 -6
  301. data/ext/ice/cpp/src/Ice/NetworkProxyF.h +1 -6
  302. data/ext/ice/cpp/src/Ice/OSLogLoggerI.cpp +57 -0
  303. data/ext/ice/cpp/src/Ice/OSLogLoggerI.h +40 -0
  304. data/ext/ice/cpp/src/Ice/Object.cpp +10 -14
  305. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +4 -9
  306. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +4 -9
  307. data/ext/ice/cpp/src/Ice/ObjectAdapterFactory.cpp +1 -6
  308. data/ext/ice/cpp/src/Ice/ObjectAdapterFactory.h +1 -6
  309. data/ext/ice/cpp/src/Ice/ObjectAdapterFactoryF.h +1 -6
  310. data/ext/ice/cpp/src/Ice/ObjectAdapterI.cpp +22 -7
  311. data/ext/ice/cpp/src/Ice/ObjectAdapterI.h +5 -6
  312. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +4 -9
  313. data/ext/ice/cpp/src/Ice/ObserverHelper.cpp +1 -6
  314. data/ext/ice/cpp/src/Ice/OpaqueEndpointI.cpp +5 -10
  315. data/ext/ice/cpp/src/Ice/OpaqueEndpointI.h +1 -6
  316. data/ext/ice/cpp/src/Ice/OutgoingAsync.cpp +6 -9
  317. data/ext/ice/cpp/src/Ice/OutputStream.cpp +29 -61
  318. data/ext/ice/cpp/src/Ice/Plugin.cpp +4 -9
  319. data/ext/ice/cpp/src/Ice/PluginF.cpp +4 -9
  320. data/ext/ice/cpp/src/Ice/PluginManagerI.cpp +1 -6
  321. data/ext/ice/cpp/src/Ice/PluginManagerI.h +1 -6
  322. data/ext/ice/cpp/src/Ice/Process.cpp +8 -13
  323. data/ext/ice/cpp/src/Ice/ProcessF.cpp +4 -9
  324. data/ext/ice/cpp/src/Ice/Properties.cpp +4 -9
  325. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +11 -16
  326. data/ext/ice/cpp/src/Ice/PropertiesAdminI.cpp +3 -8
  327. data/ext/ice/cpp/src/Ice/PropertiesAdminI.h +1 -6
  328. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +4 -9
  329. data/ext/ice/cpp/src/Ice/PropertiesI.cpp +13 -17
  330. data/ext/ice/cpp/src/Ice/PropertiesI.h +1 -6
  331. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +42 -8
  332. data/ext/ice/cpp/src/Ice/PropertyNames.h +2 -7
  333. data/ext/ice/cpp/src/Ice/Protocol.cpp +1 -6
  334. data/ext/ice/cpp/src/Ice/ProtocolInstance.cpp +1 -6
  335. data/ext/ice/cpp/src/Ice/ProtocolInstance.h +1 -6
  336. data/ext/ice/cpp/src/Ice/ProtocolInstanceF.h +1 -6
  337. data/ext/ice/cpp/src/Ice/ProtocolPluginFacade.cpp +1 -6
  338. data/ext/ice/cpp/src/Ice/ProtocolPluginFacade.h +1 -6
  339. data/ext/ice/cpp/src/Ice/ProtocolPluginFacadeF.h +1 -6
  340. data/ext/ice/cpp/src/Ice/Proxy.cpp +9 -8
  341. data/ext/ice/cpp/src/Ice/ProxyFactory.cpp +11 -7
  342. data/ext/ice/cpp/src/Ice/ProxyFactory.h +1 -6
  343. data/ext/ice/cpp/src/Ice/Reference.cpp +61 -33
  344. data/ext/ice/cpp/src/Ice/Reference.h +1 -6
  345. data/ext/ice/cpp/src/Ice/ReferenceFactory.cpp +2 -9
  346. data/ext/ice/cpp/src/Ice/ReferenceFactory.h +1 -6
  347. data/ext/ice/cpp/src/Ice/ReferenceFactoryF.h +1 -6
  348. data/ext/ice/cpp/src/Ice/RegisterPluginsInit.cpp +4 -8
  349. data/ext/ice/cpp/src/Ice/RegisterPluginsInit.h +1 -6
  350. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +20 -19
  351. data/ext/ice/cpp/src/Ice/ReplyStatus.h +1 -6
  352. data/ext/ice/cpp/src/Ice/RequestHandler.cpp +1 -6
  353. data/ext/ice/cpp/src/Ice/RequestHandler.h +1 -6
  354. data/ext/ice/cpp/src/Ice/RequestHandlerFactory.cpp +1 -6
  355. data/ext/ice/cpp/src/Ice/RequestHandlerFactory.h +1 -6
  356. data/ext/ice/cpp/src/Ice/ResponseHandler.cpp +1 -6
  357. data/ext/ice/cpp/src/Ice/ResponseHandler.h +1 -6
  358. data/ext/ice/cpp/src/Ice/RetryQueue.cpp +7 -9
  359. data/ext/ice/cpp/src/Ice/RetryQueue.h +1 -6
  360. data/ext/ice/cpp/src/Ice/RetryQueueF.h +1 -6
  361. data/ext/ice/cpp/src/Ice/Router.cpp +15 -20
  362. data/ext/ice/cpp/src/Ice/RouterF.cpp +4 -9
  363. data/ext/ice/cpp/src/Ice/RouterInfo.cpp +3 -8
  364. data/ext/ice/cpp/src/Ice/RouterInfo.h +1 -6
  365. data/ext/ice/cpp/src/Ice/RouterInfoF.h +1 -6
  366. data/ext/ice/cpp/src/Ice/SHA1.cpp +3 -8
  367. data/ext/ice/cpp/src/Ice/Selector.cpp +59 -25
  368. data/ext/ice/cpp/src/Ice/Selector.h +1 -6
  369. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +4 -9
  370. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +4 -9
  371. data/ext/ice/cpp/src/Ice/ServantManager.cpp +7 -12
  372. data/ext/ice/cpp/src/Ice/ServantManager.h +1 -6
  373. data/ext/ice/cpp/src/Ice/SharedContext.h +1 -6
  374. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +4 -9
  375. data/ext/ice/cpp/src/Ice/SliceChecksums.cpp +1 -6
  376. data/ext/ice/cpp/src/Ice/SlicedData.cpp +1 -6
  377. data/ext/ice/cpp/src/Ice/StreamSocket.cpp +15 -18
  378. data/ext/ice/cpp/src/Ice/StreamSocket.h +1 -6
  379. data/ext/ice/cpp/src/Ice/StringConverterPlugin.cpp +1 -6
  380. data/ext/ice/cpp/src/Ice/StringUtil.h +1 -6
  381. data/ext/ice/cpp/src/Ice/SysLoggerI.cpp +3 -8
  382. data/ext/ice/cpp/src/Ice/SysLoggerI.h +1 -6
  383. data/ext/ice/cpp/src/Ice/SystemdJournalI.cpp +66 -0
  384. data/ext/ice/cpp/src/Ice/SystemdJournalI.h +39 -0
  385. data/ext/ice/cpp/src/Ice/TcpAcceptor.cpp +9 -7
  386. data/ext/ice/cpp/src/Ice/TcpAcceptor.h +1 -6
  387. data/ext/ice/cpp/src/Ice/TcpConnector.cpp +6 -6
  388. data/ext/ice/cpp/src/Ice/TcpConnector.h +1 -6
  389. data/ext/ice/cpp/src/Ice/TcpEndpointI.cpp +6 -6
  390. data/ext/ice/cpp/src/Ice/TcpEndpointI.h +1 -6
  391. data/ext/ice/cpp/src/Ice/TcpTransceiver.cpp +6 -6
  392. data/ext/ice/cpp/src/Ice/TcpTransceiver.h +1 -6
  393. data/ext/ice/cpp/src/Ice/Thread.cpp +18 -14
  394. data/ext/ice/cpp/src/Ice/ThreadPool.cpp +69 -9
  395. data/ext/ice/cpp/src/Ice/ThreadPool.h +11 -12
  396. data/ext/ice/cpp/src/Ice/Timer.cpp +11 -6
  397. data/ext/ice/cpp/src/Ice/TraceLevels.cpp +1 -6
  398. data/ext/ice/cpp/src/Ice/TraceLevels.h +1 -6
  399. data/ext/ice/cpp/src/Ice/TraceLevelsF.h +1 -6
  400. data/ext/ice/cpp/src/Ice/TraceUtil.cpp +1 -6
  401. data/ext/ice/cpp/src/Ice/TraceUtil.h +1 -6
  402. data/ext/ice/cpp/src/Ice/Transceiver.cpp +1 -6
  403. data/ext/ice/cpp/src/Ice/Transceiver.h +1 -6
  404. data/ext/ice/cpp/src/Ice/TransceiverF.h +3 -8
  405. data/ext/ice/cpp/src/Ice/UdpConnector.cpp +4 -6
  406. data/ext/ice/cpp/src/Ice/UdpConnector.h +1 -6
  407. data/ext/ice/cpp/src/Ice/UdpEndpointI.cpp +12 -7
  408. data/ext/ice/cpp/src/Ice/UdpEndpointI.h +1 -6
  409. data/ext/ice/cpp/src/Ice/UdpTransceiver.cpp +33 -26
  410. data/ext/ice/cpp/src/Ice/UdpTransceiver.h +1 -6
  411. data/ext/ice/cpp/src/Ice/Value.cpp +1 -6
  412. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +4 -9
  413. data/ext/ice/cpp/src/Ice/ValueFactoryManagerI.cpp +1 -7
  414. data/ext/ice/cpp/src/Ice/ValueFactoryManagerI.h +1 -6
  415. data/ext/ice/cpp/src/Ice/Version.cpp +4 -9
  416. data/ext/ice/cpp/src/Ice/VirtualShared.h +1 -6
  417. data/ext/ice/cpp/src/Ice/WSAcceptor.cpp +1 -6
  418. data/ext/ice/cpp/src/Ice/WSAcceptor.h +1 -6
  419. data/ext/ice/cpp/src/Ice/WSConnector.cpp +1 -6
  420. data/ext/ice/cpp/src/Ice/WSConnector.h +1 -6
  421. data/ext/ice/cpp/src/Ice/WSEndpoint.cpp +1 -6
  422. data/ext/ice/cpp/src/Ice/WSEndpoint.h +1 -6
  423. data/ext/ice/cpp/src/Ice/WSTransceiver.cpp +18 -22
  424. data/ext/ice/cpp/src/Ice/WSTransceiver.h +1 -7
  425. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +4 -9
  426. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +497 -17
  427. data/ext/ice/cpp/src/IceDiscovery/LocatorI.cpp +4 -7
  428. data/ext/ice/cpp/src/IceDiscovery/LocatorI.h +1 -6
  429. data/ext/ice/cpp/src/IceDiscovery/LookupI.cpp +5 -10
  430. data/ext/ice/cpp/src/IceDiscovery/LookupI.h +1 -6
  431. data/ext/ice/cpp/src/IceDiscovery/PluginI.cpp +1 -6
  432. data/ext/ice/cpp/src/IceDiscovery/PluginI.h +1 -6
  433. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +4 -9
  434. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +22 -15
  435. data/ext/ice/cpp/src/IceLocatorDiscovery/Plugin.h +1 -6
  436. data/ext/ice/cpp/src/IceLocatorDiscovery/PluginI.cpp +52 -17
  437. data/ext/ice/cpp/src/IceSSL/AcceptorI.cpp +1 -6
  438. data/ext/ice/cpp/src/IceSSL/AcceptorI.h +1 -6
  439. data/ext/ice/cpp/src/IceSSL/CertificateI.cpp +4 -9
  440. data/ext/ice/cpp/src/IceSSL/CertificateI.h +1 -6
  441. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +4 -9
  442. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +4 -9
  443. data/ext/ice/cpp/src/IceSSL/ConnectorI.cpp +1 -6
  444. data/ext/ice/cpp/src/IceSSL/ConnectorI.h +1 -6
  445. data/ext/ice/cpp/src/IceSSL/EndpointI.cpp +8 -13
  446. data/ext/ice/cpp/src/IceSSL/EndpointI.h +2 -7
  447. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +4 -9
  448. data/ext/ice/cpp/src/IceSSL/Instance.cpp +1 -6
  449. data/ext/ice/cpp/src/IceSSL/Instance.h +1 -6
  450. data/ext/ice/cpp/src/IceSSL/InstanceF.h +1 -6
  451. data/ext/ice/cpp/src/IceSSL/OpenSSLCertificateI.cpp +15 -20
  452. data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.cpp +100 -46
  453. data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.h +3 -8
  454. data/ext/ice/cpp/src/IceSSL/OpenSSLEngineF.h +1 -6
  455. data/ext/ice/cpp/src/IceSSL/OpenSSLPluginI.cpp +1 -6
  456. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +271 -147
  457. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.h +3 -11
  458. data/ext/ice/cpp/src/IceSSL/OpenSSLUtil.cpp +1 -6
  459. data/ext/ice/cpp/src/IceSSL/OpenSSLUtil.h +1 -6
  460. data/ext/ice/cpp/src/IceSSL/PluginI.cpp +115 -6
  461. data/ext/ice/cpp/src/IceSSL/PluginI.h +11 -6
  462. data/ext/ice/cpp/src/IceSSL/RFC2253.cpp +1 -7
  463. data/ext/ice/cpp/src/IceSSL/RFC2253.h +1 -6
  464. data/ext/ice/cpp/src/IceSSL/SChannelCertificateI.cpp +5 -10
  465. data/ext/ice/cpp/src/IceSSL/SChannelEngine.cpp +69 -36
  466. data/ext/ice/cpp/src/IceSSL/SChannelEngine.h +5 -8
  467. data/ext/ice/cpp/src/IceSSL/SChannelEngineF.h +5 -6
  468. data/ext/ice/cpp/src/IceSSL/SChannelPluginI.cpp +1 -6
  469. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.cpp +154 -38
  470. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.h +8 -6
  471. data/ext/ice/cpp/src/IceSSL/SSLEngine.cpp +21 -14
  472. data/ext/ice/cpp/src/IceSSL/SSLEngine.h +3 -6
  473. data/ext/ice/cpp/src/IceSSL/SSLEngineF.h +1 -6
  474. data/ext/ice/cpp/src/IceSSL/SecureTransportCertificateI.cpp +37 -31
  475. data/ext/ice/cpp/src/IceSSL/SecureTransportEngine.cpp +44 -18
  476. data/ext/ice/cpp/src/IceSSL/SecureTransportEngine.h +5 -6
  477. data/ext/ice/cpp/src/IceSSL/SecureTransportEngineF.h +4 -6
  478. data/ext/ice/cpp/src/IceSSL/SecureTransportPluginI.cpp +1 -6
  479. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +160 -99
  480. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.h +7 -7
  481. data/ext/ice/cpp/src/IceSSL/SecureTransportUtil.cpp +35 -25
  482. data/ext/ice/cpp/src/IceSSL/SecureTransportUtil.h +5 -6
  483. data/ext/ice/cpp/src/IceSSL/TrustManager.cpp +1 -6
  484. data/ext/ice/cpp/src/IceSSL/TrustManager.h +1 -6
  485. data/ext/ice/cpp/src/IceSSL/TrustManagerF.h +1 -6
  486. data/ext/ice/cpp/src/IceSSL/UWPCertificateI.cpp +4 -9
  487. data/ext/ice/cpp/src/IceSSL/UWPEngine.cpp +4 -9
  488. data/ext/ice/cpp/src/IceSSL/UWPEngine.h +1 -6
  489. data/ext/ice/cpp/src/IceSSL/UWPEngineF.h +1 -6
  490. data/ext/ice/cpp/src/IceSSL/UWPPluginI.cpp +1 -6
  491. data/ext/ice/cpp/src/IceSSL/UWPTransceiverI.cpp +5 -10
  492. data/ext/ice/cpp/src/IceSSL/UWPTransceiverI.h +1 -6
  493. data/ext/ice/cpp/src/IceSSL/Util.cpp +12 -11
  494. data/ext/ice/cpp/src/IceSSL/Util.h +1 -6
  495. data/ext/ice/cpp/src/IceUtil/ConsoleUtil.cpp +1 -6
  496. data/ext/ice/cpp/src/IceUtil/ConvertUTF.cpp +1 -6
  497. data/ext/ice/cpp/src/IceUtil/ConvertUTF.h +1 -6
  498. data/ext/ice/cpp/src/IceUtil/CtrlCHandler.cpp +3 -6
  499. data/ext/ice/cpp/src/IceUtil/FileUtil.cpp +2 -7
  500. data/ext/ice/cpp/src/IceUtil/InputUtil.cpp +1 -6
  501. data/ext/ice/cpp/src/IceUtil/MutexProtocol.cpp +1 -6
  502. data/ext/ice/cpp/src/IceUtil/Options.cpp +25 -15
  503. data/ext/ice/cpp/src/IceUtil/OutputUtil.cpp +41 -16
  504. data/ext/ice/cpp/src/IceUtil/Random.cpp +3 -8
  505. data/ext/ice/cpp/src/IceUtil/RecMutex.cpp +2 -7
  506. data/ext/ice/cpp/src/IceUtil/Shared.cpp +1 -6
  507. data/ext/ice/cpp/src/IceUtil/StringConverter.cpp +6 -11
  508. data/ext/ice/cpp/src/IceUtil/StringUtil.cpp +45 -12
  509. data/ext/ice/cpp/src/IceUtil/ThreadException.cpp +1 -6
  510. data/ext/ice/cpp/src/IceUtil/Time.cpp +12 -19
  511. data/ext/ice/cpp/src/IceUtil/UUID.cpp +6 -11
  512. data/ext/ice/cpp/src/IceUtil/Unicode.cpp +1 -6
  513. data/ext/ice/cpp/src/IceUtil/Unicode.h +1 -6
  514. data/ext/ice/cpp/src/IceUtil/UtilException.cpp +17 -16
  515. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.cpp +75 -73
  516. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.h +3 -8
  517. data/ext/ice/cpp/src/Slice/Checksum.cpp +1 -6
  518. data/ext/ice/cpp/src/Slice/Checksum.h +1 -6
  519. data/ext/ice/cpp/src/Slice/FileTracker.cpp +1 -6
  520. data/ext/ice/cpp/src/Slice/FileTracker.h +1 -6
  521. data/ext/ice/cpp/src/Slice/Grammar.cpp +249 -245
  522. data/ext/ice/cpp/src/Slice/Grammar.h +5 -5
  523. data/ext/ice/cpp/src/Slice/GrammarUtil.h +1 -7
  524. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +89 -92
  525. data/ext/ice/cpp/src/Slice/JavaUtil.h +5 -10
  526. data/ext/ice/cpp/src/Slice/MD5.cpp +1 -6
  527. data/ext/ice/cpp/src/Slice/MD5.h +1 -6
  528. data/ext/ice/cpp/src/Slice/MD5I.cpp +8 -0
  529. data/ext/ice/cpp/src/Slice/PHPUtil.cpp +10 -6
  530. data/ext/ice/cpp/src/Slice/PHPUtil.h +1 -6
  531. data/ext/ice/cpp/src/Slice/Parser.cpp +153 -166
  532. data/ext/ice/cpp/src/Slice/Parser.h +33 -10
  533. data/ext/ice/cpp/src/Slice/Preprocessor.cpp +25 -17
  534. data/ext/ice/cpp/src/Slice/Preprocessor.h +2 -7
  535. data/ext/ice/cpp/src/Slice/Python.cpp +22 -28
  536. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +80 -49
  537. data/ext/ice/cpp/src/Slice/PythonUtil.h +1 -6
  538. data/ext/ice/cpp/src/Slice/Ruby.cpp +5 -10
  539. data/ext/ice/cpp/src/Slice/RubyUtil.cpp +13 -15
  540. data/ext/ice/cpp/src/Slice/RubyUtil.h +1 -6
  541. data/ext/ice/cpp/src/Slice/Scanner.cpp +689 -437
  542. data/ext/ice/cpp/src/Slice/SliceUtil.cpp +2 -8
  543. data/ext/ice/cpp/src/Slice/StringLiteralUtil.cpp +12 -12
  544. data/ext/ice/cpp/src/Slice/Util.h +1 -6
  545. data/ext/ice/mcpp/CMakeLists.txt +80 -0
  546. data/ext/ice/mcpp/Makefile +2 -5
  547. data/ext/ice/mcpp/expand.c +6 -6
  548. data/ice.gemspec +2 -4
  549. data/lib/Glacier2.rb +1 -6
  550. data/lib/Glacier2/Metrics.rb +3 -8
  551. data/lib/Glacier2/PermissionsVerifier.rb +3 -8
  552. data/lib/Glacier2/PermissionsVerifierF.rb +3 -8
  553. data/lib/Glacier2/Router.rb +3 -8
  554. data/lib/Glacier2/RouterF.rb +3 -8
  555. data/lib/Glacier2/SSLInfo.rb +3 -8
  556. data/lib/Glacier2/Session.rb +3 -8
  557. data/lib/Ice.rb +1 -6
  558. data/lib/Ice/BuiltinSequences.rb +3 -8
  559. data/lib/Ice/Communicator.rb +3 -8
  560. data/lib/Ice/CommunicatorF.rb +3 -8
  561. data/lib/Ice/Connection.rb +3 -8
  562. data/lib/Ice/ConnectionF.rb +3 -8
  563. data/lib/Ice/Current.rb +3 -8
  564. data/lib/Ice/Endpoint.rb +3 -8
  565. data/lib/Ice/EndpointF.rb +3 -8
  566. data/lib/Ice/EndpointTypes.rb +3 -8
  567. data/lib/Ice/FacetMap.rb +3 -8
  568. data/lib/Ice/Identity.rb +3 -8
  569. data/lib/Ice/ImplicitContext.rb +3 -8
  570. data/lib/Ice/ImplicitContextF.rb +3 -8
  571. data/lib/Ice/Instrumentation.rb +3 -8
  572. data/lib/Ice/InstrumentationF.rb +3 -8
  573. data/lib/Ice/LocalException.rb +3 -8
  574. data/lib/Ice/Locator.rb +3 -8
  575. data/lib/Ice/LocatorF.rb +3 -8
  576. data/lib/Ice/Logger.rb +3 -8
  577. data/lib/Ice/LoggerF.rb +3 -8
  578. data/lib/Ice/Metrics.rb +3 -8
  579. data/lib/Ice/ObjectAdapter.rb +3 -8
  580. data/lib/Ice/ObjectAdapterF.rb +3 -8
  581. data/lib/Ice/ObjectFactory.rb +3 -8
  582. data/lib/Ice/Plugin.rb +3 -8
  583. data/lib/Ice/PluginF.rb +3 -8
  584. data/lib/Ice/Process.rb +3 -8
  585. data/lib/Ice/ProcessF.rb +3 -8
  586. data/lib/Ice/Properties.rb +3 -8
  587. data/lib/Ice/PropertiesAdmin.rb +3 -8
  588. data/lib/Ice/PropertiesF.rb +3 -8
  589. data/lib/Ice/RemoteLogger.rb +3 -8
  590. data/lib/Ice/Router.rb +3 -8
  591. data/lib/Ice/RouterF.rb +3 -8
  592. data/lib/Ice/ServantLocator.rb +3 -8
  593. data/lib/Ice/ServantLocatorF.rb +3 -8
  594. data/lib/Ice/SliceChecksumDict.rb +3 -8
  595. data/lib/Ice/ValueFactory.rb +3 -8
  596. data/lib/Ice/Version.rb +3 -8
  597. data/lib/IceBox.rb +1 -6
  598. data/lib/IceBox/IceBox.rb +3 -8
  599. data/lib/IceGrid.rb +1 -6
  600. data/lib/IceGrid/Admin.rb +3 -8
  601. data/lib/IceGrid/Descriptor.rb +3 -8
  602. data/lib/IceGrid/Exception.rb +3 -8
  603. data/lib/IceGrid/FileParser.rb +3 -8
  604. data/lib/IceGrid/PluginFacade.rb +3 -8
  605. data/lib/IceGrid/Registry.rb +3 -8
  606. data/lib/IceGrid/Session.rb +3 -8
  607. data/lib/IceGrid/UserAccountMapper.rb +3 -8
  608. data/lib/IcePatch2.rb +1 -6
  609. data/lib/IcePatch2/FileInfo.rb +3 -8
  610. data/lib/IcePatch2/FileServer.rb +3 -8
  611. data/lib/IceStorm.rb +1 -6
  612. data/lib/IceStorm/IceStorm.rb +3 -8
  613. data/lib/IceStorm/Metrics.rb +3 -8
  614. data/slice/Glacier2/Metrics.ice +14 -8
  615. data/slice/Glacier2/PermissionsVerifier.ice +11 -7
  616. data/slice/Glacier2/PermissionsVerifierF.ice +11 -7
  617. data/slice/Glacier2/Router.ice +12 -8
  618. data/slice/Glacier2/RouterF.ice +11 -7
  619. data/slice/Glacier2/SSLInfo.ice +11 -7
  620. data/slice/Glacier2/Session.ice +11 -7
  621. data/slice/Ice/BuiltinSequences.ice +13 -7
  622. data/slice/Ice/Communicator.ice +92 -44
  623. data/slice/Ice/CommunicatorF.ice +13 -7
  624. data/slice/Ice/Connection.ice +35 -29
  625. data/slice/Ice/ConnectionF.ice +13 -7
  626. data/slice/Ice/Current.ice +29 -23
  627. data/slice/Ice/Endpoint.ice +22 -19
  628. data/slice/Ice/EndpointF.ice +14 -8
  629. data/slice/Ice/EndpointTypes.ice +15 -9
  630. data/slice/Ice/FacetMap.ice +14 -8
  631. data/slice/Ice/Identity.ice +13 -7
  632. data/slice/Ice/ImplicitContext.ice +28 -22
  633. data/slice/Ice/ImplicitContextF.ice +12 -7
  634. data/slice/Ice/Instrumentation.ice +19 -13
  635. data/slice/Ice/InstrumentationF.ice +13 -7
  636. data/slice/Ice/LocalException.ice +35 -29
  637. data/slice/Ice/Locator.ice +13 -7
  638. data/slice/Ice/LocatorF.ice +13 -7
  639. data/slice/Ice/Logger.ice +19 -13
  640. data/slice/Ice/LoggerF.ice +13 -7
  641. data/slice/Ice/Metrics.ice +26 -18
  642. data/slice/Ice/ObjectAdapter.ice +63 -45
  643. data/slice/Ice/ObjectAdapterF.ice +13 -7
  644. data/slice/Ice/ObjectFactory.ice +20 -12
  645. data/slice/Ice/Plugin.ice +19 -10
  646. data/slice/Ice/PluginF.ice +17 -7
  647. data/slice/Ice/Process.ice +13 -7
  648. data/slice/Ice/ProcessF.ice +13 -7
  649. data/slice/Ice/Properties.ice +35 -24
  650. data/slice/Ice/PropertiesAdmin.ice +13 -7
  651. data/slice/Ice/PropertiesF.ice +13 -7
  652. data/slice/Ice/RemoteLogger.ice +13 -7
  653. data/slice/Ice/Router.ice +14 -8
  654. data/slice/Ice/RouterF.ice +13 -7
  655. data/slice/Ice/ServantLocator.ice +31 -23
  656. data/slice/Ice/ServantLocatorF.ice +13 -7
  657. data/slice/Ice/SliceChecksumDict.ice +13 -7
  658. data/slice/Ice/ValueFactory.ice +22 -15
  659. data/slice/Ice/Version.ice +13 -7
  660. data/slice/IceBT/ConnectionInfo.ice +12 -7
  661. data/slice/IceBT/EndpointInfo.ice +13 -8
  662. data/slice/IceBT/Types.ice +12 -7
  663. data/slice/IceBox/IceBox.ice +29 -9
  664. data/slice/IceDiscovery/IceDiscovery.ice +68 -7
  665. data/slice/IceGrid/Admin.ice +41 -35
  666. data/slice/IceGrid/Descriptor.ice +15 -10
  667. data/slice/IceGrid/Exception.ice +15 -10
  668. data/slice/IceGrid/FileParser.ice +14 -8
  669. data/slice/IceGrid/PluginFacade.ice +17 -11
  670. data/slice/IceGrid/Registry.ice +13 -7
  671. data/slice/IceGrid/Session.ice +18 -12
  672. data/slice/IceGrid/UserAccountMapper.ice +16 -10
  673. data/slice/IceIAP/ConnectionInfo.ice +11 -8
  674. data/slice/IceIAP/EndpointInfo.ice +11 -8
  675. data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +12 -7
  676. data/slice/IcePatch2/FileInfo.ice +12 -7
  677. data/slice/IcePatch2/FileServer.ice +13 -8
  678. data/slice/IceSSL/ConnectionInfo.ice +16 -9
  679. data/slice/IceSSL/ConnectionInfoF.ice +14 -8
  680. data/slice/IceSSL/EndpointInfo.ice +14 -8
  681. data/slice/IceStorm/IceStorm.ice +17 -11
  682. data/slice/IceStorm/Metrics.ice +12 -8
  683. metadata +8 -4
@@ -1,13 +1,8 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
2
+ // Copyright (c) ZeroC, Inc. All rights reserved.
4
3
  //
5
- // This copy of Ice is licensed to you under the terms described in the
6
- // ICE_LICENSE file included in this distribution.
7
4
  //
8
- // **********************************************************************
9
- //
10
- // Ice version 3.7.1
5
+ // Ice version 3.7.6
11
6
  //
12
7
  // <auto-generated>
13
8
  //
@@ -38,10 +33,10 @@
38
33
  # if ICE_INT_VERSION / 100 != 307
39
34
  # error Ice version mismatch!
40
35
  # endif
41
- # if ICE_INT_VERSION % 100 > 50
36
+ # if ICE_INT_VERSION % 100 >= 50
42
37
  # error Beta header file detected
43
38
  # endif
44
- # if ICE_INT_VERSION % 100 < 1
39
+ # if ICE_INT_VERSION % 100 < 6
45
40
  # error Ice patch level mismatch!
46
41
  # endif
47
42
  #endif
@@ -98,14 +93,14 @@ namespace Ice
98
93
 
99
94
  class Locator;
100
95
  /// \cond INTERNAL
101
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::Ice::Locator>&);
102
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::Ice::Locator*);
96
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< Locator>&);
97
+ ICE_API ::IceProxy::Ice::Object* upCast(Locator*);
103
98
  /// \endcond
104
99
 
105
100
  class LocatorRegistry;
106
101
  /// \cond INTERNAL
107
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::Ice::LocatorRegistry>&);
108
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::Ice::LocatorRegistry*);
102
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< LocatorRegistry>&);
103
+ ICE_API ::IceProxy::Ice::Object* upCast(LocatorRegistry*);
109
104
  /// \endcond
110
105
 
111
106
  }
@@ -1,13 +1,8 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
2
+ // Copyright (c) ZeroC, Inc. All rights reserved.
4
3
  //
5
- // This copy of Ice is licensed to you under the terms described in the
6
- // ICE_LICENSE file included in this distribution.
7
4
  //
8
- // **********************************************************************
9
- //
10
- // Ice version 3.7.1
5
+ // Ice version 3.7.6
11
6
  //
12
7
  // <auto-generated>
13
8
  //
@@ -37,10 +32,10 @@
37
32
  # if ICE_INT_VERSION / 100 != 307
38
33
  # error Ice version mismatch!
39
34
  # endif
40
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
41
36
  # error Beta header file detected
42
37
  # endif
43
- # if ICE_INT_VERSION % 100 < 1
38
+ # if ICE_INT_VERSION % 100 < 6
44
39
  # error Ice patch level mismatch!
45
40
  # endif
46
41
  #endif
@@ -167,6 +162,12 @@ public:
167
162
 
168
163
  virtual ~Logger();
169
164
 
165
+ #ifdef ICE_CPP11_COMPILER
166
+ Logger() = default;
167
+ Logger(const Logger&) = default;
168
+ Logger& operator=(const Logger&) = default;
169
+ #endif
170
+
170
171
  /**
171
172
  * Print a message. The message is printed literally, without
172
173
  * any decorations such as executable name or time stamp.
@@ -1,13 +1,8 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
2
+ // Copyright (c) ZeroC, Inc. All rights reserved.
4
3
  //
5
- // This copy of Ice is licensed to you under the terms described in the
6
- // ICE_LICENSE file included in this distribution.
7
4
  //
8
- // **********************************************************************
9
- //
10
- // Ice version 3.7.1
5
+ // Ice version 3.7.6
11
6
  //
12
7
  // <auto-generated>
13
8
  //
@@ -37,10 +32,10 @@
37
32
  # if ICE_INT_VERSION / 100 != 307
38
33
  # error Ice version mismatch!
39
34
  # endif
40
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
41
36
  # error Beta header file detected
42
37
  # endif
43
- # if ICE_INT_VERSION % 100 < 1
38
+ # if ICE_INT_VERSION % 100 < 6
44
39
  # error Ice patch level mismatch!
45
40
  # endif
46
41
  #endif
@@ -1,13 +1,8 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
2
+ // Copyright (c) ZeroC, Inc. All rights reserved.
4
3
  //
5
- // This copy of Ice is licensed to you under the terms described in the
6
- // ICE_LICENSE file included in this distribution.
7
4
  //
8
- // **********************************************************************
9
- //
10
- // Ice version 3.7.1
5
+ // Ice version 3.7.6
11
6
  //
12
7
  // <auto-generated>
13
8
  //
@@ -45,10 +40,10 @@
45
40
  # if ICE_INT_VERSION / 100 != 307
46
41
  # error Ice version mismatch!
47
42
  # endif
48
- # if ICE_INT_VERSION % 100 > 50
43
+ # if ICE_INT_VERSION % 100 >= 50
49
44
  # error Beta header file detected
50
45
  # endif
51
- # if ICE_INT_VERSION % 100 < 1
46
+ # if ICE_INT_VERSION % 100 < 6
52
47
  # error Ice patch level mismatch!
53
48
  # endif
54
49
  #endif
@@ -104,14 +99,13 @@ struct MetricsFailures
104
99
  /**
105
100
  * The failures observed for this metrics.
106
101
  */
107
- StringIntDict failures;
102
+ ::IceMX::StringIntDict failures;
108
103
 
109
104
  /**
110
- * Obtains a tuple containing all of the exception's data members.
105
+ * Obtains a tuple containing all of the struct's data members.
111
106
  * @return The data members in a tuple.
112
107
  */
113
-
114
- std::tuple<const ::std::string&, const StringIntDict&> ice_tuple() const
108
+ std::tuple<const ::std::string&, const ::IceMX::StringIntDict&> ice_tuple() const
115
109
  {
116
110
  return std::tie(id, failures);
117
111
  }
@@ -154,7 +148,6 @@ public:
154
148
  * Obtains a tuple containing all of the exception's data members.
155
149
  * @return The data members in a tuple.
156
150
  */
157
-
158
151
  std::tuple<> ice_tuple() const
159
152
  {
160
153
  return std::tie();
@@ -360,13 +353,13 @@ public:
360
353
  /**
361
354
  * One-shot constructor to initialize all data members.
362
355
  * @param id The metrics identifier.
363
- * @param total The total number of objects that were observed by this metrics.
364
- * @param current The current number of objects observed by this metrics.
356
+ * @param total The total number of objects observed by this metrics.
357
+ * @param current The number of objects currently observed by this metrics.
365
358
  * @param totalLifetime The sum of the lifetime of each observed objects.
366
359
  * @param failures The number of failures observed.
367
360
  */
368
361
  Metrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures) :
369
- id(::std::move(id)),
362
+ id(id),
370
363
  total(total),
371
364
  current(current),
372
365
  totalLifetime(totalLifetime),
@@ -378,7 +371,6 @@ public:
378
371
  * Obtains a tuple containing all of the value's data members.
379
372
  * @return The data members in a tuple.
380
373
  */
381
-
382
374
  std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&> ice_tuple() const
383
375
  {
384
376
  return std::tie(id, total, current, totalLifetime, failures);
@@ -395,16 +387,19 @@ public:
395
387
  */
396
388
  ::std::string id;
397
389
  /**
398
- * The total number of objects that were observed by this metrics.
390
+ * The total number of objects observed by this metrics. This includes
391
+ * the number of currently observed objects and the number of objects
392
+ * observed in the past.
399
393
  */
400
394
  long long int total = 0LL;
401
395
  /**
402
- * The current number of objects observed by this metrics.
396
+ * The number of objects currently observed by this metrics.
403
397
  */
404
398
  int current = 0;
405
399
  /**
406
400
  * The sum of the lifetime of each observed objects. This does not
407
- * include the lifetime of objects which are currently observed.
401
+ * include the lifetime of objects which are currently observed,
402
+ * only the objects observed in the past.
408
403
  */
409
404
  long long int totalLifetime = 0LL;
410
405
  /**
@@ -438,8 +433,8 @@ public:
438
433
  /**
439
434
  * One-shot constructor to initialize all data members.
440
435
  * @param id The metrics identifier.
441
- * @param total The total number of objects that were observed by this metrics.
442
- * @param current The current number of objects observed by this metrics.
436
+ * @param total The total number of objects observed by this metrics.
437
+ * @param current The number of objects currently observed by this metrics.
443
438
  * @param totalLifetime The sum of the lifetime of each observed objects.
444
439
  * @param failures The number of failures observed.
445
440
  * @param inUseForIO The number of threads which are currently performing socket read or writes.
@@ -447,7 +442,7 @@ public:
447
442
  * @param inUseForOther The number of threads which are currently performing other activities.
448
443
  */
449
444
  ThreadMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, int inUseForIO, int inUseForUser, int inUseForOther) :
450
- Ice::ValueHelper<ThreadMetrics, Metrics>(::std::move(id), total, current, totalLifetime, failures),
445
+ Ice::ValueHelper<ThreadMetrics, Metrics>(id, total, current, totalLifetime, failures),
451
446
  inUseForIO(inUseForIO),
452
447
  inUseForUser(inUseForUser),
453
448
  inUseForOther(inUseForOther)
@@ -458,7 +453,6 @@ public:
458
453
  * Obtains a tuple containing all of the value's data members.
459
454
  * @return The data members in a tuple.
460
455
  */
461
-
462
456
  std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const int&, const int&, const int&> ice_tuple() const
463
457
  {
464
458
  return std::tie(id, total, current, totalLifetime, failures, inUseForIO, inUseForUser, inUseForOther);
@@ -509,8 +503,8 @@ public:
509
503
  /**
510
504
  * One-shot constructor to initialize all data members.
511
505
  * @param id The metrics identifier.
512
- * @param total The total number of objects that were observed by this metrics.
513
- * @param current The current number of objects observed by this metrics.
506
+ * @param total The total number of objects observed by this metrics.
507
+ * @param current The number of objects currently observed by this metrics.
514
508
  * @param totalLifetime The sum of the lifetime of each observed objects.
515
509
  * @param failures The number of failures observed.
516
510
  * @param userException The number of dispatch that failed with a user exception.
@@ -518,7 +512,7 @@ public:
518
512
  * @param replySize The size of the dispatch reply.
519
513
  */
520
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) :
521
- Ice::ValueHelper<DispatchMetrics, Metrics>(::std::move(id), total, current, totalLifetime, failures),
515
+ Ice::ValueHelper<DispatchMetrics, Metrics>(id, total, current, totalLifetime, failures),
522
516
  userException(userException),
523
517
  size(size),
524
518
  replySize(replySize)
@@ -529,7 +523,6 @@ public:
529
523
  * Obtains a tuple containing all of the value's data members.
530
524
  * @return The data members in a tuple.
531
525
  */
532
-
533
526
  std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const int&, const long long int&, const long long int&> ice_tuple() const
534
527
  {
535
528
  return std::tie(id, total, current, totalLifetime, failures, userException, size, replySize);
@@ -561,8 +554,8 @@ public:
561
554
  * Provides information on child invocations. A child invocation is
562
555
  * either remote (sent over an Ice connection) or collocated. An
563
556
  * invocation can have multiple child invocation if it is
564
- * retried. Child invocation metrics are embedded within {@link
565
- * InvocationMetrics}.
557
+ * retried. Child invocation metrics are embedded within
558
+ * {@link InvocationMetrics}.
566
559
  * \headerfile Ice/Ice.h
567
560
  */
568
561
  class ICE_CLASS(ICE_API) ChildInvocationMetrics : public ::Ice::ValueHelper<ChildInvocationMetrics, Metrics>
@@ -581,15 +574,15 @@ public:
581
574
  /**
582
575
  * One-shot constructor to initialize all data members.
583
576
  * @param id The metrics identifier.
584
- * @param total The total number of objects that were observed by this metrics.
585
- * @param current The current number of objects observed by this metrics.
577
+ * @param total The total number of objects observed by this metrics.
578
+ * @param current The number of objects currently observed by this metrics.
586
579
  * @param totalLifetime The sum of the lifetime of each observed objects.
587
580
  * @param failures The number of failures observed.
588
581
  * @param size The size of the invocation.
589
582
  * @param replySize The size of the invocation reply.
590
583
  */
591
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) :
592
- Ice::ValueHelper<ChildInvocationMetrics, Metrics>(::std::move(id), total, current, totalLifetime, failures),
585
+ Ice::ValueHelper<ChildInvocationMetrics, Metrics>(id, total, current, totalLifetime, failures),
593
586
  size(size),
594
587
  replySize(replySize)
595
588
  {
@@ -599,7 +592,6 @@ public:
599
592
  * Obtains a tuple containing all of the value's data members.
600
593
  * @return The data members in a tuple.
601
594
  */
602
-
603
595
  std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const long long int&, const long long int&> ice_tuple() const
604
596
  {
605
597
  return std::tie(id, total, current, totalLifetime, failures, size, replySize);
@@ -644,15 +636,15 @@ public:
644
636
  /**
645
637
  * One-shot constructor to initialize all data members.
646
638
  * @param id The metrics identifier.
647
- * @param total The total number of objects that were observed by this metrics.
648
- * @param current The current number of objects observed by this metrics.
639
+ * @param total The total number of objects observed by this metrics.
640
+ * @param current The number of objects currently observed by this metrics.
649
641
  * @param totalLifetime The sum of the lifetime of each observed objects.
650
642
  * @param failures The number of failures observed.
651
643
  * @param size The size of the invocation.
652
644
  * @param replySize The size of the invocation reply.
653
645
  */
654
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) :
655
- Ice::ValueHelper<CollocatedMetrics, ChildInvocationMetrics>(::std::move(id), total, current, totalLifetime, failures, size, replySize)
647
+ Ice::ValueHelper<CollocatedMetrics, ChildInvocationMetrics>(id, total, current, totalLifetime, failures, size, replySize)
656
648
  {
657
649
  }
658
650
 
@@ -660,7 +652,6 @@ public:
660
652
  * Obtains a tuple containing all of the value's data members.
661
653
  * @return The data members in a tuple.
662
654
  */
663
-
664
655
  std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const long long int&, const long long int&> ice_tuple() const
665
656
  {
666
657
  return std::tie(id, total, current, totalLifetime, failures, size, replySize);
@@ -675,8 +666,7 @@ public:
675
666
 
676
667
  /**
677
668
  * Provides information on invocations that are specifically sent over
678
- * Ice connections. Remote metrics are embedded within {@link
679
- * InvocationMetrics}.
669
+ * Ice connections. Remote metrics are embedded within {@link InvocationMetrics}.
680
670
  * \headerfile Ice/Ice.h
681
671
  */
682
672
  class ICE_CLASS(ICE_API) RemoteMetrics : public ::Ice::ValueHelper<RemoteMetrics, ChildInvocationMetrics>
@@ -695,15 +685,15 @@ public:
695
685
  /**
696
686
  * One-shot constructor to initialize all data members.
697
687
  * @param id The metrics identifier.
698
- * @param total The total number of objects that were observed by this metrics.
699
- * @param current The current number of objects observed by this metrics.
688
+ * @param total The total number of objects observed by this metrics.
689
+ * @param current The number of objects currently observed by this metrics.
700
690
  * @param totalLifetime The sum of the lifetime of each observed objects.
701
691
  * @param failures The number of failures observed.
702
692
  * @param size The size of the invocation.
703
693
  * @param replySize The size of the invocation reply.
704
694
  */
705
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) :
706
- Ice::ValueHelper<RemoteMetrics, ChildInvocationMetrics>(::std::move(id), total, current, totalLifetime, failures, size, replySize)
696
+ Ice::ValueHelper<RemoteMetrics, ChildInvocationMetrics>(id, total, current, totalLifetime, failures, size, replySize)
707
697
  {
708
698
  }
709
699
 
@@ -711,7 +701,6 @@ public:
711
701
  * Obtains a tuple containing all of the value's data members.
712
702
  * @return The data members in a tuple.
713
703
  */
714
-
715
704
  std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const long long int&, const long long int&> ice_tuple() const
716
705
  {
717
706
  return std::tie(id, total, current, totalLifetime, failures, size, replySize);
@@ -745,8 +734,8 @@ public:
745
734
  /**
746
735
  * One-shot constructor to initialize all data members.
747
736
  * @param id The metrics identifier.
748
- * @param total The total number of objects that were observed by this metrics.
749
- * @param current The current number of objects observed by this metrics.
737
+ * @param total The total number of objects observed by this metrics.
738
+ * @param current The number of objects currently observed by this metrics.
750
739
  * @param totalLifetime The sum of the lifetime of each observed objects.
751
740
  * @param failures The number of failures observed.
752
741
  * @param retry The number of retries for the invocation(s).
@@ -754,12 +743,12 @@ public:
754
743
  * @param remotes The remote invocation metrics map.
755
744
  * @param collocated The collocated invocation metrics map.
756
745
  */
757
- InvocationMetrics(const ::std::string& id, long long int total, int current, long long int totalLifetime, int failures, int retry, int userException, const MetricsMap& remotes, const MetricsMap& collocated) :
758
- Ice::ValueHelper<InvocationMetrics, Metrics>(::std::move(id), total, current, totalLifetime, failures),
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>(id, total, current, totalLifetime, failures),
759
748
  retry(retry),
760
749
  userException(userException),
761
- remotes(::std::move(remotes)),
762
- collocated(::std::move(collocated))
750
+ remotes(remotes),
751
+ collocated(collocated)
763
752
  {
764
753
  }
765
754
 
@@ -767,8 +756,7 @@ public:
767
756
  * Obtains a tuple containing all of the value's data members.
768
757
  * @return The data members in a tuple.
769
758
  */
770
-
771
- std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const int&, const int&, const MetricsMap&, const MetricsMap&> ice_tuple() const
759
+ std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const int&, const int&, const ::IceMX::MetricsMap&, const ::IceMX::MetricsMap&> ice_tuple() const
772
760
  {
773
761
  return std::tie(id, total, current, totalLifetime, failures, retry, userException, remotes, collocated);
774
762
  }
@@ -791,12 +779,12 @@ public:
791
779
  * The remote invocation metrics map.
792
780
  * @see RemoteMetrics
793
781
  */
794
- MetricsMap remotes;
782
+ ::IceMX::MetricsMap remotes;
795
783
  /**
796
784
  * The collocated invocation metrics map.
797
785
  * @see CollocatedMetrics
798
786
  */
799
- MetricsMap collocated;
787
+ ::IceMX::MetricsMap collocated;
800
788
  };
801
789
 
802
790
  /**
@@ -820,15 +808,15 @@ public:
820
808
  /**
821
809
  * One-shot constructor to initialize all data members.
822
810
  * @param id The metrics identifier.
823
- * @param total The total number of objects that were observed by this metrics.
824
- * @param current The current number of objects observed by this metrics.
811
+ * @param total The total number of objects observed by this metrics.
812
+ * @param current The number of objects currently observed by this metrics.
825
813
  * @param totalLifetime The sum of the lifetime of each observed objects.
826
814
  * @param failures The number of failures observed.
827
815
  * @param receivedBytes The number of bytes received by the connection.
828
816
  * @param sentBytes The number of bytes sent by the connection.
829
817
  */
830
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) :
831
- Ice::ValueHelper<ConnectionMetrics, Metrics>(::std::move(id), total, current, totalLifetime, failures),
819
+ Ice::ValueHelper<ConnectionMetrics, Metrics>(id, total, current, totalLifetime, failures),
832
820
  receivedBytes(receivedBytes),
833
821
  sentBytes(sentBytes)
834
822
  {
@@ -838,7 +826,6 @@ public:
838
826
  * Obtains a tuple containing all of the value's data members.
839
827
  * @return The data members in a tuple.
840
828
  */
841
-
842
829
  std::tuple<const ::std::string&, const long long int&, const int&, const long long int&, const int&, const long long int&, const long long int&> ice_tuple() const
843
830
  {
844
831
  return std::tie(id, total, current, totalLifetime, failures, receivedBytes, sentBytes);
@@ -919,7 +906,7 @@ public:
919
906
  {
920
907
  response(::std::move(_result.returnValue), ::std::move(_result.disabledViews));
921
908
  };
922
- return _makeLamdaOutgoing<MetricsAdmin::GetMetricsViewNamesResult>(_responseCb, ex, sent, this, &MetricsAdminPrx::_iceI_getMetricsViewNames, context);
909
+ return _makeLamdaOutgoing<MetricsAdmin::GetMetricsViewNamesResult>(std::move(_responseCb), std::move(ex), std::move(sent), this, &IceMX::MetricsAdminPrx::_iceI_getMetricsViewNames, context);
923
910
  }
924
911
 
925
912
  /// \cond INTERNAL
@@ -967,7 +954,7 @@ public:
967
954
  ::std::function<void(bool)> sent = nullptr,
968
955
  const ::Ice::Context& context = ::Ice::noExplicitContext)
969
956
  {
970
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &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);
971
958
  }
972
959
 
973
960
  /// \cond INTERNAL
@@ -1015,7 +1002,7 @@ public:
1015
1002
  ::std::function<void(bool)> sent = nullptr,
1016
1003
  const ::Ice::Context& context = ::Ice::noExplicitContext)
1017
1004
  {
1018
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &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);
1019
1006
  }
1020
1007
 
1021
1008
  /// \cond INTERNAL
@@ -1075,7 +1062,7 @@ public:
1075
1062
  */
1076
1063
  ::std::function<void()>
1077
1064
  getMetricsViewAsync(const ::std::string& view,
1078
- ::std::function<void(MetricsView, long long int)> response,
1065
+ ::std::function<void(::IceMX::MetricsView, long long int)> response,
1079
1066
  ::std::function<void(::std::exception_ptr)> ex = nullptr,
1080
1067
  ::std::function<void(bool)> sent = nullptr,
1081
1068
  const ::Ice::Context& context = ::Ice::noExplicitContext)
@@ -1084,7 +1071,7 @@ public:
1084
1071
  {
1085
1072
  response(::std::move(_result.returnValue), _result.timestamp);
1086
1073
  };
1087
- return _makeLamdaOutgoing<MetricsAdmin::GetMetricsViewResult>(_responseCb, ex, sent, this, &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);
1088
1075
  }
1089
1076
 
1090
1077
  /// \cond INTERNAL
@@ -1102,7 +1089,7 @@ public:
1102
1089
  */
1103
1090
  MetricsFailuresSeq getMapMetricsFailures(const ::std::string& view, const ::std::string& map, const ::Ice::Context& context = ::Ice::noExplicitContext)
1104
1091
  {
1105
- return _makePromiseOutgoing<MetricsFailuresSeq>(true, this, &MetricsAdminPrx::_iceI_getMapMetricsFailures, view, map, context).get();
1092
+ return _makePromiseOutgoing<::IceMX::MetricsFailuresSeq>(true, this, &MetricsAdminPrx::_iceI_getMapMetricsFailures, view, map, context).get();
1106
1093
  }
1107
1094
 
1108
1095
  /**
@@ -1114,9 +1101,9 @@ public:
1114
1101
  */
1115
1102
  template<template<typename> class P = ::std::promise>
1116
1103
  auto getMapMetricsFailuresAsync(const ::std::string& view, const ::std::string& map, const ::Ice::Context& context = ::Ice::noExplicitContext)
1117
- -> decltype(::std::declval<P<MetricsFailuresSeq>>().get_future())
1104
+ -> decltype(::std::declval<P<::IceMX::MetricsFailuresSeq>>().get_future())
1118
1105
  {
1119
- return _makePromiseOutgoing<MetricsFailuresSeq, P>(false, this, &MetricsAdminPrx::_iceI_getMapMetricsFailures, view, map, context);
1106
+ return _makePromiseOutgoing<::IceMX::MetricsFailuresSeq, P>(false, this, &MetricsAdminPrx::_iceI_getMapMetricsFailures, view, map, context);
1120
1107
  }
1121
1108
 
1122
1109
  /**
@@ -1131,16 +1118,16 @@ public:
1131
1118
  */
1132
1119
  ::std::function<void()>
1133
1120
  getMapMetricsFailuresAsync(const ::std::string& view, const ::std::string& map,
1134
- ::std::function<void(MetricsFailuresSeq)> response,
1121
+ ::std::function<void(::IceMX::MetricsFailuresSeq)> response,
1135
1122
  ::std::function<void(::std::exception_ptr)> ex = nullptr,
1136
1123
  ::std::function<void(bool)> sent = nullptr,
1137
1124
  const ::Ice::Context& context = ::Ice::noExplicitContext)
1138
1125
  {
1139
- return _makeLamdaOutgoing<MetricsFailuresSeq>(response, ex, sent, this, &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);
1140
1127
  }
1141
1128
 
1142
1129
  /// \cond INTERNAL
1143
- ICE_MEMBER(ICE_API) void _iceI_getMapMetricsFailures(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<MetricsFailuresSeq>>&, const ::std::string&, const ::std::string&, const ::Ice::Context&);
1130
+ ICE_MEMBER(ICE_API) void _iceI_getMapMetricsFailures(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceMX::MetricsFailuresSeq>>&, const ::std::string&, const ::std::string&, const ::Ice::Context&);
1144
1131
  /// \endcond
1145
1132
 
1146
1133
  /**
@@ -1155,7 +1142,7 @@ public:
1155
1142
  */
1156
1143
  MetricsFailures getMetricsFailures(const ::std::string& view, const ::std::string& map, const ::std::string& id, const ::Ice::Context& context = ::Ice::noExplicitContext)
1157
1144
  {
1158
- return _makePromiseOutgoing<MetricsFailures>(true, this, &MetricsAdminPrx::_iceI_getMetricsFailures, view, map, id, context).get();
1145
+ return _makePromiseOutgoing<::IceMX::MetricsFailures>(true, this, &MetricsAdminPrx::_iceI_getMetricsFailures, view, map, id, context).get();
1159
1146
  }
1160
1147
 
1161
1148
  /**
@@ -1168,9 +1155,9 @@ public:
1168
1155
  */
1169
1156
  template<template<typename> class P = ::std::promise>
1170
1157
  auto getMetricsFailuresAsync(const ::std::string& view, const ::std::string& map, const ::std::string& id, const ::Ice::Context& context = ::Ice::noExplicitContext)
1171
- -> decltype(::std::declval<P<MetricsFailures>>().get_future())
1158
+ -> decltype(::std::declval<P<::IceMX::MetricsFailures>>().get_future())
1172
1159
  {
1173
- return _makePromiseOutgoing<MetricsFailures, P>(false, this, &MetricsAdminPrx::_iceI_getMetricsFailures, view, map, id, context);
1160
+ return _makePromiseOutgoing<::IceMX::MetricsFailures, P>(false, this, &MetricsAdminPrx::_iceI_getMetricsFailures, view, map, id, context);
1174
1161
  }
1175
1162
 
1176
1163
  /**
@@ -1186,16 +1173,16 @@ public:
1186
1173
  */
1187
1174
  ::std::function<void()>
1188
1175
  getMetricsFailuresAsync(const ::std::string& view, const ::std::string& map, const ::std::string& id,
1189
- ::std::function<void(MetricsFailures)> response,
1176
+ ::std::function<void(::IceMX::MetricsFailures)> response,
1190
1177
  ::std::function<void(::std::exception_ptr)> ex = nullptr,
1191
1178
  ::std::function<void(bool)> sent = nullptr,
1192
1179
  const ::Ice::Context& context = ::Ice::noExplicitContext)
1193
1180
  {
1194
- return _makeLamdaOutgoing<MetricsFailures>(response, ex, sent, this, &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);
1195
1182
  }
1196
1183
 
1197
1184
  /// \cond INTERNAL
1198
- ICE_MEMBER(ICE_API) void _iceI_getMetricsFailures(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<MetricsFailures>>&, const ::std::string&, const ::std::string&, const ::std::string&, const ::Ice::Context&);
1185
+ ICE_MEMBER(ICE_API) void _iceI_getMetricsFailures(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceMX::MetricsFailures>>&, const ::std::string&, const ::std::string&, const ::std::string&, const ::Ice::Context&);
1199
1186
  /// \endcond
1200
1187
 
1201
1188
  /**
@@ -1407,56 +1394,56 @@ namespace IceMX
1407
1394
 
1408
1395
  class Metrics;
1409
1396
  /// \cond INTERNAL
1410
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::Metrics>&);
1411
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::Metrics*);
1397
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< Metrics>&);
1398
+ ICE_API ::IceProxy::Ice::Object* upCast(Metrics*);
1412
1399
  /// \endcond
1413
1400
 
1414
1401
  class MetricsAdmin;
1415
1402
  /// \cond INTERNAL
1416
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::MetricsAdmin>&);
1417
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::MetricsAdmin*);
1403
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< MetricsAdmin>&);
1404
+ ICE_API ::IceProxy::Ice::Object* upCast(MetricsAdmin*);
1418
1405
  /// \endcond
1419
1406
 
1420
1407
  class ThreadMetrics;
1421
1408
  /// \cond INTERNAL
1422
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::ThreadMetrics>&);
1423
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::ThreadMetrics*);
1409
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ThreadMetrics>&);
1410
+ ICE_API ::IceProxy::Ice::Object* upCast(ThreadMetrics*);
1424
1411
  /// \endcond
1425
1412
 
1426
1413
  class DispatchMetrics;
1427
1414
  /// \cond INTERNAL
1428
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::DispatchMetrics>&);
1429
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::DispatchMetrics*);
1415
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< DispatchMetrics>&);
1416
+ ICE_API ::IceProxy::Ice::Object* upCast(DispatchMetrics*);
1430
1417
  /// \endcond
1431
1418
 
1432
1419
  class ChildInvocationMetrics;
1433
1420
  /// \cond INTERNAL
1434
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::ChildInvocationMetrics>&);
1435
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::ChildInvocationMetrics*);
1421
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ChildInvocationMetrics>&);
1422
+ ICE_API ::IceProxy::Ice::Object* upCast(ChildInvocationMetrics*);
1436
1423
  /// \endcond
1437
1424
 
1438
1425
  class CollocatedMetrics;
1439
1426
  /// \cond INTERNAL
1440
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::CollocatedMetrics>&);
1441
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::CollocatedMetrics*);
1427
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< CollocatedMetrics>&);
1428
+ ICE_API ::IceProxy::Ice::Object* upCast(CollocatedMetrics*);
1442
1429
  /// \endcond
1443
1430
 
1444
1431
  class RemoteMetrics;
1445
1432
  /// \cond INTERNAL
1446
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::RemoteMetrics>&);
1447
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::RemoteMetrics*);
1433
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< RemoteMetrics>&);
1434
+ ICE_API ::IceProxy::Ice::Object* upCast(RemoteMetrics*);
1448
1435
  /// \endcond
1449
1436
 
1450
1437
  class InvocationMetrics;
1451
1438
  /// \cond INTERNAL
1452
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::InvocationMetrics>&);
1453
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::InvocationMetrics*);
1439
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< InvocationMetrics>&);
1440
+ ICE_API ::IceProxy::Ice::Object* upCast(InvocationMetrics*);
1454
1441
  /// \endcond
1455
1442
 
1456
1443
  class ConnectionMetrics;
1457
1444
  /// \cond INTERNAL
1458
- ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceMX::ConnectionMetrics>&);
1459
- ICE_API ::IceProxy::Ice::Object* upCast(::IceProxy::IceMX::ConnectionMetrics*);
1445
+ ICE_API void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ConnectionMetrics>&);
1446
+ ICE_API ::IceProxy::Ice::Object* upCast(ConnectionMetrics*);
1460
1447
  /// \endcond
1461
1448
 
1462
1449
  }
@@ -1573,7 +1560,7 @@ namespace IceMX
1573
1560
  /**
1574
1561
  * A dictionnary of strings to integers.
1575
1562
  */
1576
- typedef ::std::map< ::std::string, Ice::Int> StringIntDict;
1563
+ typedef ::std::map< ::std::string, ::Ice::Int> StringIntDict;
1577
1564
 
1578
1565
  /**
1579
1566
  * A structure to keep track of failures associated with a given
@@ -1590,13 +1577,13 @@ struct MetricsFailures
1590
1577
  /**
1591
1578
  * The failures observed for this metrics.
1592
1579
  */
1593
- StringIntDict failures;
1580
+ ::IceMX::StringIntDict failures;
1594
1581
  };
1595
1582
 
1596
1583
  /**
1597
1584
  * A sequence of {@link MetricsFailures}.
1598
1585
  */
1599
- typedef ::std::vector<IceMX::MetricsFailures> MetricsFailuresSeq;
1586
+ typedef ::std::vector<MetricsFailures> MetricsFailuresSeq;
1600
1587
 
1601
1588
  /**
1602
1589
  * A metrics map is a sequence of metrics. We use a sequence here
@@ -1604,13 +1591,13 @@ typedef ::std::vector<IceMX::MetricsFailures> MetricsFailuresSeq;
1604
1591
  * in the Metrics class and using sequences of metrics objects is more
1605
1592
  * efficient than using dictionaries since lookup is not necessary.
1606
1593
  */
1607
- typedef ::std::vector<IceMX::MetricsPtr> MetricsMap;
1594
+ typedef ::std::vector<MetricsPtr> MetricsMap;
1608
1595
 
1609
1596
  /**
1610
1597
  * A metrics view is a dictionary of metrics map. The key of the
1611
1598
  * dictionary is the name of the metrics map.
1612
1599
  */
1613
- typedef ::std::map< ::std::string, IceMX::MetricsMap> MetricsView;
1600
+ typedef ::std::map< ::std::string, MetricsMap> MetricsView;
1614
1601
 
1615
1602
  /**
1616
1603
  * Raised if a metrics view cannot be found.
@@ -1621,7 +1608,13 @@ class ICE_API UnknownMetricsView : public ::Ice::UserException
1621
1608
  public:
1622
1609
 
1623
1610
  UnknownMetricsView() {}
1611
+
1612
+ #ifdef ICE_CPP11_COMPILER
1613
+ UnknownMetricsView(const UnknownMetricsView&) = default;
1614
+ virtual ~UnknownMetricsView();
1615
+ #else
1624
1616
  virtual ~UnknownMetricsView() throw();
1617
+ #endif
1625
1618
 
1626
1619
  /**
1627
1620
  * Obtains the Slice type ID of this exception.
@@ -1629,7 +1622,7 @@ public:
1629
1622
  */
1630
1623
  virtual ::std::string ice_id() const;
1631
1624
  /**
1632
- * Polymporphically clones this exception.
1625
+ * Polymorphically clones this exception.
1633
1626
  * @return A shallow copy of this exception.
1634
1627
  */
1635
1628
  virtual UnknownMetricsView* ice_clone() const;
@@ -2473,8 +2466,8 @@ public:
2473
2466
  /**
2474
2467
  * One-shot constructor to initialize all data members.
2475
2468
  * @param id The metrics identifier.
2476
- * @param total The total number of objects that were observed by this metrics.
2477
- * @param current The current number of objects observed by this metrics.
2469
+ * @param total The total number of objects observed by this metrics.
2470
+ * @param current The number of objects currently observed by this metrics.
2478
2471
  * @param totalLifetime The sum of the lifetime of each observed objects.
2479
2472
  * @param failures The number of failures observed.
2480
2473
  */
@@ -2487,8 +2480,13 @@ public:
2487
2480
  {
2488
2481
  }
2489
2482
 
2483
+ #ifdef ICE_CPP11_COMPILER
2484
+ Metrics(const Metrics&) = default;
2485
+ Metrics& operator=(const Metrics&) = default;
2486
+ #endif
2487
+
2490
2488
  /**
2491
- * Polymporphically clones this object.
2489
+ * Polymorphically clones this object.
2492
2490
  * @return A shallow copy of this object.
2493
2491
  */
2494
2492
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -2541,16 +2539,19 @@ public:
2541
2539
  */
2542
2540
  ::std::string id;
2543
2541
  /**
2544
- * The total number of objects that were observed by this metrics.
2542
+ * The total number of objects observed by this metrics. This includes
2543
+ * the number of currently observed objects and the number of objects
2544
+ * observed in the past.
2545
2545
  */
2546
2546
  ::Ice::Long total;
2547
2547
  /**
2548
- * The current number of objects observed by this metrics.
2548
+ * The number of objects currently observed by this metrics.
2549
2549
  */
2550
2550
  ::Ice::Int current;
2551
2551
  /**
2552
2552
  * The sum of the lifetime of each observed objects. This does not
2553
- * include the lifetime of objects which are currently observed.
2553
+ * include the lifetime of objects which are currently observed,
2554
+ * only the objects observed in the past.
2554
2555
  */
2555
2556
  ::Ice::Long totalLifetime;
2556
2557
  /**
@@ -2590,6 +2591,12 @@ public:
2590
2591
 
2591
2592
  virtual ~MetricsAdmin();
2592
2593
 
2594
+ #ifdef ICE_CPP11_COMPILER
2595
+ MetricsAdmin() = default;
2596
+ MetricsAdmin(const MetricsAdmin&) = default;
2597
+ MetricsAdmin& operator=(const MetricsAdmin&) = default;
2598
+ #endif
2599
+
2593
2600
  /**
2594
2601
  * Determines whether this object supports an interface with the given Slice type ID.
2595
2602
  * @param id The fully-scoped Slice type ID.
@@ -2750,8 +2757,8 @@ public:
2750
2757
  /**
2751
2758
  * One-shot constructor to initialize all data members.
2752
2759
  * @param id The metrics identifier.
2753
- * @param total The total number of objects that were observed by this metrics.
2754
- * @param current The current number of objects observed by this metrics.
2760
+ * @param total The total number of objects observed by this metrics.
2761
+ * @param current The number of objects currently observed by this metrics.
2755
2762
  * @param totalLifetime The sum of the lifetime of each observed objects.
2756
2763
  * @param failures The number of failures observed.
2757
2764
  * @param inUseForIO The number of threads which are currently performing socket read or writes.
@@ -2766,8 +2773,13 @@ public:
2766
2773
  {
2767
2774
  }
2768
2775
 
2776
+ #ifdef ICE_CPP11_COMPILER
2777
+ ThreadMetrics(const ThreadMetrics&) = default;
2778
+ ThreadMetrics& operator=(const ThreadMetrics&) = default;
2779
+ #endif
2780
+
2769
2781
  /**
2770
- * Polymporphically clones this object.
2782
+ * Polymorphically clones this object.
2771
2783
  * @return A shallow copy of this object.
2772
2784
  */
2773
2785
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -2873,8 +2885,8 @@ public:
2873
2885
  /**
2874
2886
  * One-shot constructor to initialize all data members.
2875
2887
  * @param id The metrics identifier.
2876
- * @param total The total number of objects that were observed by this metrics.
2877
- * @param current The current number of objects observed by this metrics.
2888
+ * @param total The total number of objects observed by this metrics.
2889
+ * @param current The number of objects currently observed by this metrics.
2878
2890
  * @param totalLifetime The sum of the lifetime of each observed objects.
2879
2891
  * @param failures The number of failures observed.
2880
2892
  * @param userException The number of dispatch that failed with a user exception.
@@ -2889,8 +2901,13 @@ public:
2889
2901
  {
2890
2902
  }
2891
2903
 
2904
+ #ifdef ICE_CPP11_COMPILER
2905
+ DispatchMetrics(const DispatchMetrics&) = default;
2906
+ DispatchMetrics& operator=(const DispatchMetrics&) = default;
2907
+ #endif
2908
+
2892
2909
  /**
2893
- * Polymporphically clones this object.
2910
+ * Polymorphically clones this object.
2894
2911
  * @return A shallow copy of this object.
2895
2912
  */
2896
2913
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -2973,8 +2990,8 @@ inline bool operator<(const DispatchMetrics& lhs, const DispatchMetrics& rhs)
2973
2990
  * Provides information on child invocations. A child invocation is
2974
2991
  * either remote (sent over an Ice connection) or collocated. An
2975
2992
  * invocation can have multiple child invocation if it is
2976
- * retried. Child invocation metrics are embedded within {@link
2977
- * InvocationMetrics}.
2993
+ * retried. Child invocation metrics are embedded within
2994
+ * {@link InvocationMetrics}.
2978
2995
  * \headerfile Ice/Ice.h
2979
2996
  */
2980
2997
  class ICE_API ChildInvocationMetrics : public Metrics
@@ -2996,8 +3013,8 @@ public:
2996
3013
  /**
2997
3014
  * One-shot constructor to initialize all data members.
2998
3015
  * @param id The metrics identifier.
2999
- * @param total The total number of objects that were observed by this metrics.
3000
- * @param current The current number of objects observed by this metrics.
3016
+ * @param total The total number of objects observed by this metrics.
3017
+ * @param current The number of objects currently observed by this metrics.
3001
3018
  * @param totalLifetime The sum of the lifetime of each observed objects.
3002
3019
  * @param failures The number of failures observed.
3003
3020
  * @param size The size of the invocation.
@@ -3010,8 +3027,13 @@ public:
3010
3027
  {
3011
3028
  }
3012
3029
 
3030
+ #ifdef ICE_CPP11_COMPILER
3031
+ ChildInvocationMetrics(const ChildInvocationMetrics&) = default;
3032
+ ChildInvocationMetrics& operator=(const ChildInvocationMetrics&) = default;
3033
+ #endif
3034
+
3013
3035
  /**
3014
- * Polymporphically clones this object.
3036
+ * Polymorphically clones this object.
3015
3037
  * @return A shallow copy of this object.
3016
3038
  */
3017
3039
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3107,8 +3129,8 @@ public:
3107
3129
  /**
3108
3130
  * One-shot constructor to initialize all data members.
3109
3131
  * @param id The metrics identifier.
3110
- * @param total The total number of objects that were observed by this metrics.
3111
- * @param current The current number of objects observed by this metrics.
3132
+ * @param total The total number of objects observed by this metrics.
3133
+ * @param current The number of objects currently observed by this metrics.
3112
3134
  * @param totalLifetime The sum of the lifetime of each observed objects.
3113
3135
  * @param failures The number of failures observed.
3114
3136
  * @param size The size of the invocation.
@@ -3119,8 +3141,13 @@ public:
3119
3141
  {
3120
3142
  }
3121
3143
 
3144
+ #ifdef ICE_CPP11_COMPILER
3145
+ CollocatedMetrics(const CollocatedMetrics&) = default;
3146
+ CollocatedMetrics& operator=(const CollocatedMetrics&) = default;
3147
+ #endif
3148
+
3122
3149
  /**
3123
- * Polymporphically clones this object.
3150
+ * Polymorphically clones this object.
3124
3151
  * @return A shallow copy of this object.
3125
3152
  */
3126
3153
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3184,8 +3211,7 @@ inline bool operator<(const CollocatedMetrics& lhs, const CollocatedMetrics& rhs
3184
3211
 
3185
3212
  /**
3186
3213
  * Provides information on invocations that are specifically sent over
3187
- * Ice connections. Remote metrics are embedded within {@link
3188
- * InvocationMetrics}.
3214
+ * Ice connections. Remote metrics are embedded within {@link InvocationMetrics}.
3189
3215
  * \headerfile Ice/Ice.h
3190
3216
  */
3191
3217
  class ICE_API RemoteMetrics : public ChildInvocationMetrics
@@ -3204,8 +3230,8 @@ public:
3204
3230
  /**
3205
3231
  * One-shot constructor to initialize all data members.
3206
3232
  * @param id The metrics identifier.
3207
- * @param total The total number of objects that were observed by this metrics.
3208
- * @param current The current number of objects observed by this metrics.
3233
+ * @param total The total number of objects observed by this metrics.
3234
+ * @param current The number of objects currently observed by this metrics.
3209
3235
  * @param totalLifetime The sum of the lifetime of each observed objects.
3210
3236
  * @param failures The number of failures observed.
3211
3237
  * @param size The size of the invocation.
@@ -3216,8 +3242,13 @@ public:
3216
3242
  {
3217
3243
  }
3218
3244
 
3245
+ #ifdef ICE_CPP11_COMPILER
3246
+ RemoteMetrics(const RemoteMetrics&) = default;
3247
+ RemoteMetrics& operator=(const RemoteMetrics&) = default;
3248
+ #endif
3249
+
3219
3250
  /**
3220
- * Polymporphically clones this object.
3251
+ * Polymorphically clones this object.
3221
3252
  * @return A shallow copy of this object.
3222
3253
  */
3223
3254
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3303,8 +3334,8 @@ public:
3303
3334
  /**
3304
3335
  * One-shot constructor to initialize all data members.
3305
3336
  * @param id The metrics identifier.
3306
- * @param total The total number of objects that were observed by this metrics.
3307
- * @param current The current number of objects observed by this metrics.
3337
+ * @param total The total number of objects observed by this metrics.
3338
+ * @param current The number of objects currently observed by this metrics.
3308
3339
  * @param totalLifetime The sum of the lifetime of each observed objects.
3309
3340
  * @param failures The number of failures observed.
3310
3341
  * @param retry The number of retries for the invocation(s).
@@ -3312,7 +3343,7 @@ public:
3312
3343
  * @param remotes The remote invocation metrics map.
3313
3344
  * @param collocated The collocated invocation metrics map.
3314
3345
  */
3315
- InvocationMetrics(const ::std::string& id, ::Ice::Long total, ::Ice::Int current, ::Ice::Long totalLifetime, ::Ice::Int failures, ::Ice::Int retry, ::Ice::Int userException, const MetricsMap& remotes, const MetricsMap& collocated) :
3346
+ InvocationMetrics(const ::std::string& id, ::Ice::Long total, ::Ice::Int current, ::Ice::Long totalLifetime, ::Ice::Int failures, ::Ice::Int retry, ::Ice::Int userException, const ::IceMX::MetricsMap& remotes, const ::IceMX::MetricsMap& collocated) :
3316
3347
  ::IceMX::Metrics(id, total, current, totalLifetime, failures),
3317
3348
  retry(retry),
3318
3349
  userException(userException),
@@ -3321,8 +3352,13 @@ public:
3321
3352
  {
3322
3353
  }
3323
3354
 
3355
+ #ifdef ICE_CPP11_COMPILER
3356
+ InvocationMetrics(const InvocationMetrics&) = default;
3357
+ InvocationMetrics& operator=(const InvocationMetrics&) = default;
3358
+ #endif
3359
+
3324
3360
  /**
3325
- * Polymporphically clones this object.
3361
+ * Polymorphically clones this object.
3326
3362
  * @return A shallow copy of this object.
3327
3363
  */
3328
3364
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3385,12 +3421,12 @@ public:
3385
3421
  * The remote invocation metrics map.
3386
3422
  * @see RemoteMetrics
3387
3423
  */
3388
- MetricsMap remotes;
3424
+ ::IceMX::MetricsMap remotes;
3389
3425
  /**
3390
3426
  * The collocated invocation metrics map.
3391
3427
  * @see CollocatedMetrics
3392
3428
  */
3393
- MetricsMap collocated;
3429
+ ::IceMX::MetricsMap collocated;
3394
3430
  };
3395
3431
  /// \cond INTERNAL
3396
3432
  static ::Ice::ValueFactoryPtr _iceS_InvocationMetrics_init = ::IceMX::InvocationMetrics::ice_factory();
@@ -3432,8 +3468,8 @@ public:
3432
3468
  /**
3433
3469
  * One-shot constructor to initialize all data members.
3434
3470
  * @param id The metrics identifier.
3435
- * @param total The total number of objects that were observed by this metrics.
3436
- * @param current The current number of objects observed by this metrics.
3471
+ * @param total The total number of objects observed by this metrics.
3472
+ * @param current The number of objects currently observed by this metrics.
3437
3473
  * @param totalLifetime The sum of the lifetime of each observed objects.
3438
3474
  * @param failures The number of failures observed.
3439
3475
  * @param receivedBytes The number of bytes received by the connection.
@@ -3446,8 +3482,13 @@ public:
3446
3482
  {
3447
3483
  }
3448
3484
 
3485
+ #ifdef ICE_CPP11_COMPILER
3486
+ ConnectionMetrics(const ConnectionMetrics&) = default;
3487
+ ConnectionMetrics& operator=(const ConnectionMetrics&) = default;
3488
+ #endif
3489
+
3449
3490
  /**
3450
- * Polymporphically clones this object.
3491
+ * Polymorphically clones this object.
3451
3492
  * @return A shallow copy of this object.
3452
3493
  */
3453
3494
  virtual ::Ice::ObjectPtr ice_clone() const;