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,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #include <Ice/WSAcceptor.h>
11
6
  #include <Ice/WSTransceiver.h>
@@ -1,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #ifndef ICE_WS_ACCEPTOR_I_H
11
6
  #define ICE_WS_ACCEPTOR_I_H
@@ -1,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #include <Ice/WSConnector.h>
11
6
  #include <Ice/WSTransceiver.h>
@@ -1,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #ifndef ICE_WSCONNECTOR_I_H
11
6
  #define ICE_WSCONNECTOR_I_H
@@ -1,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #include <Ice/WSEndpoint.h>
11
6
  #include <Ice/WSAcceptor.h>
@@ -1,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #ifndef ICE_WS_ENDPOINT_I_H
11
6
  #define ICE_WS_ENDPOINT_I_H
@@ -1,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #include <Ice/WSTransceiver.h>
11
6
  #include <Ice/Endpoint.h>
@@ -593,11 +588,11 @@ IceInternal::WSTransceiver::read(Buffer& buf)
593
588
  // no more than the payload length. The remaining of the buffer will be
594
589
  // sent over in another frame.
595
590
  //
596
- size_t readSz = _readPayloadLength - (buf.i - _readStart); // Already read
591
+ size_t readSz = _readPayloadLength - static_cast<size_t>(buf.i - _readStart); // Already read
597
592
  if(static_cast<size_t>(buf.b.end() - buf.i) > readSz)
598
593
  {
599
594
  size_t size = buf.b.size();
600
- buf.b.resize(buf.i - buf.b.begin() + readSz);
595
+ buf.b.resize(static_cast<size_t>(buf.i - buf.b.begin()) + readSz);
601
596
  s = _delegate->read(buf);
602
597
  buf.b.resize(size);
603
598
  }
@@ -1399,7 +1394,7 @@ IceInternal::WSTransceiver::preRead(Buffer& buf)
1399
1394
  return false;
1400
1395
  }
1401
1396
 
1402
- size_t n = min(_readBuffer.i - _readI, buf.b.end() - buf.i);
1397
+ size_t n = min(static_cast<size_t>(_readBuffer.i - _readI), static_cast<size_t>(buf.b.end() - buf.i));
1403
1398
 
1404
1399
  if(n > _readPayloadLength)
1405
1400
  {
@@ -1440,13 +1435,13 @@ IceInternal::WSTransceiver::postRead(Buffer& buf)
1440
1435
  // Unmask the data we just read.
1441
1436
  //
1442
1437
  IceInternal::Buffer::Container::iterator p = _readStart;
1443
- for(size_t n = _readStart - _readFrameStart; p < buf.i; ++p, ++n)
1438
+ for(size_t n = static_cast<size_t>(_readStart - _readFrameStart); p < buf.i; ++p, ++n)
1444
1439
  {
1445
1440
  *p ^= _readMask[n % 4];
1446
1441
  }
1447
1442
  }
1448
1443
 
1449
- _readPayloadLength -= buf.i - _readStart;
1444
+ _readPayloadLength -= static_cast<size_t>(buf.i - _readStart);
1450
1445
  _readStart = buf.i;
1451
1446
  if(_readPayloadLength == 0)
1452
1447
  {
@@ -1470,7 +1465,7 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
1470
1465
  return false;
1471
1466
  }
1472
1467
 
1473
- assert(buf.i = buf.b.begin());
1468
+ assert(buf.i == buf.b.begin());
1474
1469
  prepareWriteHeader(OP_DATA, buf.b.size());
1475
1470
 
1476
1471
  _writeState = WriteStatePayload;
@@ -1479,7 +1474,7 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
1479
1474
  {
1480
1475
  prepareWriteHeader(OP_PING, 0); // Don't send any payload
1481
1476
 
1482
- _writeBuffer.b.resize(_writeBuffer.i - _writeBuffer.b.begin());
1477
+ _writeBuffer.b.resize(static_cast<size_t>(_writeBuffer.i - _writeBuffer.b.begin()));
1483
1478
  _writeState = WriteStateControlFrame;
1484
1479
  _writeBuffer.i = _writeBuffer.b.begin();
1485
1480
  }
@@ -1488,7 +1483,7 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
1488
1483
  prepareWriteHeader(OP_PONG, _pingPayload.size());
1489
1484
  if(_pingPayload.size() > static_cast<size_t>(_writeBuffer.b.end() - _writeBuffer.i))
1490
1485
  {
1491
- size_t pos = _writeBuffer.i - _writeBuffer.b.begin();
1486
+ size_t pos = static_cast<size_t>(_writeBuffer.i - _writeBuffer.b.begin());
1492
1487
  _writeBuffer.b.resize(pos + _pingPayload.size());
1493
1488
  _writeBuffer.i = _writeBuffer.b.begin() + pos;
1494
1489
  }
@@ -1496,7 +1491,7 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
1496
1491
  _writeBuffer.i += _pingPayload.size();
1497
1492
  _pingPayload.clear();
1498
1493
 
1499
- _writeBuffer.b.resize(_writeBuffer.i - _writeBuffer.b.begin());
1494
+ _writeBuffer.b.resize(static_cast<size_t>(_writeBuffer.i - _writeBuffer.b.begin()));
1500
1495
  _writeState = WriteStateControlFrame;
1501
1496
  _writeBuffer.i = _writeBuffer.b.begin();
1502
1497
  }
@@ -1518,7 +1513,7 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
1518
1513
  }
1519
1514
 
1520
1515
  _writeState = WriteStateControlFrame;
1521
- _writeBuffer.b.resize(_writeBuffer.i - _writeBuffer.b.begin());
1516
+ _writeBuffer.b.resize(static_cast<size_t>(_writeBuffer.i - _writeBuffer.b.begin()));
1522
1517
  _writeBuffer.i = _writeBuffer.b.begin();
1523
1518
  }
1524
1519
  else
@@ -1548,7 +1543,7 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
1548
1543
  _writeBuffer.i = _writeBuffer.b.begin();
1549
1544
  }
1550
1545
 
1551
- size_t n = buf.i - buf.b.begin();
1546
+ size_t n = static_cast<size_t>(buf.i - buf.b.begin());
1552
1547
  for(; n < buf.b.size() && _writeBuffer.i < _writeBuffer.b.end(); ++_writeBuffer.i, ++n)
