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/Instance.h>
11
6
  #include <Ice/TraceLevels.h>
@@ -56,8 +51,13 @@
56
51
  #include <stdio.h>
57
52
  #include <list>
58
53
 
54
+ #ifdef __APPLE__
55
+ # include <Ice/OSLogLoggerI.h>
56
+ #endif
57
+
59
58
  #ifndef _WIN32
60
59
  # include <Ice/SysLoggerI.h>
60
+ # include <Ice/SystemdJournalI.h>
61
61
 
62
62
  # include <signal.h>
63
63
  # include <syslog.h>
@@ -65,7 +65,7 @@
65
65
  # include <sys/types.h>
66
66
  #endif
67
67
 
68
- #if defined(__linux) || defined(__sun) || defined(_AIX) || defined(__GLIBC__)
68
+ #if defined(__linux__) || defined(__sun) || defined(_AIX) || defined(__GLIBC__)
69
69
  # include <grp.h> // for initgroups
70
70
  #endif
71
71
 
@@ -950,6 +950,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
950
950
  _classGraphDepthMax(0),
951
951
  _collectObjects(false),
952
952
  _toStringMode(ICE_ENUM(ToStringMode, Unicode)),
953
+ _acceptClassCycles(false),
953
954
  _implicitContext(0),
954
955
  _stringConverter(Ice::getProcessStringConverter()),
955
956
  _wstringConverter(Ice::getProcessWstringConverter()),
@@ -1037,7 +1038,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1037
1038
  throw SyscallException(__FILE__, __LINE__, getSystemErrno());
1038
1039
  }
1039
1040
 
1040
- if(initgroups(pw->pw_name, pw->pw_gid) == -1)
1041
+ if(initgroups(pw->pw_name, static_cast<int>(pw->pw_gid)) == -1)
1041
1042
  {
1042
1043
  throw SyscallException(__FILE__, __LINE__, getSystemErrno());
1043
1044
  }
@@ -1102,10 +1103,33 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1102
1103
  }
1103
1104
  else
1104
1105
  #endif
1106
+
1107
+ #ifdef ICE_SWIFT
1108
+ if(!_initData.logger && _initData.properties->getPropertyAsInt("Ice.UseOSLog") > 0)
1109
+ {
1110
+ _initData.logger = ICE_MAKE_SHARED(OSLogLoggerI,
1111
+ _initData.properties->getProperty("Ice.ProgramName"));
1112
+ }
1113
+ else
1114
+ #endif
1115
+
1116
+ #ifdef ICE_USE_SYSTEMD
1117
+ if(_initData.properties->getPropertyAsInt("Ice.UseSystemdJournal") > 0)
1118
+ {
1119
+ _initData.logger = ICE_MAKE_SHARED(SystemdJournalI,
1120
+ _initData.properties->getProperty("Ice.ProgramName"));
1121
+ }
1122
+ else
1123
+ #endif
1105
1124
  if(!logfile.empty())
1106
1125
  {
1107
- _initData.logger = ICE_MAKE_SHARED(LoggerI, _initData.properties->getProperty("Ice.ProgramName"), logfile, true,
1108
- _initData.properties->getPropertyAsIntWithDefault("Ice.LogFile.SizeMax", 0));
1126
+ Int sz = _initData.properties->getPropertyAsIntWithDefault("Ice.LogFile.SizeMax", 0);
1127
+ if(sz < 0)
1128
+ {
1129
+ sz = 0;
1130
+ }
1131
+ _initData.logger = ICE_MAKE_SHARED(LoggerI, _initData.properties->getProperty("Ice.ProgramName"),
1132
+ logfile, true, static_cast<size_t>(sz));
1109
1133
  }
1110
1134
  else
