zeroc-ice 3.7.2 → 3.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. checksums.yaml +5 -5
  2. data/ext/Config.h +4 -0
  3. data/ext/Operation.cpp +5 -5
  4. data/ext/Properties.cpp +1 -1
  5. data/ext/Proxy.cpp +16 -2
  6. data/ext/Types.cpp +45 -40
  7. data/ext/Util.cpp +1 -1
  8. data/ext/Util.h +10 -8
  9. data/ext/ice/cpp/include/Ice/Config.h +4 -0
  10. data/ext/ice/cpp/include/Ice/FactoryTableInit.h +1 -1
  11. data/ext/ice/cpp/include/Ice/IconvStringConverter.h +4 -3
  12. data/ext/ice/cpp/include/Ice/InputStream.h +4 -4
  13. data/ext/ice/cpp/include/Ice/Optional.h +11 -0
  14. data/ext/ice/cpp/include/Ice/OutgoingAsync.h +1 -1
  15. data/ext/ice/cpp/include/Ice/OutputStream.h +5 -5
  16. data/ext/ice/cpp/include/Ice/Proxy.h +17 -5
  17. data/ext/ice/cpp/include/Ice/StreamHelpers.h +1 -1
  18. data/ext/ice/cpp/include/Ice/Value.h +1 -1
  19. data/ext/ice/cpp/include/IceUtil/Atomic.h +1 -1
  20. data/ext/ice/cpp/include/IceUtil/Config.h +16 -6
  21. data/ext/ice/cpp/include/IceUtil/ConsoleUtil.h +4 -4
  22. data/ext/ice/cpp/include/IceUtil/Optional.h +8 -0
  23. data/ext/ice/cpp/include/IceUtil/OutputUtil.h +17 -14
  24. data/ext/ice/cpp/include/IceUtil/Random.h +1 -1
  25. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +2 -2
  26. data/ext/ice/cpp/include/IceUtil/ScannerConfig.h +6 -0
  27. data/ext/ice/cpp/include/IceUtil/StringConverter.h +1 -1
  28. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +3 -3
  29. data/ext/ice/cpp/include/generated/Ice/Communicator.h +3 -3
  30. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +3 -3
  31. data/ext/ice/cpp/include/generated/Ice/Connection.h +33 -36
  32. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +3 -3
  33. data/ext/ice/cpp/include/generated/Ice/Current.h +20 -21
  34. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +24 -24
  35. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +3 -3
  36. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +3 -3
  37. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +3 -3
  38. data/ext/ice/cpp/include/generated/Ice/Identity.h +4 -5
  39. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +3 -3
  40. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +3 -3
  41. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +15 -15
  42. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +3 -3
  43. data/ext/ice/cpp/include/generated/Ice/LocalException.h +27 -93
  44. data/ext/ice/cpp/include/generated/Ice/Locator.h +27 -32
  45. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +3 -3
  46. data/ext/ice/cpp/include/generated/Ice/Logger.h +3 -3
  47. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +3 -3
  48. data/ext/ice/cpp/include/generated/Ice/Metrics.h +75 -79
  49. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +3 -3
  50. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +3 -3
  51. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +3 -3
  52. data/ext/ice/cpp/include/generated/Ice/Plugin.h +3 -3
  53. data/ext/ice/cpp/include/generated/Ice/PluginF.h +3 -3
  54. data/ext/ice/cpp/include/generated/Ice/Process.h +3 -3
  55. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +3 -3
  56. data/ext/ice/cpp/include/generated/Ice/Properties.h +3 -3
  57. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +9 -9
  58. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +3 -3
  59. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +9 -11
  60. data/ext/ice/cpp/include/generated/Ice/Router.h +22 -22
  61. data/ext/ice/cpp/include/generated/Ice/RouterF.h +3 -3
  62. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +3 -3
  63. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +3 -3
  64. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +3 -3
  65. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +3 -3
  66. data/ext/ice/cpp/include/generated/Ice/Version.h +15 -17
  67. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +3 -3
  68. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +3 -3
  69. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +3 -3
  70. data/ext/ice/cpp/src/Ice/ArgVector.cpp +3 -3
  71. data/ext/ice/cpp/src/Ice/Base64.cpp +11 -12
  72. data/ext/ice/cpp/src/Ice/BatchRequestQueue.cpp +1 -1
  73. data/ext/ice/cpp/src/Ice/Buffer.cpp +2 -2
  74. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +3 -3
  75. data/ext/ice/cpp/src/Ice/Communicator.cpp +3 -3
  76. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +3 -3
  77. data/ext/ice/cpp/src/Ice/CommunicatorI.cpp +19 -0
  78. data/ext/ice/cpp/src/Ice/CommunicatorI.h +5 -0
  79. data/ext/ice/cpp/src/Ice/Connection.cpp +3 -3
  80. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +3 -3
  81. data/ext/ice/cpp/src/Ice/ConnectionI.cpp +31 -16
  82. data/ext/ice/cpp/src/Ice/Current.cpp +3 -3
  83. data/ext/ice/cpp/src/Ice/DispatchInterceptor.cpp +13 -0
  84. data/ext/ice/cpp/src/Ice/DynamicLibrary.cpp +6 -5
  85. data/ext/ice/cpp/src/Ice/Endpoint.cpp +3 -3
  86. data/ext/ice/cpp/src/Ice/EndpointF.cpp +3 -3
  87. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +3 -3
  88. data/ext/ice/cpp/src/Ice/Exception.cpp +5 -5
  89. data/ext/ice/cpp/src/Ice/FacetMap.cpp +3 -3
  90. data/ext/ice/cpp/src/Ice/HashUtil.h +1 -1
  91. data/ext/ice/cpp/src/Ice/IPEndpointI.cpp +12 -1
  92. data/ext/ice/cpp/src/Ice/Identity.cpp +3 -3
  93. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +3 -3
  94. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +3 -3
  95. data/ext/ice/cpp/src/Ice/Incoming.cpp +2 -0
  96. data/ext/ice/cpp/src/Ice/Initialize.cpp +4 -3
  97. data/ext/ice/cpp/src/Ice/InputStream.cpp +19 -19
  98. data/ext/ice/cpp/src/Ice/Instance.cpp +28 -8
  99. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +3 -3
  100. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +3 -3
  101. data/ext/ice/cpp/src/Ice/LocalException.cpp +3 -3
  102. data/ext/ice/cpp/src/Ice/Locator.cpp +7 -7
  103. data/ext/ice/cpp/src/Ice/LocatorF.cpp +3 -3
  104. data/ext/ice/cpp/src/Ice/Logger.cpp +3 -3
  105. data/ext/ice/cpp/src/Ice/LoggerAdminI.cpp +1 -7
  106. data/ext/ice/cpp/src/Ice/LoggerF.cpp +3 -3
  107. data/ext/ice/cpp/src/Ice/LoggerI.cpp +6 -0
  108. data/ext/ice/cpp/src/Ice/Metrics.cpp +5 -5
  109. data/ext/ice/cpp/src/Ice/Network.cpp +23 -22
  110. data/ext/ice/cpp/src/Ice/Network.h +1 -1
  111. data/ext/ice/cpp/src/Ice/OSLogLoggerI.cpp +57 -0
  112. data/ext/ice/cpp/src/Ice/OSLogLoggerI.h +40 -0
  113. data/ext/ice/cpp/src/Ice/Object.cpp +9 -7
  114. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +3 -3
  115. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +3 -3
  116. data/ext/ice/cpp/src/Ice/ObjectAdapterI.cpp +13 -1
  117. data/ext/ice/cpp/src/Ice/ObjectAdapterI.h +4 -0
  118. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +3 -3
  119. data/ext/ice/cpp/src/Ice/OutgoingAsync.cpp +1 -1
  120. data/ext/ice/cpp/src/Ice/OutputStream.cpp +24 -24
  121. data/ext/ice/cpp/src/Ice/Plugin.cpp +3 -3
  122. data/ext/ice/cpp/src/Ice/PluginF.cpp +3 -3
  123. data/ext/ice/cpp/src/Ice/Process.cpp +3 -3
  124. data/ext/ice/cpp/src/Ice/ProcessF.cpp +3 -3
  125. data/ext/ice/cpp/src/Ice/Properties.cpp +3 -3
  126. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +4 -4
  127. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +3 -3
  128. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +2 -1
  129. data/ext/ice/cpp/src/Ice/PropertyNames.h +1 -1
  130. data/ext/ice/cpp/src/Ice/Proxy.cpp +6 -0
  131. data/ext/ice/cpp/src/Ice/ProxyFactory.cpp +1 -1
  132. data/ext/ice/cpp/src/Ice/ReferenceFactory.cpp +1 -1
  133. data/ext/ice/cpp/src/Ice/RegisterPluginsInit.cpp +3 -2
  134. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +3 -3
  135. data/ext/ice/cpp/src/Ice/Router.cpp +6 -6
  136. data/ext/ice/cpp/src/Ice/RouterF.cpp +3 -3
  137. data/ext/ice/cpp/src/Ice/SHA1.cpp +2 -2
  138. data/ext/ice/cpp/src/Ice/Selector.cpp +18 -13
  139. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +3 -3
  140. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +3 -3
  141. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +3 -3
  142. data/ext/ice/cpp/src/Ice/StreamSocket.cpp +6 -6
  143. data/ext/ice/cpp/src/Ice/TcpAcceptor.cpp +6 -0
  144. data/ext/ice/cpp/src/Ice/TcpConnector.cpp +5 -0
  145. data/ext/ice/cpp/src/Ice/TcpEndpointI.cpp +5 -0
  146. data/ext/ice/cpp/src/Ice/TcpTransceiver.cpp +5 -0
  147. data/ext/ice/cpp/src/Ice/ThreadPool.cpp +63 -0
  148. data/ext/ice/cpp/src/Ice/ThreadPool.h +10 -2
  149. data/ext/ice/cpp/src/Ice/Timer.cpp +10 -0
  150. data/ext/ice/cpp/src/Ice/UdpEndpointI.cpp +11 -1
  151. data/ext/ice/cpp/src/Ice/UdpTransceiver.cpp +10 -2
  152. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +3 -3
  153. data/ext/ice/cpp/src/Ice/Version.cpp +3 -3
  154. data/ext/ice/cpp/src/Ice/WSTransceiver.cpp +16 -15
  155. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +3 -3
  156. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +3 -3
  157. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +3 -3
  158. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +3 -3
  159. data/ext/ice/cpp/src/IceLocatorDiscovery/PluginI.cpp +37 -8
  160. data/ext/ice/cpp/src/IceSSL/CertificateI.cpp +3 -3
  161. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +3 -3
  162. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +3 -3
  163. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +3 -3
  164. data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.cpp +4 -16
  165. data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.h +0 -1
  166. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +40 -3
  167. data/ext/ice/cpp/src/IceSSL/SChannelEngine.cpp +0 -7
  168. data/ext/ice/cpp/src/IceSSL/SChannelEngine.h +0 -2
  169. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.cpp +18 -6
  170. data/ext/ice/cpp/src/IceSSL/SSLEngine.cpp +19 -7
  171. data/ext/ice/cpp/src/IceSSL/SSLEngine.h +2 -0
  172. data/ext/ice/cpp/src/IceSSL/SecureTransportCertificateI.cpp +32 -21
  173. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +21 -6
  174. data/ext/ice/cpp/src/IceSSL/SecureTransportUtil.cpp +19 -16
  175. data/ext/ice/cpp/src/IceSSL/Util.cpp +11 -5
  176. data/ext/ice/cpp/src/IceUtil/FileUtil.cpp +1 -1
  177. data/ext/ice/cpp/src/IceUtil/Options.cpp +3 -3
  178. data/ext/ice/cpp/src/IceUtil/OutputUtil.cpp +40 -10
  179. data/ext/ice/cpp/src/IceUtil/Random.cpp +2 -2
  180. data/ext/ice/cpp/src/IceUtil/StringConverter.cpp +5 -5
  181. data/ext/ice/cpp/src/IceUtil/StringUtil.cpp +3 -3
  182. data/ext/ice/cpp/src/IceUtil/Time.cpp +3 -3
  183. data/ext/ice/cpp/src/IceUtil/UUID.cpp +5 -5
  184. data/ext/ice/cpp/src/IceUtil/UtilException.cpp +4 -4
  185. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.cpp +13 -9
  186. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.h +1 -1
  187. data/ext/ice/cpp/src/Slice/Grammar.cpp +8 -0
  188. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +1 -2
  189. data/ext/ice/cpp/src/Slice/MD5I.cpp +8 -0
  190. data/ext/ice/cpp/src/Slice/Parser.cpp +60 -112
  191. data/ext/ice/cpp/src/Slice/Parser.h +27 -1
  192. data/ext/ice/cpp/src/Slice/Preprocessor.cpp +2 -1
  193. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +10 -10
  194. data/ext/ice/cpp/src/Slice/RubyUtil.cpp +1 -1
  195. data/ext/ice/cpp/src/Slice/Scanner.cpp +8 -0
  196. data/ext/ice/cpp/src/Slice/StringLiteralUtil.cpp +11 -6
  197. data/ext/ice/mcpp/Makefile +2 -5
  198. data/ice.gemspec +1 -1
  199. data/lib/Glacier2/Metrics.rb +1 -1
  200. data/lib/Glacier2/PermissionsVerifier.rb +1 -1
  201. data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
  202. data/lib/Glacier2/Router.rb +1 -1
  203. data/lib/Glacier2/RouterF.rb +1 -1
  204. data/lib/Glacier2/SSLInfo.rb +1 -1
  205. data/lib/Glacier2/Session.rb +1 -1
  206. data/lib/Ice/BuiltinSequences.rb +1 -1
  207. data/lib/Ice/Communicator.rb +1 -1
  208. data/lib/Ice/CommunicatorF.rb +1 -1
  209. data/lib/Ice/Connection.rb +1 -1
  210. data/lib/Ice/ConnectionF.rb +1 -1
  211. data/lib/Ice/Current.rb +1 -1
  212. data/lib/Ice/Endpoint.rb +1 -1
  213. data/lib/Ice/EndpointF.rb +1 -1
  214. data/lib/Ice/EndpointTypes.rb +1 -1
  215. data/lib/Ice/FacetMap.rb +1 -1
  216. data/lib/Ice/Identity.rb +1 -1
  217. data/lib/Ice/ImplicitContext.rb +1 -1
  218. data/lib/Ice/ImplicitContextF.rb +1 -1
  219. data/lib/Ice/Instrumentation.rb +1 -1
  220. data/lib/Ice/InstrumentationF.rb +1 -1
  221. data/lib/Ice/LocalException.rb +1 -1
  222. data/lib/Ice/Locator.rb +1 -1
  223. data/lib/Ice/LocatorF.rb +1 -1
  224. data/lib/Ice/Logger.rb +1 -1
  225. data/lib/Ice/LoggerF.rb +1 -1
  226. data/lib/Ice/Metrics.rb +1 -1
  227. data/lib/Ice/ObjectAdapter.rb +1 -1
  228. data/lib/Ice/ObjectAdapterF.rb +1 -1
  229. data/lib/Ice/ObjectFactory.rb +1 -1
  230. data/lib/Ice/Plugin.rb +1 -1
  231. data/lib/Ice/PluginF.rb +1 -1
  232. data/lib/Ice/Process.rb +1 -1
  233. data/lib/Ice/ProcessF.rb +1 -1
  234. data/lib/Ice/Properties.rb +1 -1
  235. data/lib/Ice/PropertiesAdmin.rb +1 -1
  236. data/lib/Ice/PropertiesF.rb +1 -1
  237. data/lib/Ice/RemoteLogger.rb +1 -1
  238. data/lib/Ice/Router.rb +1 -1
  239. data/lib/Ice/RouterF.rb +1 -1
  240. data/lib/Ice/ServantLocator.rb +1 -1
  241. data/lib/Ice/ServantLocatorF.rb +1 -1
  242. data/lib/Ice/SliceChecksumDict.rb +1 -1
  243. data/lib/Ice/ValueFactory.rb +1 -1
  244. data/lib/Ice/Version.rb +1 -1
  245. data/lib/IceBox/IceBox.rb +1 -1
  246. data/lib/IceGrid/Admin.rb +1 -1
  247. data/lib/IceGrid/Descriptor.rb +1 -1
  248. data/lib/IceGrid/Exception.rb +1 -1
  249. data/lib/IceGrid/FileParser.rb +1 -1
  250. data/lib/IceGrid/PluginFacade.rb +1 -1
  251. data/lib/IceGrid/Registry.rb +1 -1
  252. data/lib/IceGrid/Session.rb +1 -1
  253. data/lib/IceGrid/UserAccountMapper.rb +1 -1
  254. data/lib/IcePatch2/FileInfo.rb +1 -1
  255. data/lib/IcePatch2/FileServer.rb +1 -1
  256. data/lib/IceStorm/IceStorm.rb +1 -1
  257. data/lib/IceStorm/Metrics.rb +1 -1
  258. data/slice/Glacier2/Metrics.ice +1 -1
  259. data/slice/Ice/Communicator.ice +57 -25
  260. data/slice/Ice/Connection.ice +14 -14
  261. data/slice/Ice/Current.ice +1 -1
  262. data/slice/Ice/Endpoint.ice +6 -6
  263. data/slice/Ice/EndpointF.ice +1 -1
  264. data/slice/Ice/FacetMap.ice +1 -1
  265. data/slice/Ice/ImplicitContext.ice +6 -6
  266. data/slice/Ice/Instrumentation.ice +6 -6
  267. data/slice/Ice/Logger.ice +6 -6
  268. data/slice/Ice/Metrics.ice +12 -9
  269. data/slice/Ice/ObjectAdapter.ice +43 -31
  270. data/slice/Ice/ObjectFactory.ice +1 -1
  271. data/slice/Ice/Plugin.ice +2 -2
  272. data/slice/Ice/Properties.ice +10 -10
  273. data/slice/Ice/ServantLocator.ice +4 -2
  274. data/slice/Ice/ValueFactory.ice +3 -3
  275. data/slice/IceBT/EndpointInfo.ice +1 -1
  276. data/slice/IceGrid/PluginFacade.ice +4 -4
  277. data/slice/IceIAP/ConnectionInfo.ice +1 -1
  278. data/slice/IceIAP/EndpointInfo.ice +1 -1
  279. data/slice/IceSSL/ConnectionInfo.ice +3 -2
  280. data/slice/IceSSL/ConnectionInfoF.ice +1 -1
  281. data/slice/IceSSL/EndpointInfo.ice +1 -1
  282. data/slice/IceStorm/Metrics.ice +1 -1
  283. metadata +5 -3
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -32,10 +32,10 @@
32
32
  # if ICE_INT_VERSION / 100 != 307