1553
1548
  {
1554
1549
  *_writeBuffer.i = buf.b[n] ^ _writeMask[n % 4];
@@ -1556,20 +1551,21 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
1556
1551
  _writePayloadLength = n;
1557
1552
  if(_writeBuffer.i < _writeBuffer.b.end())
1558
1553
  {
1559
- _writeBuffer.b.resize(_writeBuffer.i - _writeBuffer.b.begin());
1554
+ _writeBuffer.b.resize(static_cast<size_t>(_writeBuffer.i - _writeBuffer.b.begin()));
1560
1555
  }
1561
1556
  _writeBuffer.i = _writeBuffer.b.begin();
1562
1557
  }
1563
1558
  else if(_writePayloadLength == 0)
1564
1559
  {
1565
- size_t n = min(_writeBuffer.b.end() - _writeBuffer.i, buf.b.end() - buf.i);
1560
+ size_t n = min(static_cast<size_t>(_writeBuffer.b.end() - _writeBuffer.i),
1561
+ static_cast<size_t>(buf.b.end() - buf.i));
1566
1562
  memcpy(_writeBuffer.i, buf.i, n);
1567
1563
  _writeBuffer.i += n;
1568
1564
  buf.i += n;
1569
1565
  _writePayloadLength = n;
1570
1566
  if(_writeBuffer.i < _writeBuffer.b.end())
1571
1567
  {
1572
- _writeBuffer.b.resize(_writeBuffer.i - _writeBuffer.b.begin());
1568
+ _writeBuffer.b.resize(static_cast<size_t>(_writeBuffer.i - _writeBuffer.b.begin()));
1573
1569
  }
1574
1570
  _writeBuffer.i = _writeBuffer.b.begin();
1575
1571
  }
@@ -1675,7 +1671,7 @@ IceInternal::WSTransceiver::readBuffered(IceInternal::Buffer::Container::size_ty
1675
1671
  }
1676
1672
  else
1677
1673
  {
1678
- IceInternal::Buffer::Container::size_type available = _readBuffer.i - _readI;
1674
+ size_t available = static_cast<size_t>(_readBuffer.i - _readI);
1679
1675
  if(available < sz)
1680
1676
  {
1681
1677
  if(_readI != &_readBuffer.b[0])
@@ -1733,7 +1729,7 @@ IceInternal::WSTransceiver::prepareWriteHeader(Byte opCode, IceInternal::Buffer:
1733
1729
  // Use an extra 64 bits to encode the payload length.
1734
1730
  //
1735
1731
  *_writeBuffer.i++ = static_cast<Byte>(127);
1736
- ice_htonll(payloadLength, _writeBuffer.i);
1732
+ ice_htonll(static_cast<Long>(payloadLength), _writeBuffer.i);
1737
1733
  _writeBuffer.i += 8;
1738
1734
  }
1739
1735
 
@@ -1,11 +1,6 @@
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
- //
8
- // **********************************************************************
9
4
 
10
5
  #ifndef ICE_WS_TRANSCEIVER_I_H
11
6
  #define ICE_WS_TRANSCEIVER_I_H
@@ -140,7 +135,6 @@ private:
140
135
 
141
136
  std::vector<Ice::Byte> _pingPayload;
142
137
  };
143
- typedef IceUtil::Handle<WSTransceiver> WSTransceiverPtr;
144
138
 
145
139
  }
146
140
 
@@ -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
  //
@@ -39,10 +34,10 @@
39
34
  # if ICE_INT_VERSION / 100 != 307
40
35
  # error Ice version mismatch!
41
36
  # endif
42
- # if ICE_INT_VERSION % 100 > 50
37
+ # if ICE_INT_VERSION % 100 >= 50
43
38
  # error Beta header file detected
44
39
  # endif
45
- # if ICE_INT_VERSION % 100 < 1
40
+ # if ICE_INT_VERSION % 100 < 6
46
41
  # error Ice patch level mismatch!
47
42
  # endif
48
43
  #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
  //
@@ -44,10 +39,10 @@
44
39
  # if ICE_INT_VERSION / 100 != 307
45
40
  # error Ice version mismatch!
46
41
  # endif
47
- # if ICE_INT_VERSION % 100 > 50
42
+ # if ICE_INT_VERSION % 100 >= 50
48
43
  # error Beta header file detected
49
44
  # endif
50
- # if ICE_INT_VERSION % 100 < 1
45
+ # if ICE_INT_VERSION % 100 < 6
51
46
  # error Ice patch level mismatch!
52
47
  # endif
53
48
  #endif
@@ -67,6 +62,11 @@ class LookupPrx;
67
62
  namespace IceDiscovery
