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
  //
@@ -53,10 +53,10 @@
53
53
  # if ICE_INT_VERSION / 100 != 307
54
54
  # error Ice version mismatch!
55
55
  # endif
56
- # if ICE_INT_VERSION % 100 > 50
56
+ # if ICE_INT_VERSION % 100 >= 50
57
57
  # error Beta header file detected
58
58
  # endif
59
- # if ICE_INT_VERSION % 100 < 2
59
+ # if ICE_INT_VERSION % 100 < 3
60
60
  # error Ice patch level mismatch!
61
61
  # endif
62
62
  #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
  //
@@ -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
@@ -156,18 +156,17 @@ struct ACM
156
156
  /**
157
157
  * The close semantics.
158
158
  */
159
- ACMClose close;
159
+ ::Ice::ACMClose close;
160
160
  /**
161
161
  * The heartbeat semantics.
162
162
  */
163
- ACMHeartbeat heartbeat;
163
+ ::Ice::ACMHeartbeat heartbeat;
164
164
 
165
165
  /**
166
- * Obtains a tuple containing all of the exception's data members.
166
+ * Obtains a tuple containing all of the struct's data members.
167
167
  * @return The data members in a tuple.
168
168
  */
169
-
170
- std::tuple<const int&, const ACMClose&, const ACMHeartbeat&> ice_tuple() const
169
+ std::tuple<const int&, const ::Ice::ACMClose&, const ::Ice::ACMHeartbeat&> ice_tuple() const
171
170
  {
172
171
  return std::tie(timeout, close, heartbeat);
173
172
  }
@@ -235,7 +234,7 @@ public:
235
234
  * @param adapterName The name of the adapter associated with the connection.
236
235
  * @param connectionId The connection id.
237
236
  */
238
- ConnectionInfo(const ::std::shared_ptr<ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId) :
237
+ ConnectionInfo(const ::std::shared_ptr<::Ice::ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId) :
239
238
  underlying(::std::move(underlying)),
240
239
  incoming(incoming),
241
240
  adapterName(::std::move(adapterName)),
@@ -247,7 +246,7 @@ public:
247
246
  * The information of the underyling transport or null if there's
248
247
  * no underlying transport.
249
248
  */
250
- ::std::shared_ptr<ConnectionInfo> underlying;
249
+ ::std::shared_ptr<::Ice::ConnectionInfo> underlying;
251
250
  /**
252
251
  * Whether or not the connection is an incoming or outgoing
253
252
  * connection.
@@ -453,8 +452,7 @@ public:
453
452
 
454
453
  /**
455
454
  * Set the active connection management parameters.
456
- * @param timeout The timeout value in seconds. It must be positive or 0, if a negative
457
- * value is given, an invalid argument exception will be raised.
455
+ * @param timeout The timeout value in seconds, must be &gt;= 0.
458
456
  * @param close The close condition
459
457
  * @param heartbeat The hertbeat condition
460
458
  */
@@ -544,7 +542,7 @@ public:
544
542
  * @param remoteAddress The remote address.
545
543
  * @param remotePort The remote port.
546
544
  */
547
- IPConnectionInfo(const ::std::shared_ptr<ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, int localPort, const ::std::string& remoteAddress, int remotePort) :
545
+ IPConnectionInfo(const ::std::shared_ptr<::Ice::ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, int localPort, const ::std::string& remoteAddress, int remotePort) :
548
546
  ConnectionInfo(::std::move(underlying), incoming, ::std::move(adapterName), ::std::move(connectionId)),
549
547
  localAddress(::std::move(localAddress)),
550
548
  localPort(localPort),
@@ -605,7 +603,7 @@ public:
605
603
  * @param rcvSize The connection buffer receive size.
606
604
  * @param sndSize The connection buffer send size.
607
605
  */
608
- TCPConnectionInfo(const ::std::shared_ptr<ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, int localPort, const ::std::string& remoteAddress, int remotePort, int rcvSize, int sndSize) :
606
+ TCPConnectionInfo(const ::std::shared_ptr<::Ice::ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, int localPort, const ::std::string& remoteAddress, int remotePort, int rcvSize, int sndSize) :
609
607
  IPConnectionInfo(::std::move(underlying), incoming, ::std::move(adapterName), ::std::move(connectionId), ::std::move(localAddress), localPort, ::std::move(remoteAddress), remotePort),