33
33
  # error Ice version mismatch!
34
34
  # endif
35
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 2
38
+ # if ICE_INT_VERSION % 100 < 3
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -32,10 +32,10 @@
32
32
  # if ICE_INT_VERSION / 100 != 307
33
33
  # error Ice version mismatch!
34
34
  # endif
35
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 2
38
+ # if ICE_INT_VERSION % 100 < 3
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -32,10 +32,10 @@
32
32
  # if ICE_INT_VERSION / 100 != 307
33
33
  # error Ice version mismatch!
34
34
  # endif
35
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 2
38
+ # if ICE_INT_VERSION % 100 < 3
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -32,10 +32,10 @@
32
32
  # if ICE_INT_VERSION / 100 != 307
33
33
  # error Ice version mismatch!
34
34
  # endif
35
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 2
38
+ # if ICE_INT_VERSION % 100 < 3
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -75,10 +75,9 @@ struct Identity
75
75
  ::std::string category;
76
76
 
77
77
  /**
78
- * Obtains a tuple containing all of the exception's data members.
78
+ * Obtains a tuple containing all of the struct's data members.
79
79
  * @return The data members in a tuple.
80
80
  */
81
-
82
81
  std::tuple<const ::std::string&, const ::std::string&> ice_tuple() const
83
82
  {
84
83
  return std::tie(name, category);
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,10 +35,10 @@
35
35
  # if ICE_INT_VERSION / 100 != 307
36
36
  # error Ice version mismatch!
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 > 50
38
+ # if ICE_INT_VERSION % 100 >= 50
39
39
  # error Beta header file detected
40
40
  # endif
41
- # if ICE_INT_VERSION % 100 < 2
41
+ # if ICE_INT_VERSION % 100 < 3
42
42
  # error Ice patch level mismatch!
43
43
  # endif
44
44
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -32,10 +32,10 @@
32
32
  # if ICE_INT_VERSION / 100 != 307
33
33
  # error Ice version mismatch!
34
34
  # endif
35
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 2
38
+ # if ICE_INT_VERSION % 100 < 3
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,10 +35,10 @@
35
35
  # if ICE_INT_VERSION / 100 != 307
36
36
  # error Ice version mismatch!
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 > 50
38
+ # if ICE_INT_VERSION % 100 >= 50
39
39
  # error Beta header file detected
40
40
  # endif
41
- # if ICE_INT_VERSION % 100 < 2
41
+ # if ICE_INT_VERSION % 100 < 3
42
42
  # error Ice patch level mismatch!
43
43
  # endif
44
44
  #endif
@@ -334,14 +334,14 @@ public:
334
334
  /**
335
335
  * The observer updater interface. This interface is implemented by
336
336
  * the Ice run-time and an instance of this interface is provided by
337
- * the Ice communicator on initialization to the {@link
338
- * CommunicatorObserver} object set with the communicator
339
- * initialization data. The Ice communicator calls {@link
340
- * CommunicatorObserver#setObserverUpdater} to provide the observer
337
+ * the Ice communicator on initialization to the
338
+ * {@link CommunicatorObserver} object set with the communicator
339
+ * initialization data. The Ice communicator calls
340
+ * {@link CommunicatorObserver#setObserverUpdater} to provide the observer
341
341
  * updater.
342
342
  *
343
- * This interface can be used by add-ins implementing the {@link
344
- * CommunicatorObserver} interface to update the observers of
343
+ * This interface can be used by add-ins implementing the
344
+ * {@link CommunicatorObserver} interface to update the observers of
345
345
  * connections and threads.
346
346
  * \headerfile Ice/Ice.h
347
347
  */
@@ -959,14 +959,14 @@ inline bool operator<(const InvocationObserver& lhs, const InvocationObserver& r
959
959
  /**
960
960
  * The observer updater interface. This interface is implemented by
961
961
  * the Ice run-time and an instance of this interface is provided by
962
- * the Ice communicator on initialization to the {@link
963
- * CommunicatorObserver} object set with the communicator
964
- * initialization data. The Ice communicator calls {@link
965
- * CommunicatorObserver#setObserverUpdater} to provide the observer
962
+ * the Ice communicator on initialization to the
963
+ * {@link CommunicatorObserver} object set with the communicator
964
+ * initialization data. The Ice communicator calls
965
+ * {@link CommunicatorObserver#setObserverUpdater} to provide the observer
966
966
  * updater.
967
967
  *
968
- * This interface can be used by add-ins implementing the {@link
969
- * CommunicatorObserver} interface to update the observers of
968
+ * This interface can be used by add-ins implementing the
969
+ * {@link CommunicatorObserver} interface to update the observers of
970
970
  * connections and threads.
971
971
  * \headerfile Ice/Ice.h
972
972
  */
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -32,10 +32,10 @@
32
32
  # if ICE_INT_VERSION / 100 != 307
33
33
  # error Ice version mismatch!
34
34
  # endif
35
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 2
38
+ # if ICE_INT_VERSION % 100 < 3
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.2
5
+ // Ice version 3.7.3
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -36,10 +36,10 @@
36
36
  # if ICE_INT_VERSION / 100 != 307
37
37
  # error Ice version mismatch!
38
38
  # endif
39
- # if ICE_INT_VERSION % 100 > 50
39
+ # if ICE_INT_VERSION % 100 >= 50
40
40
  # error Beta header file detected
41
41
  # endif
42
- # if ICE_INT_VERSION % 100 < 2
42
+ # if ICE_INT_VERSION % 100 < 3
43
43
  # error Ice patch level mismatch!
44
44
  # endif
45
45
  #endif
@@ -96,7 +96,6 @@ public:
96
96
  * Obtains a tuple containing all of the exception's data members.
97
97
  * @return The data members in a tuple.
98
98
  */
99
-
100
99
  std::tuple<const ::std::string&> ice_tuple() const
101
100
  {
102
101
  return std::tie(reason);
@@ -157,7 +156,6 @@ public:
157
156
  * Obtains a tuple containing all of the exception's data members.
158
157
  * @return The data members in a tuple.
159
158
  */
160
-
161
159
  std::tuple<const ::std::string&> ice_tuple() const
162
160
  {
163
161
  return std::tie(reason);
@@ -208,7 +206,6 @@ public:
208
206
  * Obtains a tuple containing all of the exception's data members.
209
207
  * @return The data members in a tuple.
210
208
  */
211
-
212
209
  std::tuple<> ice_tuple() const
213
210
  {
214
211
  return std::tie();
@@ -271,7 +268,6 @@ public:
271
268
  * Obtains a tuple containing all of the exception's data members.
272
269
  * @return The data members in a tuple.
273
270
  */
274
-
275
271
  std::tuple<const ::std::string&, const ::std::string&> ice_tuple() const
276
272
  {
277
273
  return std::tie(kindOfObject, id);
@@ -348,7 +344,6 @@ public:
348
344
  * Obtains a tuple containing all of the exception's data members.
349
345
  * @return The data members in a tuple.
350
346
  */
351
-
352
347
  std::tuple<const ::std::string&, const ::std::string&> ice_tuple() const
353
348
  {
354
349
  return std::tie(kindOfObject, id);
@@ -419,7 +414,6 @@ public:
419
414
  * Obtains a tuple containing all of the exception's data members.
420
415
  * @return The data members in a tuple.
421
416
  */
422
-
423
417
  std::tuple<const ::std::string&> ice_tuple() const
424
418
  {
425
419
  return std::tie(operation);
@@ -473,7 +467,6 @@ public:
473
467
  * Obtains a tuple containing all of the exception's data members.
474
468
  * @return The data members in a tuple.
475
469
  */
476
-
477
470
  std::tuple<> ice_tuple() const
478
471
  {
479
472
  return std::tie();
@@ -532,7 +525,6 @@ public:
532
525
  * Obtains a tuple containing all of the exception's data members.
533
526
  * @return The data members in a tuple.
534
527
  */
535
-
536
528
  std::tuple<const ::std::string&> ice_tuple() const
537
529
  {
538
530
  return std::tie(unknown);
@@ -599,7 +591,6 @@ public:
599
591
  * Obtains a tuple containing all of the exception's data members.
600
592
  * @return The data members in a tuple.
601
593
  */
602
-
603
594
  std::tuple<const ::std::string&> ice_tuple() const
604
595
  {
605
596
  return std::tie(unknown);
@@ -664,7 +655,6 @@ public:
664
655
  * Obtains a tuple containing all of the exception's data members.
665
656
  * @return The data members in a tuple.
666
657
  */
667
-
668
658
  std::tuple<const ::std::string&> ice_tuple() const
669
659
  {
670
660
  return std::tie(unknown);
@@ -708,7 +698,6 @@ public:
708
698
  * Obtains a tuple containing all of the exception's data members.
709
699
  * @return The data members in a tuple.
710
700
  */
711
-
712
701
  std::tuple<> ice_tuple() const
713
702
  {
714
703
  return std::tie();
@@ -752,7 +741,6 @@ public:
752
741
  * Obtains a tuple containing all of the exception's data members.
753
742
  * @return The data members in a tuple.
754
743
  */
755
-
756
744
  std::tuple<> ice_tuple() const
757
745
  {
758
746
  return std::tie();
@@ -810,7 +798,6 @@ public:
810
798
  * Obtains a tuple containing all of the exception's data members.
811
799
  * @return The data members in a tuple.
812
800
  */
813
-
814
801
  std::tuple<const ::std::string&> ice_tuple() const
815
802
  {
816
803
  return std::tie(name);
@@ -873,7 +860,6 @@ public:
873
860
  * Obtains a tuple containing all of the exception's data members.
874
861
  * @return The data members in a tuple.
875
862
  */
876
-
877
863
  std::tuple<const ::std::string&> ice_tuple() const
878
864
  {
879
865
  return std::tie(id);
@@ -933,7 +919,6 @@ public:
933
919
  * Obtains a tuple containing all of the exception's data members.
934
920
  * @return The data members in a tuple.
935
921
  */
936
-
937
922
  std::tuple<const ::std::string&> ice_tuple() const
938
923
  {
939
924
  return std::tie(proxy);
@@ -995,7 +980,6 @@ public:
995
980
  * Obtains a tuple containing all of the exception's data members.
996
981
  * @return The data members in a tuple.
997
982
  */
998
-
999
983
  std::tuple<const ::std::string&> ice_tuple() const
1000
984
  {
1001
985
  return std::tie(str);
@@ -1056,7 +1040,6 @@ public:
1056
1040
  * Obtains a tuple containing all of the exception's data members.
1057
1041
  * @return The data members in a tuple.
1058
1042
  */
1059
-
1060
1043
  std::tuple<const ::std::string&> ice_tuple() const
1061
1044
  {
1062
1045
  return std::tie(str);
@@ -1117,7 +1100,6 @@ public:
1117
1100
  * Obtains a tuple containing all of the exception's data members.
1118
1101
  * @return The data members in a tuple.
1119
1102
  */
1120
-
1121
1103
  std::tuple<const ::std::string&> ice_tuple() const
1122
1104
  {
1123
1105
  return std::tie(str);
@@ -1178,7 +1160,6 @@ public:
1178
1160
  * Obtains a tuple containing all of the exception's data members.
1179
1161
  * @return The data members in a tuple.
1180
1162
  */
1181
-
1182
1163
  std::tuple<const ::std::string&> ice_tuple() const
1183
1164
  {
1184
1165
  return std::tie(str);
@@ -1239,7 +1220,6 @@ public:
1239
1220
  * Obtains a tuple containing all of the exception's data members.
1240
1221
  * @return The data members in a tuple.
1241
1222
  */
1242
-
1243
1223
  std::tuple<const ::std::string&> ice_tuple() const
1244
1224
  {
1245
1225
  return std::tie(str);
@@ -1299,8 +1279,7 @@ public:
1299
1279
  * Obtains a tuple containing all of the exception's data members.
1300
1280
  * @return The data members in a tuple.
1301
1281
  */
1302
-
1303
- std::tuple<const Identity&> ice_tuple() const
1282
+ std::tuple<const ::Ice::Identity&> ice_tuple() const
1304
1283
  {
1305
1284
  return std::tie(id);
1306
1285
  }
@@ -1319,7 +1298,7 @@ public:
1319
1298
  /**
1320
1299
  * The illegal identity.
1321
1300
  */
1322
- Identity id;
1301
+ ::Ice::Identity id;
1323
1302
  };
1324
1303
 
1325
1304
  /**
@@ -1360,7 +1339,6 @@ public:
1360
1339
  * Obtains a tuple containing all of the exception's data members.
1361
1340
  * @return The data members in a tuple.
1362
1341
  */
1363
-
1364
1342
  std::tuple<const ::std::string&> ice_tuple() const
1365
1343
  {
1366
1344
  return std::tie(reason);
@@ -1427,8 +1405,7 @@ public:
1427
1405
  * Obtains a tuple containing all of the exception's data members.
1428
1406
  * @return The data members in a tuple.
1429
1407
  */
1430
-
1431
- std::tuple<const Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1408
+ std::tuple<const ::Ice::Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1432
1409
  {
1433
1410
  return std::tie(id, facet, operation);
1434
1411
  }
@@ -1447,7 +1424,7 @@ public:
1447
1424
  /**
1448
1425
  * The identity of the Ice Object to which the request was sent.
1449
1426
  */
1450
- Identity id;
1427
+ ::Ice::Identity id;
1451
1428
  /**
1452
1429
  * The facet to which the request was sent.
1453
1430
  */
@@ -1498,8 +1475,7 @@ public:
1498
1475
  * Obtains a tuple containing all of the exception's data members.
1499
1476
  * @return The data members in a tuple.
1500
1477
  */
1501
-
1502
- std::tuple<const Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1478
+ std::tuple<const ::Ice::Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1503
1479
  {
1504
1480
  return std::tie(id, facet, operation);
1505
1481
  }
@@ -1556,8 +1532,7 @@ public:
1556
1532
  * Obtains a tuple containing all of the exception's data members.
1557
1533
  * @return The data members in a tuple.
1558
1534
  */
1559
-
1560
- std::tuple<const Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1535
+ std::tuple<const ::Ice::Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1561
1536
  {
1562
1537
  return std::tie(id, facet, operation);
1563
1538
  }
@@ -1615,8 +1590,7 @@ public:
1615
1590
  * Obtains a tuple containing all of the exception's data members.
1616
1591
  * @return The data members in a tuple.
1617
1592
  */
1618
-
1619
- std::tuple<const Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1593
+ std::tuple<const ::Ice::Identity&, const ::std::string&, const ::std::string&> ice_tuple() const
1620
1594
  {
1621
1595
  return std::tie(id, facet, operation);
1622
1596
  }
@@ -1673,7 +1647,6 @@ public:
1673
1647
  * Obtains a tuple containing all of the exception's data members.
1674
1648
  * @return The data members in a tuple.
1675
1649
  */
1676
-
1677
1650
  std::tuple<const int&> ice_tuple() const
1678
1651
  {
1679
1652
  return std::tie(error);
@@ -1737,7 +1710,6 @@ public:
1737
1710
  * Obtains a tuple containing all of the exception's data members.
1738
1711
  * @return The data members in a tuple.
1739
1712
  */
1740
-
1741
1713
  std::tuple<const int&> ice_tuple() const
1742
1714
  {
1743
1715
  return std::tie(error);
@@ -1794,7 +1766,6 @@ public:
1794
1766
  * Obtains a tuple containing all of the exception's data members.
1795
1767
  * @return The data members in a tuple.
1796
1768
  */
1797
-
1798
1769
  std::tuple<const int&, const ::std::string&> ice_tuple() const
1799
1770
  {
1800
1771
  return std::tie(error, domain);
@@ -1856,7 +1827,6 @@ public:
1856
1827
  * Obtains a tuple containing all of the exception's data members.
1857
1828
  * @return The data members in a tuple.
1858
1829
  */
1859
-
1860
1830
  std::tuple<const int&, const ::std::string&> ice_tuple() const
1861
1831
  {
1862
1832
  return std::tie(error, path);
@@ -1916,7 +1886,6 @@ public:
1916
1886
  * Obtains a tuple containing all of the exception's data members.
1917
1887
  * @return The data members in a tuple.
1918
1888
  */
1919
-
1920
1889
  std::tuple<const int&> ice_tuple() const
1921
1890
  {
1922
1891
  return std::tie(error);
@@ -1972,7 +1941,6 @@ public:
1972
1941
  * Obtains a tuple containing all of the exception's data members.
1973
1942
  * @return The data members in a tuple.
1974
1943
  */
1975
-
1976
1944
  std::tuple<const int&> ice_tuple() const
1977
1945
  {
1978
1946
  return std::tie(error);
@@ -2027,7 +1995,6 @@ public:
2027
1995
  * Obtains a tuple containing all of the exception's data members.
2028
1996
  * @return The data members in a tuple.
2029
1997
  */
2030
-
2031
1998
  std::tuple<const int&> ice_tuple() const
2032
1999
  {
2033
2000
  return std::tie(error);
@@ -2085,7 +2052,6 @@ public:
2085
2052
  * Obtains a tuple containing all of the exception's data members.
2086
2053
  * @return The data members in a tuple.
2087
2054
  */
2088
-
2089
2055
  std::tuple<const int&, const ::std::string&> ice_tuple() const
2090
2056
  {
2091
2057
  return std::tie(error, host);
@@ -2140,7 +2106,6 @@ public:
2140
2106
  * Obtains a tuple containing all of the exception's data members.
2141
2107
  * @return The data members in a tuple.
2142
2108
  */
2143
-
2144
2109
  std::tuple<> ice_tuple() const
2145
2110
  {
2146
2111
  return std::tie();
@@ -2183,7 +2148,6 @@ public:
2183
2148
  * Obtains a tuple containing all of the exception's data members.
2184
2149
  * @return The data members in a tuple.
2185
2150
  */
2186
-
2187
2151
  std::tuple<> ice_tuple() const
2188
2152
  {
2189
2153
  return std::tie();
@@ -2226,7 +2190,6 @@ public:
2226
2190
  * Obtains a tuple containing all of the exception's data members.
2227
2191
  * @return The data members in a tuple.
2228
2192
  */
2229
-
2230
2193
  std::tuple<> ice_tuple() const
2231
2194
  {
2232
2195
  return std::tie();
@@ -2269,7 +2232,6 @@ public:
2269
2232
  * Obtains a tuple containing all of the exception's data members.
2270
2233
  * @return The data members in a tuple.
2271
2234
  */
2272
-
2273
2235
  std::tuple<> ice_tuple() const
2274
2236
  {
2275
2237
  return std::tie();
@@ -2313,7 +2275,6 @@ public:
2313
2275
  * Obtains a tuple containing all of the exception's data members.
2314
2276
  * @return The data members in a tuple.
2315
2277
  */
2316
-
2317
2278
  std::tuple<> ice_tuple() const
2318
2279
  {
2319
2280
  return std::tie();
@@ -2357,7 +2318,6 @@ public:
2357
2318
  * Obtains a tuple containing all of the exception's data members.
2358
2319
  * @return The data members in a tuple.
2359
2320
  */
2360
-
2361
2321
  std::tuple<> ice_tuple() const
2362
2322
  {
2363
2323
  return std::tie();
@@ -2401,7 +2361,6 @@ public:
2401
2361
  * Obtains a tuple containing all of the exception's data members.
2402
2362
  * @return The data members in a tuple.
2403
2363
  */
2404
-
2405
2364
  std::tuple<> ice_tuple() const
2406
2365
  {
2407
2366
  return std::tie();
@@ -2457,7 +2416,6 @@ public:
2457
2416
  * Obtains a tuple containing all of the exception's data members.
2458
2417
  * @return The data members in a tuple.
2459
2418
  */
2460
-
2461
2419
  std::tuple<const ::std::string&> ice_tuple() const
2462
2420
  {
2463
2421
  return std::tie(reason);
@@ -2520,8 +2478,7 @@ public:
2520
2478
  * Obtains a tuple containing all of the exception's data members.
2521
2479
  * @return The data members in a tuple.
2522
2480
  */
2523
-
2524
- std::tuple<const ::std::string&, const ByteSeq&> ice_tuple() const
2481
+ std::tuple<const ::std::string&, const ::Ice::ByteSeq&> ice_tuple() const
2525
2482
  {
2526
2483
  return std::tie(reason, badMagic);
2527
2484
  }
@@ -2540,7 +2497,7 @@ public:
2540
2497
  /**
2541
2498
  * A sequence containing the first four bytes of the incorrect message.
2542
2499
  */
2543
- ByteSeq badMagic;
2500
+ ::Ice::ByteSeq badMagic;
2544
2501
  };
2545
2502
 
2546
2503
  /**
@@ -2584,8 +2541,7 @@ public:
2584
2541
  * Obtains a tuple containing all of the exception's data members.
2585
2542
  * @return The data members in a tuple.
2586
2543
  */
2587
-
2588
- std::tuple<const ::std::string&, const ProtocolVersion&, const ProtocolVersion&> ice_tuple() const
2544
+ std::tuple<const ::std::string&, const ::Ice::ProtocolVersion&, const ::Ice::ProtocolVersion&> ice_tuple() const
2589
2545
  {
2590
2546
  return std::tie(reason, bad, supported);
2591
2547
  }
@@ -2604,11 +2560,11 @@ public:
2604
2560
  /**
2605
2561
  * The version of the unsupported protocol.
2606
2562
  */
2607
- ProtocolVersion bad;
2563
+ ::Ice::ProtocolVersion bad;
2608
2564
  /**
2609
2565
  * The version of the protocol that is supported.
2610
2566
  */
2611
- ProtocolVersion supported;
2567
+ ::Ice::ProtocolVersion supported;
2612
2568
  };
2613
2569
 
2614
2570
  /**
@@ -2652,8 +2608,7 @@ public:
2652
2608
  * Obtains a tuple containing all of the exception's data members.
2653
2609
  * @return The data members in a tuple.
2654
2610
  */
2655
-
2656
- std::tuple<const ::std::string&, const EncodingVersion&, const EncodingVersion&> ice_tuple() const
2611
+ std::tuple<const ::std::string&, const ::Ice::EncodingVersion&, const ::Ice::EncodingVersion&> ice_tuple() const
2657
2612
  {
2658
2613
  return std::tie(reason, bad, supported);
2659
2614
  }
@@ -2672,11 +2627,11 @@ public:
2672
2627
  /**
2673
2628
  * The version of the unsupported encoding.
2674
2629
  */
2675
- EncodingVersion bad;
2630
+ ::Ice::EncodingVersion bad;
2676
2631
  /**
2677
2632
  * The version of the encoding that is supported.
2678
2633
  */
2679
- EncodingVersion supported;
2634
+ ::Ice::EncodingVersion supported;
2680
2635
  };
2681
2636
 
2682
2637
  /**
@@ -2716,7 +2671,6 @@ public:
2716
2671
  * Obtains a tuple containing all of the exception's data members.
2717
2672
  * @return The data members in a tuple.
2718
2673
  */
2719
-
2720
2674
  std::tuple<const ::std::string&> ice_tuple() const
2721
2675
  {
2722
2676
  return std::tie(reason);
@@ -2772,7 +2726,6 @@ public:
2772
2726
  * Obtains a tuple containing all of the exception's data members.
2773
2727
  * @return The data members in a tuple.
2774
2728
  */
2775
-
2776
2729
  std::tuple<const ::std::string&> ice_tuple() const
2777
2730
  {
2778
2731
  return std::tie(reason);
@@ -2828,7 +2781,6 @@ public:
2828
2781
  * Obtains a tuple containing all of the exception's data members.
2829
2782
  * @return The data members in a tuple.
2830
2783
  */
2831
-
2832
2784
  std::tuple<const ::std::string&> ice_tuple() const
2833
2785
  {
2834
2786
  return std::tie(reason);
@@ -2883,7 +2835,6 @@ public:
2883
2835
  * Obtains a tuple containing all of the exception's data members.
2884
2836
  * @return The data members in a tuple.
2885
2837
  */
2886
-
2887
2838
  std::tuple<const ::std::string&> ice_tuple() const
2888
2839
  {
2889
2840
  return std::tie(reason);
@@ -2945,7 +2896,6 @@ public:
2945
2896
  * Obtains a tuple containing all of the exception's data members.
2946
2897
  * @return The data members in a tuple.
2947
2898
  */
2948
-
2949
2899
  std::tuple<const ::std::string&> ice_tuple() const
2950
2900
  {
2951
2901
  return std::tie(reason);
@@ -3002,7 +2952,6 @@ public:
3002
2952
  * Obtains a tuple containing all of the exception's data members.
3003
2953
  * @return The data members in a tuple.
3004
2954
  */
3005
-
3006
2955
  std::tuple<const bool&> ice_tuple() const
3007
2956
  {
3008
2957
  return std::tie(graceful);
@@ -3063,7 +3012,6 @@ public:
3063
3012
  * Obtains a tuple containing all of the exception's data members.
3064
3013
  * @return The data members in a tuple.
3065
3014
  */
3066
-
3067
3015
  std::tuple<const ::std::string&> ice_tuple() const
3068
3016
  {
3069
3017
  return std::tie(reason);
@@ -3118,7 +3066,6 @@ public:
3118
3066
  * Obtains a tuple containing all of the exception's data members.
3119
3067
  * @return The data members in a tuple.
3120
3068
  */
3121
-
3122
3069
  std::tuple<const ::std::string&> ice_tuple() const
3123
3070
  {
3124
3071
  return std::tie(reason);
@@ -3176,7 +3123,6 @@ public:
3176
3123
  * Obtains a tuple containing all of the exception's data members.
3177
3124
  * @return The data members in a tuple.
3178
3125
  */
3179
-
3180
3126
  std::tuple<const ::std::string&> ice_tuple() const
3181
3127
  {
3182
3128
  return std::tie(reason);
@@ -3231,7 +3177,6 @@ public:
3231
3177
  * Obtains a tuple containing all of the exception's data members.
3232
3178
  * @return The data members in a tuple.
3233
3179
  */
3234
-
3235
3180
  std::tuple<const ::std::string&> ice_tuple() const
3236
3181
  {
3237
3182
  return std::tie(reason);
@@ -3286,7 +3231,6 @@ public:
3286
3231
  * Obtains a tuple containing all of the exception's data members.
3287
3232
  * @return The data members in a tuple.
3288
3233
  */
3289
-
3290
3234
  std::tuple<const ::std::string&> ice_tuple() const
3291
3235
  {
3292
3236
  return std::tie(reason);
@@ -3341,7 +3285,6 @@ public:
3341
3285
  * Obtains a tuple containing all of the exception's data members.
3342
3286
  * @return The data members in a tuple.
3343
3287
  */
3344
-
3345
3288
  std::tuple<const ::std::string&> ice_tuple() const
3346
3289
  {
3347
3290
  return std::tie(reason);
@@ -3403,7 +3346,6 @@ public:
3403
3346
  * Obtains a tuple containing all of the exception's data members.
3404
3347
  * @return The data members in a tuple.
3405
3348
  */
3406
-
3407
3349
  std::tuple<const ::std::string&, const ::std::string&> ice_tuple() const
3408
3350
  {
3409
3351
  return std::tie(reason, type);
@@ -3474,7 +3416,6 @@ public:
3474
3416
  * Obtains a tuple containing all of the exception's data members.
3475
3417
  * @return The data members in a tuple.
3476
3418
  */
3477
-
3478
3419
  std::tuple<const ::std::string&, const ::std::string&, const ::std::string&> ice_tuple() const
3479
3420
  {
3480
3421
  return std::tie(reason, type, expectedType);
@@ -3540,7 +3481,6 @@ public:
3540
3481
  * Obtains a tuple containing all of the exception's data members.
3541
3482
  * @return The data members in a tuple.
3542
3483
  */
3543
-
3544
3484
  std::tuple<const ::std::string&> ice_tuple() const
3545
3485
  {
3546
3486
  return std::tie(reason);
@@ -3596,7 +3536,6 @@ public:
3596
3536
  * Obtains a tuple containing all of the exception's data members.
3597
3537
  * @return The data members in a tuple.
3598
3538
  */
3599
-
3600
3539
  std::tuple<const ::std::string&> ice_tuple() const
3601
3540
  {
3602
3541
  return std::tie(reason);
@@ -3651,7 +3590,6 @@ public:
3651
3590
  * Obtains a tuple containing all of the exception's data members.
3652
3591
  * @return The data members in a tuple.
3653
3592
  */
3654
-
3655
3593
  std::tuple<const ::std::string&> ice_tuple() const
3656
3594
  {
3657
3595
  return std::tie(reason);
@@ -3708,7 +3646,6 @@ public:
3708
3646
  * Obtains a tuple containing all of the exception's data members.
3709
3647
  * @return The data members in a tuple.
3710
3648
  */
3711
-
3712
3649
  std::tuple<const ::std::string&> ice_tuple() const
3713
3650
  {
3714
3651
  return std::tie(unsupportedFeature);
@@ -3769,7 +3706,6 @@ public:
3769
3706
  * Obtains a tuple containing all of the exception's data members.
3770
3707
  * @return The data members in a tuple.
3771
3708
  */
3772
-
3773
3709
  std::tuple<const ::std::string&> ice_tuple() const
3774
3710
  {
3775
3711
  return std::tie(reason);
@@ -3818,7 +3754,6 @@ public:
3818
3754
  * Obtains a tuple containing all of the exception's data members.
3819
3755
  * @return The data members in a tuple.
3820
3756
  */
3821
-
3822
3757
  std::tuple<> ice_tuple() const
3823
3758
  {
3824
3759
  return std::tie();
@@ -3862,7 +3797,6 @@ public:
3862
3797
  * Obtains a tuple containing all of the exception's data members.
3863
3798
  * @return The data members in a tuple.
3864
3799
  */
3865
-
3866
3800
  std::tuple<> ice_tuple() const
3867
3801
  {
3868
3802
  return std::tie();
@@ -4958,7 +4892,7 @@ public:
4958
4892
  /**
4959
4893
  * The illegal identity.
4960
4894
  */
4961
- Identity id;
4895
+ ::Ice::Identity id;
4962
4896
  };
4963
4897
 
4964
4898
  /**
@@ -5064,7 +4998,7 @@ public:
5064
4998
  /**
5065
4999
  * The identity of the Ice Object to which the request was sent.
5066
5000
  */
5067
- Identity id;
5001
+ ::Ice::Identity id;
5068
5002
  /**
5069
5003
  * The facet to which the request was sent.
5070
5004
  */
@@ -5274,7 +5208,7 @@ public:
5274
5208
  * <code>GetLastError()</code> or
5275
5209
  * <code>WSAGetLastError()</code>.
5276
5210
  */
5277
- Int error;
5211
+ ::Ice::Int error;
5278
5212
  };
5279
5213
 
5280
5214
  /**
@@ -5612,7 +5546,7 @@ public:
5612
5546
  * Windows, this is the value returned by
5613
5547
  * <code>WSAGetLastError()</code>.
5614
5548
  */
5615
- Int error;
5549
+ ::Ice::Int error;
5616
5550
  /**
5617
5551
  * The host name that could not be resolved.
5618
5552
  */
@@ -5981,7 +5915,7 @@ public:
5981
5915
  /**
5982
5916
  * A sequence containing the first four bytes of the incorrect message.
5983
5917
  */
5984
- ByteSeq badMagic;
5918
+ ::Ice::ByteSeq badMagic;
5985
5919
  };
5986
5920
 
5987
5921
  /**
@@ -6033,11 +5967,11 @@ public:
6033
5967
  /**
6034
5968
  * The version of the unsupported protocol.
6035
5969
  */
6036
- ProtocolVersion bad;
5970
+ ::Ice::ProtocolVersion bad;
6037
5971
  /**
6038
5972
  * The version of the protocol that is supported.
6039
5973
  */
6040
- ProtocolVersion supported;
5974
+ ::Ice::ProtocolVersion supported;
6041
5975
  };
6042
5976
 
6043
5977
  /**
@@ -6089,11 +6023,11 @@ public:
6089
6023
  /**
6090
6024
  * The version of the unsupported encoding.
6091
6025
  */
6092
- EncodingVersion bad;
6026
+ ::Ice::EncodingVersion bad;
6093
6027
  /**
6094
6028
  * The version of the encoding that is supported.
6095
6029
  */
6096
- EncodingVersion supported;
6030
+ ::Ice::EncodingVersion supported;
6097
6031
  };
6098
6032
 
6099
6033
  /**