68
63
  {
69
64
 
65
+ /**
66
+ * The LookupReply interface is used by IceDiscovery clients to answer requests
67
+ * received on the Lookup interface.
68
+ * \headerfile IceDiscovery/IceDiscovery.h
69
+ */
70
70
  class LookupReply : public virtual ::Ice::Object
71
71
  {
72
72
  public:
@@ -101,11 +101,26 @@ public:
101
101
  */
102
102
  static const ::std::string& ice_staticId();
103
103
 
104
+ /**
105
+ * Reply to the findObjectById request.
106
+ * @param id The identity of the object.
107
+ * @param prx The proxy of the object.
108
+ * @param current The Current object for the invocation.
109
+ */
104
110
  virtual void foundObjectById(::Ice::Identity id, ::std::shared_ptr<::Ice::ObjectPrx> prx, const ::Ice::Current& current) = 0;
105
111
  /// \cond INTERNAL
106
112
  bool _iceD_foundObjectById(::IceInternal::Incoming&, const ::Ice::Current&);
107
113
  /// \endcond
108
114
 
115
+ /**
116
+ * Reply to the findAdpaterById request.
117
+ * @param id The adapter ID.
118
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
119
+ * The proxy provides the adapter endpoints.
120
+ * @param isReplicaGroup True if the adapter is also a member of a
121
+ * replica group.
122
+ * @param current The Current object for the invocation.
123
+ */
109
124
  virtual void foundAdapterById(::std::string id, ::std::shared_ptr<::Ice::ObjectPrx> prx, bool isReplicaGroup, const ::Ice::Current& current) = 0;
110
125
  /// \cond INTERNAL
111
126
  bool _iceD_foundAdapterById(::IceInternal::Incoming&, const ::Ice::Current&);
@@ -116,6 +131,11 @@ public:
116
131
  /// \endcond
117
132
  };
118
133
 
134
+ /**
135
+ * The Lookup interface is used by IceDiscovery clients to look for objects
136
+ * and adapters using UDP multicast.
137
+ * \headerfile IceDiscovery/IceDiscovery.h
138
+ */
119
139
  class Lookup : public virtual ::Ice::Object
120
140
  {
121
141
  public:
@@ -150,11 +170,29 @@ public:
150
170
  */
151
171
  static const ::std::string& ice_staticId();
152
172
 
173
+ /**
174
+ * Request to find an Ice object
175
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
176
+ * replies to requests with a matching domain identifier.
177
+ * @param id The object identity.
178
+ * @param reply The proxy of the LookupReply interface that should be used to send
179
+ * the reply if a matching object is found.
180
+ * @param current The Current object for the invocation.
181
+ */
153
182
  virtual void findObjectById(::std::string domainId, ::Ice::Identity id, ::std::shared_ptr<LookupReplyPrx> reply, const ::Ice::Current& current) = 0;
154
183
  /// \cond INTERNAL
155
184
  bool _iceD_findObjectById(::IceInternal::Incoming&, const ::Ice::Current&);
156
185
  /// \endcond
157
186
 
187
+ /**
188
+ * Request to find an object adapter
189
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
190
+ * replies to requests with a matching domain identifier.
191
+ * @param id The adapter ID.
192
+ * @param reply The proxy of the LookupReply interface that should be used to send
193
+ * the reply if a matching adapter is found.
194
+ * @param current The Current object for the invocation.
195
+ */
158
196
  virtual void findAdapterById(::std::string domainId, ::std::string id, ::std::shared_ptr<LookupReplyPrx> reply, const ::Ice::Current& current) = 0;
159
197
  /// \cond INTERNAL
160
198
  bool _iceD_findAdapterById(::IceInternal::Incoming&, const ::Ice::Current&);
@@ -170,15 +208,33 @@ public:
170
208
  namespace IceDiscovery
171
209
  {
172
210
 
211
+ /**
212
+ * The LookupReply interface is used by IceDiscovery clients to answer requests
213
+ * received on the Lookup interface.
214
+ * \headerfile IceDiscovery/IceDiscovery.h
215
+ */
173
216
  class LookupReplyPrx : public virtual ::Ice::Proxy<LookupReplyPrx, ::Ice::ObjectPrx>
174
217
  {
175
218
  public:
176
219
 
220
+ /**
221
+ * Reply to the findObjectById request.
222
+ * @param id The identity of the object.
223
+ * @param prx The proxy of the object.
224
+ * @param context The Context map to send with the invocation.
225
+ */
177
226
  void foundObjectById(const ::Ice::Identity& id, const ::std::shared_ptr<::Ice::ObjectPrx>& prx, const ::Ice::Context& context = ::Ice::noExplicitContext)
178
227
  {
179
228
  _makePromiseOutgoing<void>(true, this, &LookupReplyPrx::_iceI_foundObjectById, id, prx, context).get();
180
229
  }
181
230
 
231
+ /**
232
+ * Reply to the findObjectById request.
233
+ * @param id The identity of the object.
234
+ * @param prx The proxy of the object.
235
+ * @param context The Context map to send with the invocation.
236
+ * @return The future object for the invocation.
237
+ */
182
238
  template<template<typename> class P = ::std::promise>
183
239
  auto foundObjectByIdAsync(const ::Ice::Identity& id, const ::std::shared_ptr<::Ice::ObjectPrx>& prx, const ::Ice::Context& context = ::Ice::noExplicitContext)
184
240
  -> decltype(::std::declval<P<void>>().get_future())
@@ -186,6 +242,16 @@ public:
186
242
  return _makePromiseOutgoing<void, P>(false, this, &LookupReplyPrx::_iceI_foundObjectById, id, prx, context);
187
243
  }
188
244
 
245
+ /**
246
+ * Reply to the findObjectById request.
247
+ * @param id The identity of the object.
248
+ * @param prx The proxy of the object.
249
+ * @param response The response callback.
250
+ * @param ex The exception callback.
251
+ * @param sent The sent callback.
252
+ * @param context The Context map to send with the invocation.
253
+ * @return A function that can be called to cancel the invocation locally.
254
+ */
189
255
  ::std::function<void()>
190
256
  foundObjectByIdAsync(const ::Ice::Identity& id, const ::std::shared_ptr<::Ice::ObjectPrx>& prx,
191
257
  ::std::function<void()> response,
@@ -193,18 +259,37 @@ public:
193
259
  ::std::function<void(bool)> sent = nullptr,
194
260
  const ::Ice::Context& context = ::Ice::noExplicitContext)
195
261
  {
196
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &LookupReplyPrx::_iceI_foundObjectById, id, prx, context);
262
+ return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &IceDiscovery::LookupReplyPrx::_iceI_foundObjectById, id, prx, context);
197
263
  }
198
264
 
199
265
  /// \cond INTERNAL
200
266
  void _iceI_foundObjectById(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Identity&, const ::std::shared_ptr<::Ice::ObjectPrx>&, const ::Ice::Context&);
201
267
  /// \endcond
202
268
 
269
+ /**
270
+ * Reply to the findAdpaterById request.
271
+ * @param id The adapter ID.
272
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
273
+ * The proxy provides the adapter endpoints.
274
+ * @param isReplicaGroup True if the adapter is also a member of a
275
+ * replica group.
276
+ * @param context The Context map to send with the invocation.
277
+ */
203
278
  void foundAdapterById(const ::std::string& id, const ::std::shared_ptr<::Ice::ObjectPrx>& prx, bool isReplicaGroup, const ::Ice::Context& context = ::Ice::noExplicitContext)
204
279
  {
205
280
  _makePromiseOutgoing<void>(true, this, &LookupReplyPrx::_iceI_foundAdapterById, id, prx, isReplicaGroup, context).get();
206
281
  }
207
282
 
283
+ /**
284
+ * Reply to the findAdpaterById request.
285
+ * @param id The adapter ID.
286
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
287
+ * The proxy provides the adapter endpoints.
288
+ * @param isReplicaGroup True if the adapter is also a member of a
289
+ * replica group.
290
+ * @param context The Context map to send with the invocation.
291
+ * @return The future object for the invocation.
292
+ */
208
293
  template<template<typename> class P = ::std::promise>
209
294
  auto foundAdapterByIdAsync(const ::std::string& id, const ::std::shared_ptr<::Ice::ObjectPrx>& prx, bool isReplicaGroup, const ::Ice::Context& context = ::Ice::noExplicitContext)
210
295
  -> decltype(::std::declval<P<void>>().get_future())
@@ -212,6 +297,19 @@ public:
212
297
  return _makePromiseOutgoing<void, P>(false, this, &LookupReplyPrx::_iceI_foundAdapterById, id, prx, isReplicaGroup, context);
213
298
  }
214
299
 