610
608
  rcvSize(rcvSize),
611
609
  sndSize(sndSize)
@@ -659,7 +657,7 @@ public:
659
657
  * @param rcvSize The connection buffer receive size.
660
658
  * @param sndSize The connection buffer send size.
661
659
  */
662
- UDPConnectionInfo(const ::std::shared_ptr<ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, int localPort, const ::std::string& remoteAddress, int remotePort, const ::std::string& mcastAddress, int mcastPort, int rcvSize, int sndSize) :
660
+ UDPConnectionInfo(const ::std::shared_ptr<::Ice::ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, int localPort, const ::std::string& remoteAddress, int remotePort, const ::std::string& mcastAddress, int mcastPort, int rcvSize, int sndSize) :
663
661
  IPConnectionInfo(::std::move(underlying), incoming, ::std::move(adapterName), ::std::move(connectionId), ::std::move(localAddress), localPort, ::std::move(remoteAddress), remotePort),
664
662
  mcastAddress(::std::move(mcastAddress)),
665
663
  mcastPort(mcastPort),
@@ -711,7 +709,7 @@ public:
711
709
  * @param connectionId The connection id.
712
710
  * @param headers The headers from the HTTP upgrade request.
713
711
  */
714
- WSConnectionInfo(const ::std::shared_ptr<ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const HeaderDict& headers) :
712
+ WSConnectionInfo(const ::std::shared_ptr<::Ice::ConnectionInfo>& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::Ice::HeaderDict& headers) :
715
713
  ConnectionInfo(::std::move(underlying), incoming, ::std::move(adapterName), ::std::move(connectionId)),
716
714
  headers(::std::move(headers))
717
715
  {
@@ -720,7 +718,7 @@ public:
720
718
  /**
721
719
  * The headers from the HTTP upgrade request.
722
720
  */
723
- HeaderDict headers;
721
+ ::Ice::HeaderDict headers;
724
722
  };
725
723
 
726
724
  }
@@ -890,15 +888,15 @@ struct ACM
890
888
  /**
891
889
  * A timeout value in seconds.
892
890
  */
893
- Int timeout;
891
+ ::Ice::Int timeout;
894
892
  /**
895
893
  * The close semantics.
896
894
  */
897
- ACMClose close;
895
+ ::Ice::ACMClose close;
898
896
  /**
899
897
  * The heartbeat semantics.
900
898
  */
901
- ACMHeartbeat heartbeat;
899
+ ::Ice::ACMHeartbeat heartbeat;
902
900
 
903
901
  bool operator==(const ACM& rhs_) const
904
902
  {
@@ -1047,7 +1045,7 @@ public:
1047
1045
  * @param adapterName The name of the adapter associated with the connection.
1048
1046
  * @param connectionId The connection id.
1049
1047
  */
1050
- ConnectionInfo(const ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId) :
1048
+ ConnectionInfo(const ::Ice::ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId) :
1051
1049
  underlying(underlying),
1052
1050
  incoming(incoming),
1053
1051
  adapterName(adapterName),
@@ -1059,7 +1057,7 @@ public:
1059
1057
  * The information of the underyling transport or null if there's
1060
1058
  * no underlying transport.
1061
1059
  */
1062
- ConnectionInfoPtr underlying;
1060
+ ::Ice::ConnectionInfoPtr underlying;
1063
1061
  /**
1064
1062
  * Whether or not the connection is an incoming or outgoing
1065
1063
  * connection.
@@ -1325,8 +1323,7 @@ public:
1325
1323
 
1326
1324
  /**
1327
1325
  * Set the active connection management parameters.
1328
- * @param timeout The timeout value in seconds. It must be positive or 0, if a negative
1329
- * value is given, an invalid argument exception will be raised.
1326
+ * @param timeout The timeout value in seconds, must be &gt;= 0.
1330
1327
  * @param close The close condition
1331
1328
  * @param heartbeat The hertbeat condition
1332
1329
  */
@@ -1426,7 +1423,7 @@ public:
1426
1423
  * @param remoteAddress The remote address.
1427
1424
  * @param remotePort The remote port.
1428
1425
  */
1429
- IPConnectionInfo(const ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, Int localPort, const ::std::string& remoteAddress, Int remotePort) :
1426
+ IPConnectionInfo(const ::Ice::ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, ::Ice::Int localPort, const ::std::string& remoteAddress, ::Ice::Int remotePort) :
1430
1427
  ::Ice::ConnectionInfo(underlying, incoming, adapterName, connectionId),
1431
1428
  localAddress(localAddress),
1432
1429
  localPort(localPort),
@@ -1442,7 +1439,7 @@ public:
1442
1439
  /**
1443
1440
  * The local port.
1444
1441
  */
1445
- Int localPort;
1442
+ ::Ice::Int localPort;
1446
1443
  /**
1447
1444
  * The remote address.
1448
1445
  */
@@ -1450,7 +1447,7 @@ public:
1450
1447
  /**
1451
1448
  * The remote port.
1452
1449
  */
1453
- Int remotePort;
1450
+ ::Ice::Int remotePort;
1454
1451
  };