1111
1135
  {
@@ -1162,7 +1186,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1162
1186
  Int num = _initData.properties->getPropertyAsIntWithDefault("Ice.BatchAutoFlushSize", 1024); // 1MB default
1163
1187
  if(num < 1)
1164
1188
  {
1165
- const_cast<size_t&>(_batchAutoFlushSize) = num;
1189
+ const_cast<size_t&>(_batchAutoFlushSize) = static_cast<size_t>(num);
1166
1190
  }
1167
1191
  else if(static_cast<size_t>(num) > static_cast<size_t>(0x7fffffff / 1024))
1168
1192
  {
@@ -1204,6 +1228,8 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1204
1228
  throw InitializationException(__FILE__, __LINE__, "The value for Ice.ToStringMode must be Unicode, ASCII or Compat");
1205
1229
  }
1206
1230
 
1231
+ const_cast<bool&>(_acceptClassCycles) = _initData.properties->getPropertyAsInt("Ice.AcceptClassCycles") > 0;
1232
+
1207
1233
  const_cast<ImplicitContextIPtr&>(_implicitContext) =
1208
1234
  ImplicitContextI::create(_initData.properties->getProperty("Ice.ImplicitContext"));
1209
1235
 
@@ -1453,6 +1479,18 @@ IceInternal::Instance::finishSetup(int& argc, const char* argv[], const Ice::Com
1453
1479
  try
1454
1480
  {
1455
1481
  _endpointHostResolver = new EndpointHostResolver(this);
1482
+ #ifndef ICE_OS_UWP
1483
+ bool hasPriority = _initData.properties->getProperty("Ice.ThreadPriority") != "";
1484
+ int priority = _initData.properties->getPropertyAsInt("Ice.ThreadPriority");
1485
+ if(hasPriority)
1486
+ {
1487
+ _endpointHostResolver->start(0, priority);
1488
+ }
1489
+ else
1490
+ {
1491
+ _endpointHostResolver->start();
1492
+ }
1493
+ #endif
1456
1494
  }
1457
1495
  catch(const IceUtil::Exception& ex)
1458
1496
  {
@@ -1652,8 +1690,15 @@ IceInternal::Instance::destroy()
1652
1690
  }
1653
1691
  #endif
1654
1692
 
1693
+ #ifdef ICE_CPP11_COMPILER
1694
+ for(const auto& p : _objectFactoryMap)
1695
+ {
1696
+ p.second->destroy();
1697
+ }
1698
+ #else
1655
1699
  for_each(_objectFactoryMap.begin(), _objectFactoryMap.end(),
1656
1700
  Ice::secondVoidMemFun<const string, ObjectFactory>(&ObjectFactory::destroy));
1701
+ #endif
1657
1702
  _objectFactoryMap.clear();
1658
1703
 
1659
1704
  if(_routerManager)
@@ -1826,9 +1871,9 @@ IceInternal::Instance::addObjectFactory(const Ice::ObjectFactoryPtr& factory, co
1826
1871
  // with the value factory manager. This may raise AlreadyRegisteredException.
1827
1872
  //
1828
1873
  #ifdef ICE_CPP11_MAPPING
1829
- _initData.valueFactoryManager->add([factory](const string& id)
1874
+ _initData.valueFactoryManager->add([factory](const string& ident)
1830
1875
  {
1831
- return factory->create(id);
1876
+ return factory->create(ident);
1832
1877
  },
1833
1878
  id);
1834
1879
  #else
@@ -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_INSTANCE_H
11
6
  #define ICE_INSTANCE_H
@@ -111,6 +106,7 @@ public:
111
106
  size_t classGraphDepthMax() const { return _classGraphDepthMax; }
112
107
  bool collectObjects() const { return _collectObjects; }
113
108
  Ice::ToStringMode toStringMode() const { return _toStringMode; }
109
+ bool acceptClassCycles() const { return _acceptClassCycles; }
114
110
  const ACMConfig& clientACM() const;
115
111
  const ACMConfig& serverACM() const;
116
112
 
@@ -180,6 +176,7 @@ private:
180
176
  const size_t _classGraphDepthMax; // Immutable, not reset by destroy().
181
177
  const bool _collectObjects; // Immutable, not reset by destroy().
182
178
  const Ice::ToStringMode _toStringMode; // Immutable, not reset by destroy()
179
+ const bool _acceptClassCycles; // Immutable, not reset by destroy()
183
180
  ACMConfig _clientACM;
184
181
  ACMConfig _serverACM;
185
182
  RouterManagerPtr _routerManager;
@@ -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
  //
@@ -37,10 +32,10 @@
37
32
  # if ICE_INT_VERSION / 100 != 307
38
33
  # error Ice version mismatch!
39
34
  # endif
40
- # if ICE_INT_VERSION % 100 > 50
35
+ # if ICE_INT_VERSION % 100 >= 50
41
36
  # error Beta header file detected
42
37
  # endif
43
- # if ICE_INT_VERSION % 100 < 1
38
+ # if ICE_INT_VERSION % 100 < 6
44
39
  # error Ice patch level mismatch!
45
40
  # endif
46
41
  #endif
@@ -1,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/InstrumentationI.h>
11
6
 
@@ -52,7 +47,7 @@ getThreadStateMetric(ThreadState s)
52
47
 
53
48
  struct ThreadStateChanged
54
49
  {
55
- ThreadStateChanged(ThreadState oldState, ThreadState newState) : oldState(oldState), newState(newState)
50
+ ThreadStateChanged(ThreadState oldStateP, ThreadState newStateP) : oldState(oldStateP), newState(newStateP)
56
51
  {
57
52
  }
58
53
 
@@ -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_INSTRUMENTATION_I_H
11
6
  #define ICE_INSTRUMENTATION_I_H
@@ -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
@@ -788,9 +783,15 @@ Ice::InitializationException::InitializationException(const char* file, int line
788
783
  {
789
784
  }
790
785
 
786
+ #ifdef ICE_CPP11_COMPILER
787
+ Ice::InitializationException::~InitializationException()
788
+ {
789
+ }
790
+ #else
791
791
  Ice::InitializationException::~InitializationException() throw()
792
792
  {
793
793
  }
794
+ #endif
794
795
 
795
796
  ::std::string
796
797
  Ice::InitializationException::ice_id() const
@@ -821,9 +822,15 @@ Ice::PluginInitializationException::PluginInitializationException(const char* fi
821
822
  {
822
823
  }
823
824
 
825
+ #ifdef ICE_CPP11_COMPILER
826
+ Ice::PluginInitializationException::~PluginInitializationException()
827
+ {
828
+ }
829
+ #else
824
830
  Ice::PluginInitializationException::~PluginInitializationException() throw()
825
831
  {
826
832
  }
833
+ #endif
827
834
 
828
835
  ::std::string
829
836
  Ice::PluginInitializationException::ice_id() const
@@ -848,9 +855,15 @@ Ice::CollocationOptimizationException::CollocationOptimizationException(const ch
848
855
  {
849
856
  }
850
857
 
858
+ #ifdef ICE_CPP11_COMPILER
859
+ Ice::CollocationOptimizationException::~CollocationOptimizationException()
860
+ {
861
+ }
862
+ #else
851
863
  Ice::CollocationOptimizationException::~CollocationOptimizationException() throw()
852
864
  {
853
865
  }
866
+ #endif
854
867
 
855
868
  ::std::string
856
869
  Ice::CollocationOptimizationException::ice_id() const
@@ -882,9 +895,15 @@ Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* file, in
882
895
  {
883
896
  }
884
897
 
898
+ #ifdef ICE_CPP11_COMPILER
899
+ Ice::AlreadyRegisteredException::~AlreadyRegisteredException()
900
+ {
901
+ }
902
+ #else
885
903
  Ice::AlreadyRegisteredException::~AlreadyRegisteredException() throw()
886
904
  {
887
905
  }
906
+ #endif
888
907
 
889
908
  ::std::string
890
909
  Ice::AlreadyRegisteredException::ice_id() const
@@ -916,9 +935,15 @@ Ice::NotRegisteredException::NotRegisteredException(const char* file, int line,
916
935
  {
917
936
  }
918
937
 
938
+ #ifdef ICE_CPP11_COMPILER
939
+ Ice::NotRegisteredException::~NotRegisteredException()
940
+ {
941
+ }
942
+ #else
919
943
  Ice::NotRegisteredException::~NotRegisteredException() throw()
920
944
  {
921
945
  }
946
+ #endif
922
947
 
923
948
  ::std::string
924
949
  Ice::NotRegisteredException::ice_id() const
@@ -949,9 +974,15 @@ Ice::TwowayOnlyException::TwowayOnlyException(const char* file, int line, const
949
974
  {
950
975
  }
951
976
 
977
+ #ifdef ICE_CPP11_COMPILER
978
+ Ice::TwowayOnlyException::~TwowayOnlyException()
979
+ {
980
+ }
981
+ #else
952
982
  Ice::TwowayOnlyException::~TwowayOnlyException() throw()
953
983
  {
954
984
  }
985
+ #endif
955
986
 
956
987
  ::std::string
957
988
  Ice::TwowayOnlyException::ice_id() const
@@ -976,9 +1007,15 @@ Ice::CloneNotImplementedException::CloneNotImplementedException(const char* file
976
1007
  {
977
1008
  }
978
1009
 
1010
+ #ifdef ICE_CPP11_COMPILER
1011
+ Ice::CloneNotImplementedException::~CloneNotImplementedException()
1012
+ {
1013
+ }
1014
+ #else
979
1015
  Ice::CloneNotImplementedException::~CloneNotImplementedException() throw()
980
1016
  {
981
1017
  }
1018
+ #endif
982
1019
 
983
1020
  ::std::string
984
1021
  Ice::CloneNotImplementedException::ice_id() const
@@ -1009,9 +1046,15 @@ Ice::UnknownException::UnknownException(const char* file, int line, const ::std:
1009
1046
  {
1010
1047
  }
1011
1048
 
1049
+ #ifdef ICE_CPP11_COMPILER
1050
+ Ice::UnknownException::~UnknownException()
1051
+ {
1052
+ }
1053
+ #else
1012
1054
  Ice::UnknownException::~UnknownException() throw()
1013
1055
  {
1014
1056
  }
1057
+ #endif
1015
1058
 
1016
1059
  ::std::string
1017
1060
  Ice::UnknownException::ice_id() const
@@ -1041,9 +1084,15 @@ Ice::UnknownLocalException::UnknownLocalException(const char* file, int line, co
1041
1084
  {
1042
1085
  }
1043
1086
 
1087
+ #ifdef ICE_CPP11_COMPILER
1088
+ Ice::UnknownLocalException::~UnknownLocalException()
1089
+ {
1090
+ }
1091
+ #else
1044
1092
  Ice::UnknownLocalException::~UnknownLocalException() throw()
1045
1093
  {
1046
1094
  }
1095
+ #endif
1047
1096
 
1048
1097
  ::std::string
1049
1098
  Ice::UnknownLocalException::ice_id() const
@@ -1073,9 +1122,15 @@ Ice::UnknownUserException::UnknownUserException(const char* file, int line, cons
1073
1122
  {
1074
1123
  }
1075
1124
 
1125
+ #ifdef ICE_CPP11_COMPILER
1126
+ Ice::UnknownUserException::~UnknownUserException()
1127
+ {
1128
+ }
1129
+ #else
1076
1130
  Ice::UnknownUserException::~UnknownUserException() throw()
1077
1131
  {
1078
1132
  }
1133
+ #endif
1079
1134
 
1080
1135
  ::std::string
1081
1136
  Ice::UnknownUserException::ice_id() const
@@ -1100,9 +1155,15 @@ Ice::VersionMismatchException::VersionMismatchException(const char* file, int li
1100
1155
  {
1101
1156
  }
1102
1157
 
1158
+ #ifdef ICE_CPP11_COMPILER
1159
+ Ice::VersionMismatchException::~VersionMismatchException()
1160
+ {
1161
+ }
1162
+ #else
1103
1163
  Ice::VersionMismatchException::~VersionMismatchException() throw()
1104
1164
  {
1105
1165
  }
1166
+ #endif
1106
1167
 
1107
1168
  ::std::string
1108
1169
  Ice::VersionMismatchException::ice_id() const
@@ -1127,9 +1188,15 @@ Ice::CommunicatorDestroyedException::CommunicatorDestroyedException(const char*
1127
1188
  {
1128
1189
  }
1129
1190
 
1191
+ #ifdef ICE_CPP11_COMPILER
1192
+ Ice::CommunicatorDestroyedException::~CommunicatorDestroyedException()
1193
+ {
1194
+ }
1195
+ #else
1130
1196
  Ice::CommunicatorDestroyedException::~CommunicatorDestroyedException() throw()
1131
1197
  {
1132
1198
  }
1199
+ #endif
1133
1200
 
1134
1201
  ::std::string
1135
1202
  Ice::CommunicatorDestroyedException::ice_id() const
@@ -1160,9 +1227,15 @@ Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const
1160
1227
  {
1161
1228
  }
1162
1229
 
1230
+ #ifdef ICE_CPP11_COMPILER
1231
+ Ice::ObjectAdapterDeactivatedException::~ObjectAdapterDeactivatedException()
1232
+ {
1233
+ }
1234
+ #else
1163
1235
  Ice::ObjectAdapterDeactivatedException::~ObjectAdapterDeactivatedException() throw()
1164
1236
  {
1165
1237
  }
1238
+ #endif
1166
1239
 
1167
1240
  ::std::string
1168
1241
  Ice::ObjectAdapterDeactivatedException::ice_id() const
@@ -1193,9 +1266,15 @@ Ice::ObjectAdapterIdInUseException::ObjectAdapterIdInUseException(const char* fi
1193
1266
  {
1194
1267
  }
1195
1268
 
1269
+ #ifdef ICE_CPP11_COMPILER
1270
+ Ice::ObjectAdapterIdInUseException::~ObjectAdapterIdInUseException()
1271
+ {
1272
+ }
1273
+ #else
1196
1274
  Ice::ObjectAdapterIdInUseException::~ObjectAdapterIdInUseException() throw()
1197
1275
  {
1198
1276
  }
1277
+ #endif
1199
1278
 
1200
1279
  ::std::string
1201
1280
  Ice::ObjectAdapterIdInUseException::ice_id() const
@@ -1226,9 +1305,15 @@ Ice::NoEndpointException::NoEndpointException(const char* file, int line, const
1226
1305
  {
1227
1306
  }
1228
1307
 
1308
+ #ifdef ICE_CPP11_COMPILER
1309
+ Ice::NoEndpointException::~NoEndpointException()
1310
+ {
1311
+ }
1312
+ #else
1229
1313
  Ice::NoEndpointException::~NoEndpointException() throw()
1230
1314
  {
1231
1315
  }
1316
+ #endif
1232
1317
 
1233
1318
  ::std::string
1234
1319
  Ice::NoEndpointException::ice_id() const
@@ -1259,9 +1344,15 @@ Ice::EndpointParseException::EndpointParseException(const char* file, int line,
1259
1344
  {
1260
1345
  }
1261
1346
 
1347
+ #ifdef ICE_CPP11_COMPILER
1348
+ Ice::EndpointParseException::~EndpointParseException()
1349
+ {
1350
+ }
1351
+ #else
1262
1352
  Ice::EndpointParseException::~EndpointParseException() throw()
1263
1353
  {
1264
1354
  }
1355
+ #endif
1265
1356
 
1266
1357
  ::std::string
1267
1358
  Ice::EndpointParseException::ice_id() const
@@ -1292,9 +1383,15 @@ Ice::EndpointSelectionTypeParseException::EndpointSelectionTypeParseException(co
1292
1383
  {
1293
1384
  }
1294
1385
 
1386
+ #ifdef ICE_CPP11_COMPILER
1387
+ Ice::EndpointSelectionTypeParseException::~EndpointSelectionTypeParseException()
1388
+ {
1389
+ }
1390
+ #else
1295
1391
  Ice::EndpointSelectionTypeParseException::~EndpointSelectionTypeParseException() throw()
1296
1392
  {
1297
1393
  }
1394
+ #endif
1298
1395
 
1299
1396
  ::std::string
1300
1397
  Ice::EndpointSelectionTypeParseException::ice_id() const
@@ -1325,9 +1422,15 @@ Ice::VersionParseException::VersionParseException(const char* file, int line, co
1325
1422
  {
1326
1423
  }
1327
1424
 
1425
+ #ifdef ICE_CPP11_COMPILER
1426
+ Ice::VersionParseException::~VersionParseException()
1427
+ {
1428
+ }
1429
+ #else
1328
1430
  Ice::VersionParseException::~VersionParseException() throw()
1329
1431
  {
1330
1432
  }
1433
+ #endif
1331
1434
 
1332
1435
  ::std::string
1333
1436
  Ice::VersionParseException::ice_id() const
@@ -1358,9 +1461,15 @@ Ice::IdentityParseException::IdentityParseException(const char* file, int line,
1358
1461
  {
1359
1462
  }
1360
1463
 
1464
+ #ifdef ICE_CPP11_COMPILER
1465
+ Ice::IdentityParseException::~IdentityParseException()
1466
+ {
1467
+ }
1468
+ #else
1361
1469
  Ice::IdentityParseException::~IdentityParseException() throw()
1362
1470
  {
1363
1471
  }
1472
+ #endif
1364
1473
 
1365
1474
  ::std::string
1366
1475
  Ice::IdentityParseException::ice_id() const
@@ -1391,9 +1500,15 @@ Ice::ProxyParseException::ProxyParseException(const char* file, int line, const
1391
1500
  {
1392
1501
  }
1393
1502
 
1503
+ #ifdef ICE_CPP11_COMPILER
1504
+ Ice::ProxyParseException::~ProxyParseException()
1505
+ {
1506
+ }
1507
+ #else
1394
1508
  Ice::ProxyParseException::~ProxyParseException() throw()
1395
1509
  {
1396
1510
  }
1511
+ #endif
1397
1512
 
1398
1513
  ::std::string
1399
1514
  Ice::ProxyParseException::ice_id() const
@@ -1424,9 +1539,15 @@ Ice::IllegalIdentityException::IllegalIdentityException(const char* file, int li
1424
1539
  {
1425
1540
  }
1426
1541
 
1542
+ #ifdef ICE_CPP11_COMPILER
1543
+ Ice::IllegalIdentityException::~IllegalIdentityException()
1544
+ {
1545
+ }
1546
+ #else
1427
1547
  Ice::IllegalIdentityException::~IllegalIdentityException() throw()
1428
1548
  {
1429
1549
  }
1550
+ #endif
1430
1551
 
1431
1552
  ::std::string
1432
1553
  Ice::IllegalIdentityException::ice_id() const
@@ -1457,9 +1578,15 @@ Ice::IllegalServantException::IllegalServantException(const char* file, int line
1457
1578
  {
1458
1579
  }
1459
1580
 
1581
+ #ifdef ICE_CPP11_COMPILER
1582
+ Ice::IllegalServantException::~IllegalServantException()
1583
+ {
1584
+ }
1585
+ #else
1460
1586
  Ice::IllegalServantException::~IllegalServantException() throw()
1461
1587
  {
1462
1588
  }
1589
+ #endif
1463
1590
 
1464
1591
  ::std::string
1465
1592
  Ice::IllegalServantException::ice_id() const
@@ -1492,9 +1619,15 @@ Ice::RequestFailedException::RequestFailedException(const char* file, int line,
1492
1619
  {
1493
1620
  }
1494
1621
 
1622
+ #ifdef ICE_CPP11_COMPILER
1623
+ Ice::RequestFailedException::~RequestFailedException()
1624
+ {
1625
+ }
1626
+ #else
1495
1627
  Ice::RequestFailedException::~RequestFailedException() throw()
1496
1628
  {
1497
1629
  }
1630
+ #endif
1498
1631
 
1499
1632
  ::std::string
1500
1633
  Ice::RequestFailedException::ice_id() const
@@ -1524,9 +1657,15 @@ Ice::ObjectNotExistException::ObjectNotExistException(const char* file, int line
1524
1657
  {
1525
1658
  }
1526
1659
 
1660
+ #ifdef ICE_CPP11_COMPILER
1661
+ Ice::ObjectNotExistException::~ObjectNotExistException()
1662
+ {
1663
+ }
1664
+ #else
1527
1665
  Ice::ObjectNotExistException::~ObjectNotExistException() throw()
1528
1666
  {
1529
1667
  }
1668
+ #endif
1530
1669
 
1531
1670
  ::std::string
1532
1671
  Ice::ObjectNotExistException::ice_id() const
@@ -1556,9 +1695,15 @@ Ice::FacetNotExistException::FacetNotExistException(const char* file, int line,
1556
1695
  {
1557
1696
  }
1558
1697
 
1698
+ #ifdef ICE_CPP11_COMPILER
1699
+ Ice::FacetNotExistException::~FacetNotExistException()
1700
+ {
1701
+ }
1702
+ #else
1559
1703
  Ice::FacetNotExistException::~FacetNotExistException() throw()
1560
1704
  {
1561
1705
  }
1706
+ #endif
1562
1707
 
1563
1708
  ::std::string
1564
1709
  Ice::FacetNotExistException::ice_id() const
@@ -1588,9 +1733,15 @@ Ice::OperationNotExistException::OperationNotExistException(const char* file, in
1588
1733
  {
1589
1734
  }
1590
1735
 
1736
+ #ifdef ICE_CPP11_COMPILER
1737
+ Ice::OperationNotExistException::~OperationNotExistException()
1738
+ {
1739
+ }
1740
+ #else
1591
1741
  Ice::OperationNotExistException::~OperationNotExistException() throw()
1592
1742
  {
1593
1743
  }
1744
+ #endif
1594
1745
 
1595
1746
  ::std::string
1596
1747
  Ice::OperationNotExistException::ice_id() const
@@ -1622,9 +1773,15 @@ Ice::SyscallException::SyscallException(const char* file, int line, Int error) :
1622
1773
  {
1623
1774
  }
1624
1775
 
1776
+ #ifdef ICE_CPP11_COMPILER
1777
+ Ice::SyscallException::~SyscallException()
1778
+ {
1779
+ }
1780
+ #else
1625
1781
  Ice::SyscallException::~SyscallException() throw()
1626
1782
  {
1627
1783
  }
1784
+ #endif
1628
1785
 
1629
1786
  ::std::string
1630
1787
  Ice::SyscallException::ice_id() const
@@ -1654,9 +1811,15 @@ Ice::SocketException::SocketException(const char* file, int line, Int error) :
1654
1811
  {
1655
1812
  }
1656
1813
 
1814
+ #ifdef ICE_CPP11_COMPILER
1815
+ Ice::SocketException::~SocketException()
1816
+ {
1817
+ }
1818
+ #else
1657
1819
  Ice::SocketException::~SocketException() throw()
1658
1820
  {
1659
1821
  }
1822
+ #endif
1660
1823
 
1661
1824
  ::std::string
1662
1825
  Ice::SocketException::ice_id() const
@@ -1687,9 +1850,15 @@ Ice::CFNetworkException::CFNetworkException(const char* file, int line, Int erro
1687
1850
  {
1688
1851
  }
1689
1852
 
1853
+ #ifdef ICE_CPP11_COMPILER
1854
+ Ice::CFNetworkException::~CFNetworkException()
1855
+ {
1856
+ }
1857
+ #else
1690
1858
  Ice::CFNetworkException::~CFNetworkException() throw()
1691
1859
  {
1692
1860
  }
1861
+ #endif
1693
1862
 
1694
1863
  ::std::string
1695
1864
  Ice::CFNetworkException::ice_id() const
@@ -1720,9 +1889,15 @@ Ice::FileException::FileException(const char* file, int line, Int error, const :
1720
1889
  {
1721
1890
  }
1722
1891
 
1892
+ #ifdef ICE_CPP11_COMPILER
1893
+ Ice::FileException::~FileException()
1894
+ {
1895
+ }
1896
+ #else
1723
1897
  Ice::FileException::~FileException() throw()
1724
1898
  {
1725
1899
  }
1900
+ #endif
1726
1901
 
1727
1902
  ::std::string
1728
1903
  Ice::FileException::ice_id() const
@@ -1752,9 +1927,15 @@ Ice::ConnectFailedException::ConnectFailedException(const char* file, int line,
1752
1927
  {
1753
1928
  }
1754
1929
 
1930
+ #ifdef ICE_CPP11_COMPILER
1931
+ Ice::ConnectFailedException::~ConnectFailedException()
1932
+ {
1933
+ }
1934
+ #else
1755
1935
  Ice::ConnectFailedException::~ConnectFailedException() throw()
1756
1936
  {
1757
1937
  }
1938
+ #endif
1758
1939
 
1759
1940
  ::std::string
1760
1941
  Ice::ConnectFailedException::ice_id() const
@@ -1784,9 +1965,15 @@ Ice::ConnectionRefusedException::ConnectionRefusedException(const char* file, in
1784
1965
  {
1785
1966
  }
1786
1967
 
1968
+ #ifdef ICE_CPP11_COMPILER
1969
+ Ice::ConnectionRefusedException::~ConnectionRefusedException()
1970
+ {
1971
+ }
1972
+ #else
1787
1973
  Ice::ConnectionRefusedException::~ConnectionRefusedException() throw()
1788
1974
  {
1789
1975
  }
1976
+ #endif
1790
1977
 
1791
1978
  ::std::string
1792
1979
  Ice::ConnectionRefusedException::ice_id() const
@@ -1816,9 +2003,15 @@ Ice::ConnectionLostException::ConnectionLostException(const char* file, int line
1816
2003
  {
1817
2004
  }
1818
2005
 
2006
+ #ifdef ICE_CPP11_COMPILER
2007
+ Ice::ConnectionLostException::~ConnectionLostException()
2008
+ {
2009
+ }
2010
+ #else
1819
2011
  Ice::ConnectionLostException::~ConnectionLostException() throw()
1820
2012
  {
1821
2013
  }
2014
+ #endif
1822
2015
 
1823
2016
  ::std::string
1824
2017
  Ice::ConnectionLostException::ice_id() const
@@ -1851,9 +2044,15 @@ Ice::DNSException::DNSException(const char* file, int line, Int error, const ::s
1851
2044
  {
1852
2045
  }
1853
2046
 
2047
+ #ifdef ICE_CPP11_COMPILER
2048
+ Ice::DNSException::~DNSException()
2049
+ {
2050
+ }
2051
+ #else
1854
2052
  Ice::DNSException::~DNSException() throw()
1855
2053
  {
1856
2054
  }
2055
+ #endif
1857
2056
 
1858
2057
  ::std::string
1859
2058
  Ice::DNSException::ice_id() const
@@ -1878,9 +2077,15 @@ Ice::OperationInterruptedException::OperationInterruptedException(const char* fi
1878
2077
  {
1879
2078
  }
1880
2079
 
2080
+ #ifdef ICE_CPP11_COMPILER
2081
+ Ice::OperationInterruptedException::~OperationInterruptedException()
2082
+ {
2083
+ }
2084
+ #else
1881
2085
  Ice::OperationInterruptedException::~OperationInterruptedException() throw()
1882
2086
  {
1883
2087
  }
2088
+ #endif
1884
2089
 
1885
2090
  ::std::string
1886
2091
  Ice::OperationInterruptedException::ice_id() const
@@ -1905,9 +2110,15 @@ Ice::TimeoutException::TimeoutException(const char* file, int line) :
1905
2110
  {
1906
2111
  }
1907
2112
 
2113
+ #ifdef ICE_CPP11_COMPILER
2114
+ Ice::TimeoutException::~TimeoutException()
2115
+ {
2116
+ }
2117
+ #else
1908
2118
  Ice::TimeoutException::~TimeoutException() throw()
1909
2119
  {
1910
2120
  }
2121
+ #endif
1911
2122
 
1912
2123
  ::std::string
1913
2124
  Ice::TimeoutException::ice_id() const
@@ -1932,9 +2143,15 @@ Ice::ConnectTimeoutException::ConnectTimeoutException(const char* file, int line
1932
2143
  {
1933
2144
  }
1934
2145
 
2146
+ #ifdef ICE_CPP11_COMPILER
2147
+ Ice::ConnectTimeoutException::~ConnectTimeoutException()
2148
+ {
2149
+ }
2150
+ #else
1935
2151
  Ice::ConnectTimeoutException::~ConnectTimeoutException() throw()
1936
2152
  {
1937
2153
  }
2154
+ #endif
1938
2155
 
1939
2156
  ::std::string
1940
2157
  Ice::ConnectTimeoutException::ice_id() const
@@ -1959,9 +2176,15 @@ Ice::CloseTimeoutException::CloseTimeoutException(const char* file, int line) :
1959
2176
  {
1960
2177
  }
1961
2178
 
2179
+ #ifdef ICE_CPP11_COMPILER
2180
+ Ice::CloseTimeoutException::~CloseTimeoutException()
2181
+ {
2182
+ }
2183
+ #else
1962
2184
  Ice::CloseTimeoutException::~CloseTimeoutException() throw()
1963
2185
  {
1964
2186
  }
2187
+ #endif
1965
2188
 
1966
2189
  ::std::string
1967
2190
  Ice::CloseTimeoutException::ice_id() const
@@ -1986,9 +2209,15 @@ Ice::ConnectionTimeoutException::ConnectionTimeoutException(const char* file, in
1986
2209
  {
1987
2210
  }
1988
2211
 
2212
+ #ifdef ICE_CPP11_COMPILER
2213
+ Ice::ConnectionTimeoutException::~ConnectionTimeoutException()
2214
+ {
2215
+ }
2216
+ #else
1989
2217
  Ice::ConnectionTimeoutException::~ConnectionTimeoutException() throw()
1990
2218
  {
1991
2219
  }
2220
+ #endif
1992
2221
 
1993
2222
  ::std::string
1994
2223
  Ice::ConnectionTimeoutException::ice_id() const
@@ -2013,9 +2242,15 @@ Ice::InvocationTimeoutException::InvocationTimeoutException(const char* file, in
2013
2242
  {
2014
2243
  }
2015
2244
 
2245
+ #ifdef ICE_CPP11_COMPILER
2246
+ Ice::InvocationTimeoutException::~InvocationTimeoutException()
2247
+ {
2248
+ }
2249
+ #else
2016
2250
  Ice::InvocationTimeoutException::~InvocationTimeoutException() throw()
2017
2251
  {
2018
2252
  }
2253
+ #endif
2019
2254
 
2020
2255
  ::std::string
2021
2256
  Ice::InvocationTimeoutException::ice_id() const
@@ -2040,9 +2275,15 @@ Ice::InvocationCanceledException::InvocationCanceledException(const char* file,
2040
2275
  {
2041
2276
  }
2042
2277
 
2278
+ #ifdef ICE_CPP11_COMPILER
2279
+ Ice::InvocationCanceledException::~InvocationCanceledException()
2280
+ {
2281
+ }
2282
+ #else
2043
2283
  Ice::InvocationCanceledException::~InvocationCanceledException() throw()
2044
2284
  {
2045
2285
  }
2286
+ #endif
2046
2287
 
2047
2288
  ::std::string
2048
2289
  Ice::InvocationCanceledException::ice_id() const
@@ -2073,9 +2314,15 @@ Ice::ProtocolException::ProtocolException(const char* file, int line, const ::st
2073
2314
  {
2074
2315
  }
2075
2316
 
2317
+ #ifdef ICE_CPP11_COMPILER
2318
+ Ice::ProtocolException::~ProtocolException()
2319
+ {
2320
+ }
2321
+ #else
2076
2322
  Ice::ProtocolException::~ProtocolException() throw()
2077
2323
  {
2078
2324
  }
2325
+ #endif
2079
2326
 
2080
2327
  ::std::string
2081
2328
  Ice::ProtocolException::ice_id() const
@@ -2106,9 +2353,15 @@ Ice::BadMagicException::BadMagicException(const char* file, int line, const ::st
2106
2353
  {
2107
2354
  }
2108
2355
 
2356
+ #ifdef ICE_CPP11_COMPILER
2357
+ Ice::BadMagicException::~BadMagicException()
2358
+ {
2359
+ }
2360
+ #else
2109
2361
  Ice::BadMagicException::~BadMagicException() throw()
2110
2362
  {
2111
2363
  }
2364
+ #endif
2112
2365
 
2113
2366
  ::std::string
2114
2367
  Ice::BadMagicException::ice_id() const
@@ -2140,9 +2393,15 @@ Ice::UnsupportedProtocolException::UnsupportedProtocolException(const char* file
2140
2393
  {
2141
2394
  }
2142
2395
 
2396
+ #ifdef ICE_CPP11_COMPILER
2397
+ Ice::UnsupportedProtocolException::~UnsupportedProtocolException()
2398
+ {
2399
+ }
2400
+ #else
2143
2401
  Ice::UnsupportedProtocolException::~UnsupportedProtocolException() throw()
2144
2402
  {
2145
2403
  }
2404
+ #endif
2146
2405
 
2147
2406
  ::std::string
2148
2407
  Ice::UnsupportedProtocolException::ice_id() const
@@ -2174,9 +2433,15 @@ Ice::UnsupportedEncodingException::UnsupportedEncodingException(const char* file
2174
2433
  {
2175
2434
  }
2176
2435
 
2436
+ #ifdef ICE_CPP11_COMPILER
2437
+ Ice::UnsupportedEncodingException::~UnsupportedEncodingException()
2438
+ {
2439
+ }
2440
+ #else
2177
2441
  Ice::UnsupportedEncodingException::~UnsupportedEncodingException() throw()
2178
2442
  {
2179
2443
  }
2444
+ #endif
2180
2445
 
2181
2446
  ::std::string
2182
2447
  Ice::UnsupportedEncodingException::ice_id() const
@@ -2206,9 +2471,15 @@ Ice::UnknownMessageException::UnknownMessageException(const char* file, int line
2206
2471
  {
2207
2472
  }
2208
2473
 
2474
+ #ifdef ICE_CPP11_COMPILER
2475
+ Ice::UnknownMessageException::~UnknownMessageException()
2476
+ {
2477
+ }
2478
+ #else
2209
2479
  Ice::UnknownMessageException::~UnknownMessageException() throw()
2210
2480
  {
2211
2481
  }
2482
+ #endif
2212
2483
 
2213
2484
  ::std::string
2214
2485
  Ice::UnknownMessageException::ice_id() const
@@ -2238,9 +2509,15 @@ Ice::ConnectionNotValidatedException::ConnectionNotValidatedException(const char
2238
2509
  {
2239
2510
  }
2240
2511
 
2512
+ #ifdef ICE_CPP11_COMPILER
2513
+ Ice::ConnectionNotValidatedException::~ConnectionNotValidatedException()
2514
+ {
2515
+ }
2516
+ #else
2241
2517
  Ice::ConnectionNotValidatedException::~ConnectionNotValidatedException() throw()
2242
2518
  {
2243
2519
  }
2520
+ #endif
2244
2521
 
2245
2522
  ::std::string
2246
2523
  Ice::ConnectionNotValidatedException::ice_id() const
@@ -2270,9 +2547,15 @@ Ice::UnknownRequestIdException::UnknownRequestIdException(const char* file, int
2270
2547
  {
2271
2548
  }
2272
2549
 
2550
+ #ifdef ICE_CPP11_COMPILER
2551
+ Ice::UnknownRequestIdException::~UnknownRequestIdException()
2552
+ {
2553
+ }
2554
+ #else
2273
2555
  Ice::UnknownRequestIdException::~UnknownRequestIdException() throw()
2274
2556
  {
2275
2557
  }
2558
+ #endif
2276
2559
 
2277
2560
  ::std::string
2278
2561
  Ice::UnknownRequestIdException::ice_id() const
@@ -2302,9 +2585,15 @@ Ice::UnknownReplyStatusException::UnknownReplyStatusException(const char* file,
2302
2585
  {
2303
2586
  }
2304
2587
 
2588
+ #ifdef ICE_CPP11_COMPILER
2589
+ Ice::UnknownReplyStatusException::~UnknownReplyStatusException()
2590
+ {
2591
+ }
2592
+ #else
2305
2593
  Ice::UnknownReplyStatusException::~UnknownReplyStatusException() throw()
2306
2594
  {
2307
2595
  }
2596
+ #endif
2308
2597
 
2309
2598
  ::std::string
2310
2599
  Ice::UnknownReplyStatusException::ice_id() const
@@ -2334,9 +2623,15 @@ Ice::CloseConnectionException::CloseConnectionException(const char* file, int li
2334
2623
  {
2335
2624
  }
2336
2625
 
2626
+ #ifdef ICE_CPP11_COMPILER
2627
+ Ice::CloseConnectionException::~CloseConnectionException()
2628
+ {
2629
+ }
2630
+ #else
2337
2631
  Ice::CloseConnectionException::~CloseConnectionException() throw()
2338
2632
  {
2339
2633
  }
2634
+ #endif
2340
2635
 
2341
2636
  ::std::string
2342
2637
  Ice::CloseConnectionException::ice_id() const
@@ -2367,9 +2662,15 @@ Ice::ConnectionManuallyClosedException::ConnectionManuallyClosedException(const
2367
2662
  {
2368
2663
  }
2369
2664
 
2665
+ #ifdef ICE_CPP11_COMPILER
2666
+ Ice::ConnectionManuallyClosedException::~ConnectionManuallyClosedException()
2667
+ {
2668
+ }
2669
+ #else
2370
2670
  Ice::ConnectionManuallyClosedException::~ConnectionManuallyClosedException() throw()
2371
2671
  {
2372
2672
  }
2673
+ #endif
2373
2674
 
2374
2675
  ::std::string
2375
2676
  Ice::ConnectionManuallyClosedException::ice_id() const
@@ -2399,9 +2700,15 @@ Ice::IllegalMessageSizeException::IllegalMessageSizeException(const char* file,
2399
2700
  {
2400
2701
  }
2401
2702
 
2703
+ #ifdef ICE_CPP11_COMPILER
2704
+ Ice::IllegalMessageSizeException::~IllegalMessageSizeException()
2705
+ {
2706
+ }
2707
+ #else
2402
2708
  Ice::IllegalMessageSizeException::~IllegalMessageSizeException() throw()
2403
2709
  {
2404
2710
  }
2711
+ #endif
2405
2712
 
2406
2713
  ::std::string
2407
2714
  Ice::IllegalMessageSizeException::ice_id() const
@@ -2431,9 +2738,15 @@ Ice::CompressionException::CompressionException(const char* file, int line, cons
2431
2738
  {
2432
2739
  }
2433
2740
 
2741
+ #ifdef ICE_CPP11_COMPILER
2742
+ Ice::CompressionException::~CompressionException()
2743
+ {
2744
+ }
2745
+ #else
2434
2746
  Ice::CompressionException::~CompressionException() throw()
2435
2747
  {
2436
2748
  }
2749
+ #endif
2437
2750
 
2438
2751
  ::std::string
2439
2752
  Ice::CompressionException::ice_id() const
@@ -2463,9 +2776,15 @@ Ice::DatagramLimitException::DatagramLimitException(const char* file, int line,
2463
2776
  {
2464
2777
  }
2465
2778
 
2779
+ #ifdef ICE_CPP11_COMPILER
2780
+ Ice::DatagramLimitException::~DatagramLimitException()
2781
+ {
2782
+ }
2783
+ #else
2466
2784
  Ice::DatagramLimitException::~DatagramLimitException() throw()
2467
2785
  {
2468
2786
  }
2787
+ #endif
2469
2788
 
2470
2789
  ::std::string
2471
2790
  Ice::DatagramLimitException::ice_id() const
@@ -2495,9 +2814,15 @@ Ice::MarshalException::MarshalException(const char* file, int line, const ::std:
2495
2814
  {
2496
2815
  }
2497
2816
 
2817
+ #ifdef ICE_CPP11_COMPILER
2818
+ Ice::MarshalException::~MarshalException()
2819
+ {
2820
+ }
2821
+ #else
2498
2822
  Ice::MarshalException::~MarshalException() throw()
2499
2823
  {
2500
2824
  }
2825
+ #endif
2501
2826
 
2502
2827
  ::std::string
2503
2828
  Ice::MarshalException::ice_id() const
@@ -2527,9 +2852,15 @@ Ice::ProxyUnmarshalException::ProxyUnmarshalException(const char* file, int line
2527
2852
  {
2528
2853
  }
2529
2854
 
2855
+ #ifdef ICE_CPP11_COMPILER
2856
+ Ice::ProxyUnmarshalException::~ProxyUnmarshalException()
2857
+ {
2858
+ }
2859
+ #else
2530
2860
  Ice::ProxyUnmarshalException::~ProxyUnmarshalException() throw()
2531
2861
  {
2532
2862
  }
2863
+ #endif
2533
2864
 
2534
2865
  ::std::string
2535
2866
  Ice::ProxyUnmarshalException::ice_id() const
@@ -2559,9 +2890,15 @@ Ice::UnmarshalOutOfBoundsException::UnmarshalOutOfBoundsException(const char* fi
2559
2890
  {
2560
2891
  }
2561
2892
 
2893
+ #ifdef ICE_CPP11_COMPILER
2894
+ Ice::UnmarshalOutOfBoundsException::~UnmarshalOutOfBoundsException()
2895
+ {
2896
+ }
2897
+ #else
2562
2898
  Ice::UnmarshalOutOfBoundsException::~UnmarshalOutOfBoundsException() throw()
2563
2899
  {
2564
2900
  }
2901
+ #endif
2565
2902
 
2566
2903
  ::std::string
2567
2904
  Ice::UnmarshalOutOfBoundsException::ice_id() const
@@ -2592,9 +2929,15 @@ Ice::NoValueFactoryException::NoValueFactoryException(const char* file, int line
2592
2929
  {
2593
2930
  }
2594
2931
 
2932
+ #ifdef ICE_CPP11_COMPILER
2933
+ Ice::NoValueFactoryException::~NoValueFactoryException()
2934
+ {
2935
+ }
2936
+ #else
2595
2937
  Ice::NoValueFactoryException::~NoValueFactoryException() throw()
2596
2938
  {
2597
2939
  }
2940
+ #endif
2598
2941
 
2599
2942
  ::std::string
2600
2943
  Ice::NoValueFactoryException::ice_id() const
@@ -2626,9 +2969,15 @@ Ice::UnexpectedObjectException::UnexpectedObjectException(const char* file, int
2626
2969
  {
2627
2970
  }
2628
2971
 
2972
+ #ifdef ICE_CPP11_COMPILER
2973
+ Ice::UnexpectedObjectException::~UnexpectedObjectException()
2974
+ {
2975
+ }
2976
+ #else
2629
2977
  Ice::UnexpectedObjectException::~UnexpectedObjectException() throw()
2630
2978
  {
2631
2979
  }
2980
+ #endif
2632
2981
 
2633
2982
  ::std::string
2634
2983
  Ice::UnexpectedObjectException::ice_id() const
@@ -2658,9 +3007,15 @@ Ice::MemoryLimitException::MemoryLimitException(const char* file, int line, cons
2658
3007
  {
2659
3008
  }
2660
3009
 
3010
+ #ifdef ICE_CPP11_COMPILER
3011
+ Ice::MemoryLimitException::~MemoryLimitException()
3012
+ {
3013
+ }
3014
+ #else
2661
3015
  Ice::MemoryLimitException::~MemoryLimitException() throw()
2662
3016
  {
2663
3017
  }
3018
+ #endif
2664
3019
 
2665
3020
  ::std::string
2666
3021
  Ice::MemoryLimitException::ice_id() const
@@ -2690,9 +3045,15 @@ Ice::StringConversionException::StringConversionException(const char* file, int
2690
3045
  {
2691
3046
  }
2692
3047
 
3048
+ #ifdef ICE_CPP11_COMPILER
3049
+ Ice::StringConversionException::~StringConversionException()
3050
+ {
3051
+ }
3052
+ #else
2693
3053
  Ice::StringConversionException::~StringConversionException() throw()
2694
3054
  {
2695
3055
  }
3056
+ #endif
2696
3057
 
2697
3058
  ::std::string
2698
3059
  Ice::StringConversionException::ice_id() const
@@ -2722,9 +3083,15 @@ Ice::EncapsulationException::EncapsulationException(const char* file, int line,
2722
3083
  {
2723
3084
  }
2724
3085
 
3086
+ #ifdef ICE_CPP11_COMPILER
3087
+ Ice::EncapsulationException::~EncapsulationException()
3088
+ {
3089
+ }
3090
+ #else
2725
3091
  Ice::EncapsulationException::~EncapsulationException() throw()
2726
3092
  {
2727
3093
  }
3094
+ #endif
2728
3095
 
2729
3096
  ::std::string
2730
3097
  Ice::EncapsulationException::ice_id() const
@@ -2755,9 +3122,15 @@ Ice::FeatureNotSupportedException::FeatureNotSupportedException(const char* file
2755
3122
  {
2756
3123
  }
2757
3124
 
3125
+ #ifdef ICE_CPP11_COMPILER
3126
+ Ice::FeatureNotSupportedException::~FeatureNotSupportedException()
3127
+ {
3128
+ }
3129
+ #else
2758
3130
  Ice::FeatureNotSupportedException::~FeatureNotSupportedException() throw()
2759
3131
  {
2760
3132
  }
3133
+ #endif
2761
3134
 
2762
3135
  ::std::string
2763
3136
  Ice::FeatureNotSupportedException::ice_id() const
@@ -2788,9 +3161,15 @@ Ice::SecurityException::SecurityException(const char* file, int line, const ::st
2788
3161
  {
2789
3162
  }
2790
3163
 
3164
+ #ifdef ICE_CPP11_COMPILER
3165
+ Ice::SecurityException::~SecurityException()
3166
+ {
3167
+ }
3168
+ #else
2791
3169
  Ice::SecurityException::~SecurityException() throw()
2792
3170
  {
2793
3171
  }
3172
+ #endif
2794
3173
 
2795
3174
  ::std::string
2796
3175
  Ice::SecurityException::ice_id() const
@@ -2815,9 +3194,15 @@ Ice::FixedProxyException::FixedProxyException(const char* file, int line) :
2815
3194
  {
2816
3195
  }
2817
3196
 
3197
+ #ifdef ICE_CPP11_COMPILER
3198
+ Ice::FixedProxyException::~FixedProxyException()
3199
+ {
3200
+ }
3201
+ #else
2818
3202
  Ice::FixedProxyException::~FixedProxyException() throw()
2819
3203
  {
2820
3204
  }
3205
+ #endif
2821
3206
 
2822
3207
  ::std::string
2823
3208
  Ice::FixedProxyException::ice_id() const
@@ -2842,9 +3227,15 @@ Ice::ResponseSentException::ResponseSentException(const char* file, int line) :
2842
3227
  {
2843
3228
  }
2844
3229
 
3230
+ #ifdef ICE_CPP11_COMPILER
3231
+ Ice::ResponseSentException::~ResponseSentException()
3232
+ {
3233
+ }
3234
+ #else
2845
3235
  Ice::ResponseSentException::~ResponseSentException() throw()
2846
3236
  {
2847
3237
  }
3238
+ #endif
2848
3239
 
2849
3240
  ::std::string
2850
3241
  Ice::ResponseSentException::ice_id() const