300
+ /**
301
+ * Reply to the findAdpaterById request.
302
+ * @param id The adapter ID.
303
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
304
+ * The proxy provides the adapter endpoints.
305
+ * @param isReplicaGroup True if the adapter is also a member of a
306
+ * replica group.
307
+ * @param response The response callback.
308
+ * @param ex The exception callback.
309
+ * @param sent The sent callback.
310
+ * @param context The Context map to send with the invocation.
311
+ * @return A function that can be called to cancel the invocation locally.
312
+ */
215
313
  ::std::function<void()>
216
314
  foundAdapterByIdAsync(const ::std::string& id, const ::std::shared_ptr<::Ice::ObjectPrx>& prx, bool isReplicaGroup,
217
315
  ::std::function<void()> response,
@@ -219,7 +317,7 @@ public:
219
317
  ::std::function<void(bool)> sent = nullptr,
220
318
  const ::Ice::Context& context = ::Ice::noExplicitContext)
221
319
  {
222
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &LookupReplyPrx::_iceI_foundAdapterById, id, prx, isReplicaGroup, context);
320
+ return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &IceDiscovery::LookupReplyPrx::_iceI_foundAdapterById, id, prx, isReplicaGroup, context);
223
321
  }
224
322
 
225
323
  /// \cond INTERNAL
@@ -242,15 +340,39 @@ protected:
242
340
  /// \endcond
243
341
  };
244
342
 
343
+ /**
344
+ * The Lookup interface is used by IceDiscovery clients to look for objects
345
+ * and adapters using UDP multicast.
346
+ * \headerfile IceDiscovery/IceDiscovery.h
347
+ */
245
348
  class LookupPrx : public virtual ::Ice::Proxy<LookupPrx, ::Ice::ObjectPrx>
246
349
  {
247
350
  public:
248
351
 
352
+ /**
353
+ * Request to find an Ice object
354
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
355
+ * replies to requests with a matching domain identifier.
356
+ * @param id The object identity.
357
+ * @param reply The proxy of the LookupReply interface that should be used to send
358
+ * the reply if a matching object is found.
359
+ * @param context The Context map to send with the invocation.
360
+ */
249
361
  void findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const ::std::shared_ptr<LookupReplyPrx>& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
250
362
  {
251
363
  _makePromiseOutgoing<void>(true, this, &LookupPrx::_iceI_findObjectById, domainId, id, reply, context).get();
252
364
  }
253
365
 
366
+ /**
367
+ * Request to find an Ice object
368
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
369
+ * replies to requests with a matching domain identifier.
370
+ * @param id The object identity.
371
+ * @param reply The proxy of the LookupReply interface that should be used to send
372
+ * the reply if a matching object is found.
373
+ * @param context The Context map to send with the invocation.
374
+ * @return The future object for the invocation.
375
+ */
254
376
  template<template<typename> class P = ::std::promise>
255
377
  auto findObjectByIdAsync(const ::std::string& domainId, const ::Ice::Identity& id, const ::std::shared_ptr<LookupReplyPrx>& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
256
378
  -> decltype(::std::declval<P<void>>().get_future())
@@ -258,6 +380,19 @@ public:
258
380
  return _makePromiseOutgoing<void, P>(false, this, &LookupPrx::_iceI_findObjectById, domainId, id, reply, context);
259
381
  }
260
382
 
383
+ /**
384
+ * Request to find an Ice object
385
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
386
+ * replies to requests with a matching domain identifier.
387
+ * @param id The object identity.
388
+ * @param reply The proxy of the LookupReply interface that should be used to send
389
+ * the reply if a matching object is found.
390
+ * @param response The response callback.
391
+ * @param ex The exception callback.
392
+ * @param sent The sent callback.
393
+ * @param context The Context map to send with the invocation.
394
+ * @return A function that can be called to cancel the invocation locally.
395
+ */
261
396
  ::std::function<void()>
262
397
  findObjectByIdAsync(const ::std::string& domainId, const ::Ice::Identity& id, const ::std::shared_ptr<LookupReplyPrx>& reply,
263
398
  ::std::function<void()> response,
@@ -265,18 +400,37 @@ public:
265
400
  ::std::function<void(bool)> sent = nullptr,
266
401
  const ::Ice::Context& context = ::Ice::noExplicitContext)
267
402
  {
268
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &LookupPrx::_iceI_findObjectById, domainId, id, reply, context);
403
+ return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &IceDiscovery::LookupPrx::_iceI_findObjectById, domainId, id, reply, context);
269
404
  }
270
405
 
271
406
  /// \cond INTERNAL
272
407
  void _iceI_findObjectById(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Identity&, const ::std::shared_ptr<LookupReplyPrx>&, const ::Ice::Context&);
273
408
  /// \endcond
274
409
 
410
+ /**
411
+ * Request to find an object adapter
412
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
413
+ * replies to requests with a matching domain identifier.
414
+ * @param id The adapter ID.
415
+ * @param reply The proxy of the LookupReply interface that should be used to send
416
+ * the reply if a matching adapter is found.
417
+ * @param context The Context map to send with the invocation.
418
+ */
275
419
  void findAdapterById(const ::std::string& domainId, const ::std::string& id, const ::std::shared_ptr<LookupReplyPrx>& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
276
420
  {
277
421
  _makePromiseOutgoing<void>(true, this, &LookupPrx::_iceI_findAdapterById, domainId, id, reply, context).get();
278
422
  }
279
423
 
424
+ /**
425
+ * Request to find an object adapter
426
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
427
+ * replies to requests with a matching domain identifier.
428
+ * @param id The adapter ID.
429
+ * @param reply The proxy of the LookupReply interface that should be used to send
430
+ * the reply if a matching adapter is found.
431
+ * @param context The Context map to send with the invocation.
432
+ * @return The future object for the invocation.
433
+ */
280
434
  template<template<typename> class P = ::std::promise>
281
435
  auto findAdapterByIdAsync(const ::std::string& domainId, const ::std::string& id, const ::std::shared_ptr<LookupReplyPrx>& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
282
436
  -> decltype(::std::declval<P<void>>().get_future())
@@ -284,6 +438,19 @@ public:
284
438
  return _makePromiseOutgoing<void, P>(false, this, &LookupPrx::_iceI_findAdapterById, domainId, id, reply, context);
285
439
  }
286
440
 
441
+ /**
442
+ * Request to find an object adapter
443
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
444
+ * replies to requests with a matching domain identifier.
445
+ * @param id The adapter ID.
446
+ * @param reply The proxy of the LookupReply interface that should be used to send
447
+ * the reply if a matching adapter is found.
448
+ * @param response The response callback.
449
+ * @param ex The exception callback.
450
+ * @param sent The sent callback.
451
+ * @param context The Context map to send with the invocation.
452
+ * @return A function that can be called to cancel the invocation locally.
453
+ */
287
454
  ::std::function<void()>
288
455
  findAdapterByIdAsync(const ::std::string& domainId, const ::std::string& id, const ::std::shared_ptr<LookupReplyPrx>& reply,
289
456
  ::std::function<void()> response,
@@ -291,7 +458,7 @@ public:
291
458
  ::std::function<void(bool)> sent = nullptr,
292
459
  const ::Ice::Context& context = ::Ice::noExplicitContext)
293
460
  {
294
- return _makeLamdaOutgoing<void>(response, ex, sent, this, &LookupPrx::_iceI_findAdapterById, domainId, id, reply, context);
461
+ return _makeLamdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent), this, &IceDiscovery::LookupPrx::_iceI_findAdapterById, domainId, id, reply, context);
295
462
  }