1455
1452
 
1456
1453
  /// \cond INTERNAL
@@ -1497,7 +1494,7 @@ public:
1497
1494
  * @param rcvSize The connection buffer receive size.
1498
1495
  * @param sndSize The connection buffer send size.
1499
1496
  */
1500
- TCPConnectionInfo(const ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, Int localPort, const ::std::string& remoteAddress, Int remotePort, Int rcvSize, Int sndSize) :
1497
+ TCPConnectionInfo(const ::Ice::ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, ::Ice::Int localPort, const ::std::string& remoteAddress, ::Ice::Int remotePort, ::Ice::Int rcvSize, ::Ice::Int sndSize) :
1501
1498
  ::Ice::IPConnectionInfo(underlying, incoming, adapterName, connectionId, localAddress, localPort, remoteAddress, remotePort),
1502
1499
  rcvSize(rcvSize),
1503
1500
  sndSize(sndSize)
@@ -1507,11 +1504,11 @@ public:
1507
1504
  /**
1508
1505
  * The connection buffer receive size.
1509
1506
  */
1510
- Int rcvSize;
1507
+ ::Ice::Int rcvSize;
1511
1508
  /**
1512
1509
  * The connection buffer send size.
1513
1510
  */
1514
- Int sndSize;
1511
+ ::Ice::Int sndSize;
1515
1512
  };
1516
1513
 
1517
1514
  /// \cond INTERNAL
@@ -1561,7 +1558,7 @@ public:
1561
1558
  * @param rcvSize The connection buffer receive size.
1562
1559
  * @param sndSize The connection buffer send size.
1563
1560
  */
1564
- UDPConnectionInfo(const ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, Int localPort, const ::std::string& remoteAddress, Int remotePort, const ::std::string& mcastAddress, Int mcastPort, Int rcvSize, Int sndSize) :
1561
+ UDPConnectionInfo(const ::Ice::ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::std::string& localAddress, ::Ice::Int localPort, const ::std::string& remoteAddress, ::Ice::Int remotePort, const ::std::string& mcastAddress, ::Ice::Int mcastPort, ::Ice::Int rcvSize, ::Ice::Int sndSize) :
1565
1562
  ::Ice::IPConnectionInfo(underlying, incoming, adapterName, connectionId, localAddress, localPort, remoteAddress, remotePort),
1566
1563
  mcastAddress(mcastAddress),
1567
1564
  mcastPort(mcastPort),
@@ -1577,15 +1574,15 @@ public:
1577
1574
  /**
1578
1575
  * The multicast port.
1579
1576
  */
1580
- Int mcastPort;
1577
+ ::Ice::Int mcastPort;
1581
1578
  /**
1582
1579
  * The connection buffer receive size.
1583
1580
  */
1584
- Int rcvSize;
1581
+ ::Ice::Int rcvSize;
1585
1582
  /**
1586
1583
  * The connection buffer send size.
1587
1584
  */