296
463
 
297
464
  /// \cond INTERNAL
@@ -346,14 +513,14 @@ namespace IceDiscovery
346
513
 
347
514
  class LookupReply;
348
515
  /// \cond INTERNAL
349
- void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceDiscovery::LookupReply>&);
350
- ::IceProxy::Ice::Object* upCast(::IceProxy::IceDiscovery::LookupReply*);
516
+ void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< LookupReply>&);
517
+ ::IceProxy::Ice::Object* upCast(LookupReply*);
351
518
  /// \endcond
352
519
 
353
520
  class Lookup;
354
521
  /// \cond INTERNAL
355
- void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::IceDiscovery::Lookup>&);
356
- ::IceProxy::Ice::Object* upCast(::IceProxy::IceDiscovery::Lookup*);
522
+ void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< Lookup>&);
523
+ ::IceProxy::Ice::Object* upCast(Lookup*);
357
524
  /// \endcond
358
525
 
359
526
  }
@@ -434,36 +601,87 @@ class LookupReply : public virtual ::Ice::Proxy<LookupReply, ::IceProxy::Ice::Ob
434
601
  {
435
602
  public:
436
603
 
604
+ /**
605
+ * Reply to the findObjectById request.
606
+ * @param id The identity of the object.
607
+ * @param prx The proxy of the object.
608
+ * @param context The Context map to send with the invocation.
609
+ */
437
610
  void foundObjectById(const ::Ice::Identity& id, const ::Ice::ObjectPrx& prx, const ::Ice::Context& context = ::Ice::noExplicitContext)
438
611
  {
439
612
  end_foundObjectById(_iceI_begin_foundObjectById(id, prx, context, ::IceInternal::dummyCallback, 0, true));
440
613
  }
441
614
 
615
+ /**
616
+ * Reply to the findObjectById request.
617
+ * @param id The identity of the object.
618
+ * @param prx The proxy of the object.
619
+ * @param context The Context map to send with the invocation.
620
+ * @return The asynchronous result object for the invocation.
621
+ */
442
622
  ::Ice::AsyncResultPtr begin_foundObjectById(const ::Ice::Identity& id, const ::Ice::ObjectPrx& prx, const ::Ice::Context& context = ::Ice::noExplicitContext)
443
623
  {
444
624
  return _iceI_begin_foundObjectById(id, prx, context, ::IceInternal::dummyCallback, 0);
445
625
  }
446
626
 
627
+ /**
628
+ * Reply to the findObjectById request.
629
+ * @param id The identity of the object.
630
+ * @param prx The proxy of the object.
631
+ * @param cb Asynchronous callback object.
632
+ * @param cookie User-defined data to associate with the invocation.
633
+ * @return The asynchronous result object for the invocation.
634
+ */
447
635
  ::Ice::AsyncResultPtr begin_foundObjectById(const ::Ice::Identity& id, const ::Ice::ObjectPrx& prx, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
448
636
  {
449
637
  return _iceI_begin_foundObjectById(id, prx, ::Ice::noExplicitContext, cb, cookie);
450
638
  }
451
639
 
640
+ /**
641
+ * Reply to the findObjectById request.
642
+ * @param id The identity of the object.
643
+ * @param prx The proxy of the object.
644
+ * @param context The Context map to send with the invocation.
645
+ * @param cb Asynchronous callback object.
646
+ * @param cookie User-defined data to associate with the invocation.
647
+ * @return The asynchronous result object for the invocation.
648
+ */
452
649
  ::Ice::AsyncResultPtr begin_foundObjectById(const ::Ice::Identity& id, const ::Ice::ObjectPrx& prx, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
453
650
  {
454
651
  return _iceI_begin_foundObjectById(id, prx, context, cb, cookie);
455
652
  }
456
653
 
654
+ /**
655
+ * Reply to the findObjectById request.
656
+ * @param id The identity of the object.
657
+ * @param prx The proxy of the object.
658
+ * @param cb Asynchronous callback object.
659
+ * @param cookie User-defined data to associate with the invocation.
660
+ * @return The asynchronous result object for the invocation.
661
+ */
457
662
  ::Ice::AsyncResultPtr begin_foundObjectById(const ::Ice::Identity& id, const ::Ice::ObjectPrx& prx, const ::IceDiscovery::Callback_LookupReply_foundObjectByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
458
663
  {
459
664
  return _iceI_begin_foundObjectById(id, prx, ::Ice::noExplicitContext, cb, cookie);
460
665
  }
461
666
 
667
+ /**
668
+ * Reply to the findObjectById request.
669
+ * @param id The identity of the object.
670
+ * @param prx The proxy of the object.
671
+ * @param context The Context map to send with the invocation.
672
+ * @param cb Asynchronous callback object.
673
+ * @param cookie User-defined data to associate with the invocation.
674
+ * @return The asynchronous result object for the invocation.
675
+ */
462
676
  ::Ice::AsyncResultPtr begin_foundObjectById(const ::Ice::Identity& id, const ::Ice::ObjectPrx& prx, const ::Ice::Context& context, const ::IceDiscovery::Callback_LookupReply_foundObjectByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
463
677
  {
464
678
  return _iceI_begin_foundObjectById(id, prx, context, cb, cookie);
465
679
  }
466
680
 
681
+ /**
682
+ * Completes an invocation of begin_foundObjectById.
683
+ * @param result The asynchronous result object for the invocation.
684
+ */
467
685
  void end_foundObjectById(const ::Ice::AsyncResultPtr& result);
468
686
 
469
687
  private:
@@ -472,36 +690,105 @@ private:
472
690
 
473
691
  public:
474
692
 
693
+ /**
694
+ * Reply to the findAdpaterById request.
695
+ * @param id The adapter ID.
696
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
697
+ * The proxy provides the adapter endpoints.
698
+ * @param isReplicaGroup True if the adapter is also a member of a
699
+ * replica group.
700
+ * @param context The Context map to send with the invocation.
701
+ */
475
702
  void foundAdapterById(const ::std::string& id, const ::Ice::ObjectPrx& prx, bool isReplicaGroup, const ::Ice::Context& context = ::Ice::noExplicitContext)
476
703
  {
477
704
  end_foundAdapterById(_iceI_begin_foundAdapterById(id, prx, isReplicaGroup, context, ::IceInternal::dummyCallback, 0, true));
478
705
  }
479
706
 
707
+ /**
708
+ * Reply to the findAdpaterById request.
709
+ * @param id The adapter ID.
710
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
711
+ * The proxy provides the adapter endpoints.
712
+ * @param isReplicaGroup True if the adapter is also a member of a
713
+ * replica group.
714
+ * @param context The Context map to send with the invocation.
715
+ * @return The asynchronous result object for the invocation.
716
+ */
480
717
  ::Ice::AsyncResultPtr begin_foundAdapterById(const ::std::string& id, const ::Ice::ObjectPrx& prx, bool isReplicaGroup, const ::Ice::Context& context = ::Ice::noExplicitContext)
481
718
  {
482
719
  return _iceI_begin_foundAdapterById(id, prx, isReplicaGroup, context, ::IceInternal::dummyCallback, 0);
483
720
  }
484
721
 
722
+ /**
723
+ * Reply to the findAdpaterById request.
724
+ * @param id The adapter ID.
725
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
726
+ * The proxy provides the adapter endpoints.
727
+ * @param isReplicaGroup True if the adapter is also a member of a
728
+ * replica group.
729
+ * @param cb Asynchronous callback object.
730
+ * @param cookie User-defined data to associate with the invocation.
731
+ * @return The asynchronous result object for the invocation.
732
+ */
485
733
  ::Ice::AsyncResultPtr begin_foundAdapterById(const ::std::string& id, const ::Ice::ObjectPrx& prx, bool isReplicaGroup, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
486
734
  {
487
735
  return _iceI_begin_foundAdapterById(id, prx, isReplicaGroup, ::Ice::noExplicitContext, cb, cookie);
488
736
  }
489
737
 
738
+ /**
739
+ * Reply to the findAdpaterById request.
740
+ * @param id The adapter ID.
741
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
742
+ * The proxy provides the adapter endpoints.
743
+ * @param isReplicaGroup True if the adapter is also a member of a
744
+ * replica group.
745
+ * @param context The Context map to send with the invocation.
746
+ * @param cb Asynchronous callback object.
747
+ * @param cookie User-defined data to associate with the invocation.
748
+ * @return The asynchronous result object for the invocation.
749
+ */
490
750
  ::Ice::AsyncResultPtr begin_foundAdapterById(const ::std::string& id, const ::Ice::ObjectPrx& prx, bool isReplicaGroup, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
491
751
  {
492
752
  return _iceI_begin_foundAdapterById(id, prx, isReplicaGroup, context, cb, cookie);
493
753
  }
494
754
 
755
+ /**
756
+ * Reply to the findAdpaterById request.
757
+ * @param id The adapter ID.
758
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
759
+ * The proxy provides the adapter endpoints.
760
+ * @param isReplicaGroup True if the adapter is also a member of a
761
+ * replica group.
762
+ * @param cb Asynchronous callback object.
763
+ * @param cookie User-defined data to associate with the invocation.
764
+ * @return The asynchronous result object for the invocation.
765
+ */
495
766
  ::Ice::AsyncResultPtr begin_foundAdapterById(const ::std::string& id, const ::Ice::ObjectPrx& prx, bool isReplicaGroup, const ::IceDiscovery::Callback_LookupReply_foundAdapterByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
496
767
  {
497
768
  return _iceI_begin_foundAdapterById(id, prx, isReplicaGroup, ::Ice::noExplicitContext, cb, cookie);
498
769
  }
499
770
 
771
+ /**
772
+ * Reply to the findAdpaterById request.
773
+ * @param id The adapter ID.
774
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
775
+ * The proxy provides the adapter endpoints.
776
+ * @param isReplicaGroup True if the adapter is also a member of a
777
+ * replica group.
778
+ * @param context The Context map to send with the invocation.
779
+ * @param cb Asynchronous callback object.
780
+ * @param cookie User-defined data to associate with the invocation.
781
+ * @return The asynchronous result object for the invocation.
782
+ */
500
783
  ::Ice::AsyncResultPtr begin_foundAdapterById(const ::std::string& id, const ::Ice::ObjectPrx& prx, bool isReplicaGroup, const ::Ice::Context& context, const ::IceDiscovery::Callback_LookupReply_foundAdapterByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
501
784
  {
502
785
  return _iceI_begin_foundAdapterById(id, prx, isReplicaGroup, context, cb, cookie);
503
786
  }
504
787
 
788
+ /**
789
+ * Completes an invocation of begin_foundAdapterById.
790
+ * @param result The asynchronous result object for the invocation.
791
+ */
505
792
  void end_foundAdapterById(const ::Ice::AsyncResultPtr& result);
506
793
 
507
794
  private:
@@ -527,36 +814,105 @@ class Lookup : public virtual ::Ice::Proxy<Lookup, ::IceProxy::Ice::Object>
527
814
  {
528
815
  public:
529
816
 
817
+ /**
818
+ * Request to find an Ice object
819
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
820
+ * replies to requests with a matching domain identifier.
821
+ * @param id The object identity.
822
+ * @param reply The proxy of the LookupReply interface that should be used to send
823
+ * the reply if a matching object is found.
824
+ * @param context The Context map to send with the invocation.
825
+ */
530
826
  void findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
531
827
  {
532
828
  end_findObjectById(_iceI_begin_findObjectById(domainId, id, reply, context, ::IceInternal::dummyCallback, 0, true));
533
829
  }
534
830
 
831
+ /**
832
+ * Request to find an Ice object
833
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
834
+ * replies to requests with a matching domain identifier.
835
+ * @param id The object identity.
836
+ * @param reply The proxy of the LookupReply interface that should be used to send
837
+ * the reply if a matching object is found.
838
+ * @param context The Context map to send with the invocation.
839
+ * @return The asynchronous result object for the invocation.
840
+ */
535
841
  ::Ice::AsyncResultPtr begin_findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
536
842
  {
537
843
  return _iceI_begin_findObjectById(domainId, id, reply, context, ::IceInternal::dummyCallback, 0);
538
844
  }
539
845
 
846
+ /**
847
+ * Request to find an Ice object
848
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
849
+ * replies to requests with a matching domain identifier.
850
+ * @param id The object identity.
851
+ * @param reply The proxy of the LookupReply interface that should be used to send
852
+ * the reply if a matching object is found.
853
+ * @param cb Asynchronous callback object.
854
+ * @param cookie User-defined data to associate with the invocation.
855
+ * @return The asynchronous result object for the invocation.
856
+ */
540
857
  ::Ice::AsyncResultPtr begin_findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
541
858
  {
542
859
  return _iceI_begin_findObjectById(domainId, id, reply, ::Ice::noExplicitContext, cb, cookie);
543
860
  }
544
861
 
862
+ /**
863
+ * Request to find an Ice object
864
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
865
+ * replies to requests with a matching domain identifier.
866
+ * @param id The object identity.
867
+ * @param reply The proxy of the LookupReply interface that should be used to send
868
+ * the reply if a matching object is found.
869
+ * @param context The Context map to send with the invocation.
870
+ * @param cb Asynchronous callback object.
871
+ * @param cookie User-defined data to associate with the invocation.
872
+ * @return The asynchronous result object for the invocation.
873
+ */
545
874
  ::Ice::AsyncResultPtr begin_findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
546
875
  {
547
876
  return _iceI_begin_findObjectById(domainId, id, reply, context, cb, cookie);
548
877
  }
549
878
 
879
+ /**
880
+ * Request to find an Ice object
881
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
882
+ * replies to requests with a matching domain identifier.
883
+ * @param id The object identity.
884
+ * @param reply The proxy of the LookupReply interface that should be used to send
885
+ * the reply if a matching object is found.
886
+ * @param cb Asynchronous callback object.
887
+ * @param cookie User-defined data to associate with the invocation.
888
+ * @return The asynchronous result object for the invocation.
889
+ */
550
890
  ::Ice::AsyncResultPtr begin_findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::IceDiscovery::Callback_Lookup_findObjectByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
551
891
  {
552
892
  return _iceI_begin_findObjectById(domainId, id, reply, ::Ice::noExplicitContext, cb, cookie);
553
893
  }
554
894
 
895
+ /**
896
+ * Request to find an Ice object
897
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
898
+ * replies to requests with a matching domain identifier.
899
+ * @param id The object identity.
900
+ * @param reply The proxy of the LookupReply interface that should be used to send
901
+ * the reply if a matching object is found.
902
+ * @param context The Context map to send with the invocation.
903
+ * @param cb Asynchronous callback object.
904
+ * @param cookie User-defined data to associate with the invocation.
905
+ * @return The asynchronous result object for the invocation.
906
+ */
555
907
  ::Ice::AsyncResultPtr begin_findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context, const ::IceDiscovery::Callback_Lookup_findObjectByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
556
908
  {
557
909
  return _iceI_begin_findObjectById(domainId, id, reply, context, cb, cookie);
558
910
  }
559
911
 
912
+ /**
913
+ * Completes an invocation of begin_findObjectById.
914
+ * @param result The asynchronous result object for the invocation.
915
+ */
560
916
  void end_findObjectById(const ::Ice::AsyncResultPtr& result);
561
917
 
562
918
  private:
@@ -565,36 +921,105 @@ private:
565
921
 
566
922
  public:
567
923
 
924
+ /**
925
+ * Request to find an object adapter
926
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
927
+ * replies to requests with a matching domain identifier.
928
+ * @param id The adapter ID.
929
+ * @param reply The proxy of the LookupReply interface that should be used to send
930
+ * the reply if a matching adapter is found.
931
+ * @param context The Context map to send with the invocation.
932
+ */
568
933
  void findAdapterById(const ::std::string& domainId, const ::std::string& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
569
934
  {
570
935
  end_findAdapterById(_iceI_begin_findAdapterById(domainId, id, reply, context, ::IceInternal::dummyCallback, 0, true));
571
936
  }
572
937
 
938
+ /**
939
+ * Request to find an object adapter
940
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
941
+ * replies to requests with a matching domain identifier.
942
+ * @param id The adapter ID.
943
+ * @param reply The proxy of the LookupReply interface that should be used to send
944
+ * the reply if a matching adapter is found.
945
+ * @param context The Context map to send with the invocation.
946
+ * @return The asynchronous result object for the invocation.
947
+ */
573
948
  ::Ice::AsyncResultPtr begin_findAdapterById(const ::std::string& domainId, const ::std::string& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context = ::Ice::noExplicitContext)
574
949
  {
575
950
  return _iceI_begin_findAdapterById(domainId, id, reply, context, ::IceInternal::dummyCallback, 0);
576
951
  }
577
952
 
953
+ /**
954
+ * Request to find an object adapter
955
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
956
+ * replies to requests with a matching domain identifier.
957
+ * @param id The adapter ID.
958
+ * @param reply The proxy of the LookupReply interface that should be used to send
959
+ * the reply if a matching adapter is found.
960
+ * @param cb Asynchronous callback object.
961
+ * @param cookie User-defined data to associate with the invocation.
962
+ * @return The asynchronous result object for the invocation.
963
+ */
578
964
  ::Ice::AsyncResultPtr begin_findAdapterById(const ::std::string& domainId, const ::std::string& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
579
965
  {
580
966
  return _iceI_begin_findAdapterById(domainId, id, reply, ::Ice::noExplicitContext, cb, cookie);
581
967
  }
582
968
 
969
+ /**
970
+ * Request to find an object adapter
971
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
972
+ * replies to requests with a matching domain identifier.
973
+ * @param id The adapter ID.
974
+ * @param reply The proxy of the LookupReply interface that should be used to send
975
+ * the reply if a matching adapter is found.
976
+ * @param context The Context map to send with the invocation.
977
+ * @param cb Asynchronous callback object.
978
+ * @param cookie User-defined data to associate with the invocation.
979
+ * @return The asynchronous result object for the invocation.
980
+ */
583
981
  ::Ice::AsyncResultPtr begin_findAdapterById(const ::std::string& domainId, const ::std::string& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
584
982
  {
585
983
  return _iceI_begin_findAdapterById(domainId, id, reply, context, cb, cookie);
586
984
  }
587
985
 
986
+ /**
987
+ * Request to find an object adapter
988
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
989
+ * replies to requests with a matching domain identifier.
990
+ * @param id The adapter ID.
991
+ * @param reply The proxy of the LookupReply interface that should be used to send
992
+ * the reply if a matching adapter is found.
993
+ * @param cb Asynchronous callback object.
994
+ * @param cookie User-defined data to associate with the invocation.
995
+ * @return The asynchronous result object for the invocation.
996
+ */
588
997
  ::Ice::AsyncResultPtr begin_findAdapterById(const ::std::string& domainId, const ::std::string& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::IceDiscovery::Callback_Lookup_findAdapterByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
589
998
  {
590
999
  return _iceI_begin_findAdapterById(domainId, id, reply, ::Ice::noExplicitContext, cb, cookie);
591
1000
  }
592
1001
 
1002
+ /**
1003
+ * Request to find an object adapter
1004
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
1005
+ * replies to requests with a matching domain identifier.
1006
+ * @param id The adapter ID.
1007
+ * @param reply The proxy of the LookupReply interface that should be used to send
1008
+ * the reply if a matching adapter is found.
1009
+ * @param context The Context map to send with the invocation.
1010
+ * @param cb Asynchronous callback object.
1011
+ * @param cookie User-defined data to associate with the invocation.
1012
+ * @return The asynchronous result object for the invocation.
1013
+ */
593
1014
  ::Ice::AsyncResultPtr begin_findAdapterById(const ::std::string& domainId, const ::std::string& id, const ::IceDiscovery::LookupReplyPrx& reply, const ::Ice::Context& context, const ::IceDiscovery::Callback_Lookup_findAdapterByIdPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
594
1015
  {
595
1016
  return _iceI_begin_findAdapterById(domainId, id, reply, context, cb, cookie);
596
1017
  }
597
1018
 
1019
+ /**
1020
+ * Completes an invocation of begin_findAdapterById.
1021
+ * @param result The asynchronous result object for the invocation.
1022
+ */
598
1023
  void end_findAdapterById(const ::Ice::AsyncResultPtr& result);
599
1024
 
600
1025
  private:
@@ -623,6 +1048,11 @@ protected:
623
1048
  namespace IceDiscovery
624
1049
  {
625
1050
 
1051
+ /**
1052
+ * The LookupReply interface is used by IceDiscovery clients to answer requests
1053
+ * received on the Lookup interface.
1054
+ * \headerfile IceDiscovery/IceDiscovery.h
1055
+ */
626
1056
  class LookupReply : public virtual ::Ice::Object
627
1057
  {
628
1058
  public:
@@ -632,6 +1062,12 @@ public:
632
1062
 
633
1063
  virtual ~LookupReply();
634
1064
 
1065
+ #ifdef ICE_CPP11_COMPILER
1066
+ LookupReply() = default;
1067
+ LookupReply(const LookupReply&) = default;
1068
+ LookupReply& operator=(const LookupReply&) = default;
1069
+ #endif
1070
+
635
1071
  /**
636
1072
  * Determines whether this object supports an interface with the given Slice type ID.
637
1073
  * @param id The fully-scoped Slice type ID.
@@ -660,11 +1096,26 @@ public:
660
1096
  */
661
1097
  static const ::std::string& ice_staticId();
662
1098
 
1099
+ /**
1100
+ * Reply to the findObjectById request.
1101
+ * @param id The identity of the object.
1102
+ * @param prx The proxy of the object.
1103
+ * @param current The Current object for the invocation.
1104
+ */
663
1105
  virtual void foundObjectById(const ::Ice::Identity& id, const ::Ice::ObjectPrx& prx, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
664
1106
  /// \cond INTERNAL
665
1107
  bool _iceD_foundObjectById(::IceInternal::Incoming&, const ::Ice::Current&);
666
1108
  /// \endcond
667
1109
 
1110
+ /**
1111
+ * Reply to the findAdpaterById request.
1112
+ * @param id The adapter ID.
1113
+ * @param prx The adapter proxy (a dummy proxy created by the adapter).
1114
+ * The proxy provides the adapter endpoints.
1115
+ * @param isReplicaGroup True if the adapter is also a member of a
1116
+ * replica group.
1117
+ * @param current The Current object for the invocation.
1118
+ */
668
1119
  virtual void foundAdapterById(const ::std::string& id, const ::Ice::ObjectPrx& prx, bool isReplicaGroup, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
669
1120
  /// \cond INTERNAL
670
1121
  bool _iceD_foundAdapterById(::IceInternal::Incoming&, const ::Ice::Current&);
@@ -694,6 +1145,11 @@ inline bool operator<(const LookupReply& lhs, const LookupReply& rhs)
694
1145
  }
695
1146
  /// \endcond
696
1147
 
1148
+ /**
1149
+ * The Lookup interface is used by IceDiscovery clients to look for objects
1150
+ * and adapters using UDP multicast.
1151
+ * \headerfile IceDiscovery/IceDiscovery.h
1152
+ */
697
1153
  class Lookup : public virtual ::Ice::Object
698
1154
  {
699
1155
  public:
@@ -703,6 +1159,12 @@ public:
703
1159
 
704
1160
  virtual ~Lookup();
705
1161
 
1162
+ #ifdef ICE_CPP11_COMPILER
1163
+ Lookup() = default;
1164
+ Lookup(const Lookup&) = default;
1165
+ Lookup& operator=(const Lookup&) = default;
1166
+ #endif
1167
+
706
1168
  /**
707
1169
  * Determines whether this object supports an interface with the given Slice type ID.
708
1170
  * @param id The fully-scoped Slice type ID.
@@ -731,11 +1193,29 @@ public:
731
1193
  */
732
1194
  static const ::std::string& ice_staticId();
733
1195
 
1196
+ /**
1197
+ * Request to find an Ice object
1198
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
1199
+ * replies to requests with a matching domain identifier.
1200
+ * @param id The object identity.
1201
+ * @param reply The proxy of the LookupReply interface that should be used to send
1202
+ * the reply if a matching object is found.
1203
+ * @param current The Current object for the invocation.
1204
+ */
734
1205
  virtual void findObjectById(const ::std::string& domainId, const ::Ice::Identity& id, const LookupReplyPrx& reply, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
735
1206
  /// \cond INTERNAL
736
1207
  bool _iceD_findObjectById(::IceInternal::Incoming&, const ::Ice::Current&);
737
1208
  /// \endcond
738
1209
 
1210
+ /**
1211
+ * Request to find an object adapter
1212
+ * @param domainId The IceDiscovery domain identifier. An IceDiscovery client only
1213
+ * replies to requests with a matching domain identifier.
1214
+ * @param id The adapter ID.
1215
+ * @param reply The proxy of the LookupReply interface that should be used to send
1216
+ * the reply if a matching adapter is found.
1217
+ * @param current The Current object for the invocation.
1218
+ */
739
1219
  virtual void findAdapterById(const ::std::string& domainId, const ::std::string& id, const LookupReplyPrx& reply, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
740
1220
  /// \cond INTERNAL
741
1221
  bool _iceD_findAdapterById(::IceInternal::Incoming&, const ::Ice::Current&);