1588
- Int sndSize;
1585
+ ::Ice::Int sndSize;
1589
1586
  };
1590
1587
 
1591
1588
  /// \cond INTERNAL
@@ -1624,7 +1621,7 @@ public:
1624
1621
  * @param connectionId The connection id.
1625
1622
  * @param headers The headers from the HTTP upgrade request.
1626
1623
  */
1627
- WSConnectionInfo(const ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const HeaderDict& headers) :
1624
+ WSConnectionInfo(const ::Ice::ConnectionInfoPtr& underlying, bool incoming, const ::std::string& adapterName, const ::std::string& connectionId, const ::Ice::HeaderDict& headers) :
1628
1625
  ::Ice::ConnectionInfo(underlying, incoming, adapterName, connectionId),
1629
1626
  headers(headers)
1630
1627
  {
@@ -1633,7 +1630,7 @@ public:
1633
1630
  /**
1634
1631
  * The headers from the HTTP upgrade request.
1635
1632
  */
1636
- HeaderDict headers;
1633
+ ::Ice::HeaderDict headers;
1637
1634
  };
1638
1635
 
1639
1636
  /// \cond INTERNAL
@@ -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
@@ -121,17 +121,17 @@ struct Current
121
121
  /**
122
122
  * The object adapter.
123
123
  */
124
- ::std::shared_ptr<ObjectAdapter> adapter;
124
+ ::std::shared_ptr<::Ice::ObjectAdapter> adapter;
125
125
  /**
126
126
  * Information about the connection over which the current method
127
127
  * invocation was received. If the invocation is direct due to
128
128
  * collocation optimization, this value is set to null.
129
129
  */
130
- ::std::shared_ptr<Connection> con;
130
+ ::std::shared_ptr<::Ice::Connection> con;
131
131
  /**
132
132
  * The Ice object identity.
133
133
  */
134
- Identity id;
134
+ ::Ice::Identity id;
135
135
  /**
136
136
  * The facet.
137
137
  */
@@ -143,26 +143,25 @@ struct Current
143
143
  /**
144
144
  * The mode of the operation.
145
145
  */
146
- OperationMode mode;
146
+ ::Ice::OperationMode mode;
147
147
  /**
148
148
  * The request context, as received from the client.
149
149
  */
150
- Context ctx;
150
+ ::Ice::Context ctx;
151
151
  /**
152
- * The request id unless oneway (0) or collocated (-1).
152
+ * The request id unless oneway (0).
153
153
  */
154
154
  int requestId;
155
155
  /**
156
156
  * The encoding version used to encode the input and output parameters.
157
157
  */
158
- EncodingVersion encoding;
158
+ ::Ice::EncodingVersion encoding;
159
159
 
160
160
  /**
161
- * Obtains a tuple containing all of the exception's data members.
161
+ * Obtains a tuple containing all of the struct's data members.
162
162
  * @return The data members in a tuple.
163
163
  */
164
-
165
- std::tuple<const ::std::shared_ptr<ObjectAdapter>&, const ::std::shared_ptr<Connection>&, const Identity&, const ::std::string&, const ::std::string&, const OperationMode&, const Context&, const int&, const EncodingVersion&> ice_tuple() const
164
+ std::tuple<const ::std::shared_ptr<::Ice::ObjectAdapter>&, const ::std::shared_ptr<::Ice::Connection>&, const ::Ice::Identity&, const ::std::string&, const ::std::string&, const ::Ice::OperationMode&, const ::Ice::Context&, const int&, const ::Ice::EncodingVersion&> ice_tuple() const
166
165
  {
167
166
  return std::tie(adapter, con, id, facet, operation, mode, ctx, requestId, encoding);
168
167
  }
@@ -261,17 +260,17 @@ struct Current
261
260
  /**
262
261
  * The object adapter.
263
262
  */
264
- ObjectAdapterPtr adapter;
263
+ ::Ice::ObjectAdapterPtr adapter;
265
264
  /**
266
265
  * Information about the connection over which the current method
267
266
  * invocation was received. If the invocation is direct due to
268
267
  * collocation optimization, this value is set to null.
269
268
  */
270
- ConnectionPtr con;
269
+ ::Ice::ConnectionPtr con;
271
270
  /**
272
271
  * The Ice object identity.
273
272
  */
274
- Identity id;
273
+ ::Ice::Identity id;
275
274
  /**
276
275
  * The facet.
277
276
  */
@@ -283,19 +282,19 @@ struct Current
283
282
  /**
284
283
  * The mode of the operation.
285
284
  */
286
- OperationMode mode;
285
+ ::Ice::OperationMode mode;
287
286
  /**
288
287
  * The request context, as received from the client.
289
288
  */
290
- Context ctx;
289
+ ::Ice::Context ctx;
291
290
  /**
292
- * The request id unless oneway (0) or collocated (-1).
291
+ * The request id unless oneway (0).
293
292
  */
294
- Int requestId;
293
+ ::Ice::Int requestId;
295
294
  /**
296
295
  * The encoding version used to encode the input and output parameters.
297
296
  */
298
- EncodingVersion encoding;
297
+ ::Ice::EncodingVersion encoding;
299
298
  };
300
299
 
301
300
  }
@@ -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
@@ -144,7 +144,7 @@ public:
144
144
  * @param timeout The timeout for the endpoint in milliseconds.
145
145
  * @param compress Specifies whether or not compression should be used if available when using this endpoint.
146
146
  */
147
- EndpointInfo(const ::std::shared_ptr<EndpointInfo>& underlying, int timeout, bool compress) :
147
+ EndpointInfo(const ::std::shared_ptr<::Ice::EndpointInfo>& underlying, int timeout, bool compress) :
148
148
  underlying(::std::move(underlying)),
149
149
  timeout(timeout),
150
150
  compress(compress)
@@ -173,7 +173,7 @@ public:
173
173
  * The information of the underyling endpoint of null if there's
174
174
  * no underlying endpoint.
175
175
  */
176
- ::std::shared_ptr<EndpointInfo> underlying;
176
+ ::std::shared_ptr<::Ice::EndpointInfo> underlying;
177
177
  /**
178
178
  * The timeout for the endpoint in milliseconds. 0 means
179
179
  * non-blocking, -1 means no timeout.
@@ -239,7 +239,7 @@ public:
239
239
  * @param port The port number.
240
240
  * @param sourceAddress The source IP address.
241
241
  */
242
- IPEndpointInfo(const ::std::shared_ptr<EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& host, int port, const ::std::string& sourceAddress) :
242
+ IPEndpointInfo(const ::std::shared_ptr<::Ice::EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& host, int port, const ::std::string& sourceAddress) :
243
243
  EndpointInfo(::std::move(underlying), timeout, compress),
244
244
  host(::std::move(host)),
245
245
  port(port),
@@ -288,7 +288,7 @@ public:
288
288
  * @param port The port number.
289
289
  * @param sourceAddress The source IP address.
290
290
  */
291
- TCPEndpointInfo(const ::std::shared_ptr<EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& host, int port, const ::std::string& sourceAddress) :
291
+ TCPEndpointInfo(const ::std::shared_ptr<::Ice::EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& host, int port, const ::std::string& sourceAddress) :
292
292
  IPEndpointInfo(::std::move(underlying), timeout, compress, ::std::move(host), port, ::std::move(sourceAddress))
293
293
  {
294
294
  }
@@ -323,7 +323,7 @@ public:
323
323
  * @param mcastInterface The multicast interface.
324
324
  * @param mcastTtl The multicast time-to-live (or hops).
325
325
  */
326
- UDPEndpointInfo(const ::std::shared_ptr<EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& host, int port, const ::std::string& sourceAddress, const ::std::string& mcastInterface, int mcastTtl) :
326
+ UDPEndpointInfo(const ::std::shared_ptr<::Ice::EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& host, int port, const ::std::string& sourceAddress, const ::std::string& mcastInterface, int mcastTtl) :
327
327
  IPEndpointInfo(::std::move(underlying), timeout, compress, ::std::move(host), port, ::std::move(sourceAddress)),
328
328
  mcastInterface(::std::move(mcastInterface)),
329
329
  mcastTtl(mcastTtl)
@@ -364,7 +364,7 @@ public:
364
364
  * @param compress Specifies whether or not compression should be used if available when using this endpoint.
365
365
  * @param resource The URI configured with the endpoint.
366
366
  */
367
- WSEndpointInfo(const ::std::shared_ptr<EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& resource) :
367
+ WSEndpointInfo(const ::std::shared_ptr<::Ice::EndpointInfo>& underlying, int timeout, bool compress, const ::std::string& resource) :
368
368
  EndpointInfo(::std::move(underlying), timeout, compress),
369
369
  resource(::std::move(resource))
370
370
  {
@@ -402,7 +402,7 @@ public:
402
402
  * @param rawEncoding The encoding version of the opaque endpoint (to decode or encode the rawBytes).
403
403
  * @param rawBytes The raw encoding of the opaque endpoint.
404
404
  */
405
- OpaqueEndpointInfo(const ::std::shared_ptr<EndpointInfo>& underlying, int timeout, bool compress, const EncodingVersion& rawEncoding, const ByteSeq& rawBytes) :
405
+ OpaqueEndpointInfo(const ::std::shared_ptr<::Ice::EndpointInfo>& underlying, int timeout, bool compress, const ::Ice::EncodingVersion& rawEncoding, const ::Ice::ByteSeq& rawBytes) :
406
406
  EndpointInfo(::std::move(underlying), timeout, compress),
407
407
  rawEncoding(::std::move(rawEncoding)),
408
408
  rawBytes(::std::move(rawBytes))
@@ -413,11 +413,11 @@ public:
413
413
  * The encoding version of the opaque endpoint (to decode or
414
414
  * encode the rawBytes).
415
415
  */
416
- EncodingVersion rawEncoding;
416
+ ::Ice::EncodingVersion rawEncoding;
417
417
  /**
418
418
  * The raw encoding of the opaque endpoint.
419
419
  */
420
- ByteSeq rawBytes;
420
+ ::Ice::ByteSeq rawBytes;
421
421
  };
422
422
 
423
423
  }
@@ -574,7 +574,7 @@ public:
574
574
  * @param timeout The timeout for the endpoint in milliseconds.
575
575
  * @param compress Specifies whether or not compression should be used if available when using this endpoint.
576
576
  */
577
- EndpointInfo(const EndpointInfoPtr& underlying, Int timeout, bool compress) :
577
+ EndpointInfo(const ::Ice::EndpointInfoPtr& underlying, ::Ice::Int timeout, bool compress) :
578
578
  underlying(underlying),
579
579
  timeout(timeout),
580
580
  compress(compress)
@@ -603,12 +603,12 @@ public:
603
603
  * The information of the underyling endpoint of null if there's
604
604
  * no underlying endpoint.
605
605
  */
606
- EndpointInfoPtr underlying;
606
+ ::Ice::EndpointInfoPtr underlying;
607
607
  /**
608
608
  * The timeout for the endpoint in milliseconds. 0 means
609
609
  * non-blocking, -1 means no timeout.
610
610
  */
611
- Int timeout;
611
+ ::Ice::Int timeout;
612
612
  /**
613
613
  * Specifies whether or not compression should be used if
614
614
  * available when using this endpoint.
@@ -691,7 +691,7 @@ public:
691
691
  * @param port The port number.
692
692
  * @param sourceAddress The source IP address.
693
693
  */
694
- IPEndpointInfo(const EndpointInfoPtr& underlying, Int timeout, bool compress, const ::std::string& host, Int port, const ::std::string& sourceAddress) :
694
+ IPEndpointInfo(const ::Ice::EndpointInfoPtr& underlying, ::Ice::Int timeout, bool compress, const ::std::string& host, ::Ice::Int port, const ::std::string& sourceAddress) :
695
695
  ::Ice::EndpointInfo(underlying, timeout, compress),
696
696
  host(host),
697
697
  port(port),
@@ -706,7 +706,7 @@ public:
706
706
  /**
707
707
  * The port number.
708
708
  */
709
- Int port;
709
+ ::Ice::Int port;
710
710
  /**
711
711
  * The source IP address.
712
712
  */
@@ -751,7 +751,7 @@ public:
751
751
  * @param port The port number.
752
752
  * @param sourceAddress The source IP address.
753
753
  */
754
- TCPEndpointInfo(const EndpointInfoPtr& underlying, Int timeout, bool compress, const ::std::string& host, Int port, const ::std::string& sourceAddress) :
754
+ TCPEndpointInfo(const ::Ice::EndpointInfoPtr& underlying, ::Ice::Int timeout, bool compress, const ::std::string& host, ::Ice::Int port, const ::std::string& sourceAddress) :
755
755
  ::Ice::IPEndpointInfo(underlying, timeout, compress, host, port, sourceAddress)
756
756
  {
757
757
  }
@@ -797,7 +797,7 @@ public:
797
797
  * @param mcastInterface The multicast interface.
798
798
  * @param mcastTtl The multicast time-to-live (or hops).
799
799
  */
800
- UDPEndpointInfo(const EndpointInfoPtr& underlying, Int timeout, bool compress, const ::std::string& host, Int port, const ::std::string& sourceAddress, const ::std::string& mcastInterface, Int mcastTtl) :
800
+ UDPEndpointInfo(const ::Ice::EndpointInfoPtr& underlying, ::Ice::Int timeout, bool compress, const ::std::string& host, ::Ice::Int port, const ::std::string& sourceAddress, const ::std::string& mcastInterface, ::Ice::Int mcastTtl) :
801
801
  ::Ice::IPEndpointInfo(underlying, timeout, compress, host, port, sourceAddress),
802
802
  mcastInterface(mcastInterface),
803
803
  mcastTtl(mcastTtl)
@@ -811,7 +811,7 @@ public:
811
811
  /**
812
812
  * The multicast time-to-live (or hops).
813
813
  */
814
- Int mcastTtl;
814
+ ::Ice::Int mcastTtl;
815
815
  };
816
816
 
817
817
  /// \cond INTERNAL
@@ -849,7 +849,7 @@ public:
849
849
  * @param compress Specifies whether or not compression should be used if available when using this endpoint.
850
850
  * @param resource The URI configured with the endpoint.
851
851
  */
852
- WSEndpointInfo(const EndpointInfoPtr& underlying, Int timeout, bool compress, const ::std::string& resource) :
852
+ WSEndpointInfo(const ::Ice::EndpointInfoPtr& underlying, ::Ice::Int timeout, bool compress, const ::std::string& resource) :
853
853
  ::Ice::EndpointInfo(underlying, timeout, compress),
854
854
  resource(resource)
855
855
  {
@@ -898,7 +898,7 @@ public:
898
898
  * @param rawEncoding The encoding version of the opaque endpoint (to decode or encode the rawBytes).
899
899
  * @param rawBytes The raw encoding of the opaque endpoint.
900
900
  */
901
- OpaqueEndpointInfo(const EndpointInfoPtr& underlying, Int timeout, bool compress, const EncodingVersion& rawEncoding, const ByteSeq& rawBytes) :
901
+ OpaqueEndpointInfo(const ::Ice::EndpointInfoPtr& underlying, ::Ice::Int timeout, bool compress, const ::Ice::EncodingVersion& rawEncoding, const ::Ice::ByteSeq& rawBytes) :
902
902
  ::Ice::EndpointInfo(underlying, timeout, compress),
903
903
  rawEncoding(rawEncoding),
904
904
  rawBytes(rawBytes)
@@ -909,11 +909,11 @@ public:
909
909
  * The encoding version of the opaque endpoint (to decode or
910
910
  * encode the rawBytes).
911
911
  */
912
- EncodingVersion rawEncoding;
912
+ ::Ice::EncodingVersion rawEncoding;
913
913
  /**
914
914
  * The raw encoding of the opaque endpoint.
915
915
  */
916
- ByteSeq rawBytes;
916
+ ::Ice::ByteSeq rawBytes;
917
917
  };
918
918
 
919
919
  /// \cond INTERNAL