zeroc-ice 3.7.0 → 3.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (691) hide show
  1. checksums.yaml +5 -5
  2. data/ICE_LICENSE +1 -1
  3. data/bin/slice2rb +1 -6
  4. data/ext/Communicator.cpp +78 -10
  5. data/ext/Communicator.h +1 -6
  6. data/ext/Config.h +35 -6
  7. data/ext/Connection.cpp +22 -11
  8. data/ext/Connection.h +4 -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 +90 -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 +92 -60
  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 +2 -7
  29. data/ext/ValueFactoryManager.h +2 -7
  30. data/ext/extconf.rb +5 -3
  31. data/ext/ice/cpp/include/Ice/Application.h +234 -81
  32. data/ext/ice/cpp/include/Ice/AsyncResult.h +77 -6
  33. data/ext/ice/cpp/include/Ice/AsyncResultF.h +1 -6
  34. data/ext/ice/cpp/include/Ice/BatchRequestInterceptor.h +35 -7
  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 +43 -6
  38. data/ext/ice/cpp/include/Ice/Comparable.h +81 -6
  39. data/ext/ice/cpp/include/Ice/Config.h +12 -6
  40. data/ext/ice/cpp/include/Ice/ConnectionAsync.h +97 -6
  41. data/ext/ice/cpp/include/Ice/ConnectionIF.h +3 -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 +17 -7
  45. data/ext/ice/cpp/include/Ice/Dispatcher.h +22 -7
  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 +57 -20
  49. data/ext/ice/cpp/include/Ice/ExceptionHelpers.h +11 -6
  50. data/ext/ice/cpp/include/Ice/FactoryTable.h +12 -7
  51. data/ext/ice/cpp/include/Ice/FactoryTableInit.h +2 -7
  52. data/ext/ice/cpp/include/Ice/Format.h +13 -19
  53. data/ext/ice/cpp/include/Ice/Functional.h +6 -6
  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 +47 -18
  58. data/ext/ice/cpp/include/Ice/Incoming.h +27 -9
  59. data/ext/ice/cpp/include/Ice/IncomingAsync.h +47 -9
  60. data/ext/ice/cpp/include/Ice/IncomingAsyncF.h +1 -6
  61. data/ext/ice/cpp/include/Ice/Initialize.h +775 -103
  62. data/ext/ice/cpp/include/Ice/InputStream.h +642 -122
  63. data/ext/ice/cpp/include/Ice/InstanceF.h +1 -6
  64. data/ext/ice/cpp/include/Ice/InterfaceByValue.h +17 -6
  65. data/ext/ice/cpp/include/Ice/LocalObject.h +5 -6
  66. data/ext/ice/cpp/include/Ice/LocalObjectF.h +1 -6
  67. data/ext/ice/cpp/include/Ice/LoggerUtil.h +37 -11
  68. data/ext/ice/cpp/include/Ice/MetricsAdminI.h +11 -7
  69. data/ext/ice/cpp/include/Ice/MetricsFunctional.h +3 -6
  70. data/ext/ice/cpp/include/Ice/MetricsObserverI.h +18 -7
  71. data/ext/ice/cpp/include/Ice/NativePropertiesAdmin.h +46 -28
  72. data/ext/ice/cpp/include/Ice/Object.h +338 -52
  73. data/ext/ice/cpp/include/Ice/ObjectF.h +5 -6
  74. data/ext/ice/cpp/include/Ice/ObserverHelper.h +1 -6
  75. data/ext/ice/cpp/include/Ice/Optional.h +42 -12
  76. data/ext/ice/cpp/include/Ice/OutgoingAsync.h +32 -8
  77. data/ext/ice/cpp/include/Ice/OutgoingAsyncF.h +1 -6
  78. data/ext/ice/cpp/include/Ice/OutputStream.h +441 -102
  79. data/ext/ice/cpp/include/Ice/Protocol.h +31 -6
  80. data/ext/ice/cpp/include/Ice/Proxy.h +2288 -207
  81. data/ext/ice/cpp/include/Ice/ProxyF.h +3 -6
  82. data/ext/ice/cpp/include/Ice/ProxyFactoryF.h +1 -6
  83. data/ext/ice/cpp/include/Ice/ProxyHandle.h +10 -6
  84. data/ext/ice/cpp/include/Ice/ReferenceF.h +1 -6
  85. data/ext/ice/cpp/include/Ice/RegisterPlugins.h +67 -14
  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 +267 -143
  91. data/ext/ice/cpp/include/Ice/SliceChecksums.h +5 -6
  92. data/ext/ice/cpp/include/Ice/SlicedData.h +80 -38
  93. data/ext/ice/cpp/include/Ice/SlicedDataF.h +4 -6
  94. data/ext/ice/cpp/include/Ice/StreamHelpers.h +325 -122
  95. data/ext/ice/cpp/include/Ice/StringConverter.h +32 -6
  96. data/ext/ice/cpp/include/Ice/ThreadPoolF.h +1 -6
  97. data/ext/ice/cpp/include/Ice/UUID.h +2 -6
  98. data/ext/ice/cpp/include/Ice/UniquePtr.h +2 -7
  99. data/ext/ice/cpp/include/Ice/UniqueRef.h +6 -7
  100. data/ext/ice/cpp/include/Ice/UserExceptionFactory.h +6 -6
  101. data/ext/ice/cpp/include/Ice/Value.h +41 -6
  102. data/ext/ice/cpp/include/Ice/ValueF.h +3 -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 +75 -58
  106. data/ext/ice/cpp/include/IceSSL/Plugin.h +323 -223
  107. data/ext/ice/cpp/include/IceSSL/SChannel.h +41 -35
  108. data/ext/ice/cpp/include/IceSSL/SecureTransport.h +39 -33
  109. data/ext/ice/cpp/include/IceSSL/UWP.h +33 -29
  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 +35 -14
  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 +52 -36
  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 +3 -13
  127. data/ext/ice/cpp/include/IceUtil/MutexProtocol.h +1 -6
  128. data/ext/ice/cpp/include/IceUtil/MutexPtrLock.h +1 -6
  129. data/ext/ice/cpp/include/IceUtil/MutexPtrTryLock.h +1 -6
  130. data/ext/ice/cpp/include/IceUtil/Optional.h +103 -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 +12 -9
  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 +107 -92
  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 +5 -6
  148. data/ext/ice/cpp/include/IceUtil/UUID.h +5 -6
  149. data/ext/ice/cpp/include/IceUtil/UndefSysMacros.h +1 -6
  150. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +81 -26
  151. data/ext/ice/cpp/include/generated/Ice/Communicator.h +928 -136
  152. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +14 -11
  153. data/ext/ice/cpp/include/generated/Ice/Connection.h +968 -180
  154. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +22 -15
  155. data/ext/ice/cpp/include/generated/Ice/Current.h +166 -9
  156. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +476 -115
  157. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +42 -23
  158. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +30 -9
  159. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +12 -11
  160. data/ext/ice/cpp/include/generated/Ice/Identity.h +56 -13
  161. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +151 -34
  162. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +14 -11
  163. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +630 -89
  164. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +20 -13
  165. data/ext/ice/cpp/include/generated/Ice/LocalException.h +5009 -770
  166. data/ext/ice/cpp/include/generated/Ice/Locator.h +2255 -441
  167. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +32 -19
  168. data/ext/ice/cpp/include/generated/Ice/Logger.h +105 -32
  169. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +14 -11
  170. data/ext/ice/cpp/include/generated/Ice/Metrics.h +2539 -471
  171. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +1005 -132
  172. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +14 -11
  173. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +73 -18
  174. data/ext/ice/cpp/include/generated/Ice/Plugin.h +143 -34
  175. data/ext/ice/cpp/include/generated/Ice/PluginF.h +18 -13
  176. data/ext/ice/cpp/include/generated/Ice/Process.h +514 -79
  177. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +21 -14
  178. data/ext/ice/cpp/include/generated/Ice/Properties.h +307 -64
  179. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +738 -127
  180. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +25 -16
  181. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +1524 -284
  182. data/ext/ice/cpp/include/generated/Ice/Router.h +1007 -201
  183. data/ext/ice/cpp/include/generated/Ice/RouterF.h +21 -14
  184. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +175 -24
  185. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +14 -11
  186. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +14 -9
  187. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +178 -29
  188. data/ext/ice/cpp/include/generated/Ice/Version.h +32 -9
  189. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +72 -21
  190. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +14 -11
  191. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +40 -15
  192. data/ext/ice/cpp/src/Ice/ACM.cpp +21 -14
  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 +7 -10
  210. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +4 -9
  211. data/ext/ice/cpp/src/Ice/CommunicatorI.cpp +56 -22
  212. data/ext/ice/cpp/src/Ice/CommunicatorI.h +15 -16
  213. data/ext/ice/cpp/src/Ice/Cond.cpp +1 -6
  214. data/ext/ice/cpp/src/Ice/ConnectRequestHandler.cpp +11 -11
  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 +28 -17
  218. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +4 -9
  219. data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +167 -52
  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 +78 -60
  223. data/ext/ice/cpp/src/Ice/ConnectionI.h +10 -13
  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 +5 -12
  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 +25 -16
  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 +7 -18
  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 +2 -7
  245. data/ext/ice/cpp/src/Ice/EndpointI.h +5 -10
  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 +37 -59
  260. data/ext/ice/cpp/src/Ice/IPEndpointI.h +5 -10
  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 +7 -10
  265. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +4 -9
  266. data/ext/ice/cpp/src/Ice/ImplicitContextI.cpp +3 -20
  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 +15 -26
  272. data/ext/ice/cpp/src/Ice/InputStream.cpp +45 -77
  273. data/ext/ice/cpp/src/Ice/Instance.cpp +70 -46
  274. data/ext/ice/cpp/src/Ice/Instance.h +3 -6
  275. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +34 -19
  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 +280 -285
  280. data/ext/ice/cpp/src/Ice/LocalObject.cpp +1 -6
  281. data/ext/ice/cpp/src/Ice/Locator.cpp +274 -166
  282. data/ext/ice/cpp/src/Ice/LocatorF.cpp +4 -9
  283. data/ext/ice/cpp/src/Ice/LocatorInfo.cpp +28 -30
  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 +7 -10
  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 +296 -113
  294. data/ext/ice/cpp/src/Ice/MetricsAdminI.cpp +10 -15
  295. data/ext/ice/cpp/src/Ice/MetricsObserverI.cpp +1 -6
  296. data/ext/ice/cpp/src/Ice/Network.cpp +252 -271
  297. data/ext/ice/cpp/src/Ice/Network.h +6 -20
  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 +16 -17
  305. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +7 -10
  306. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +4 -9
  307. data/ext/ice/cpp/src/Ice/ObjectAdapterFactory.cpp +53 -24
  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 +137 -156
  311. data/ext/ice/cpp/src/Ice/ObjectAdapterI.h +15 -16
  312. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +7 -10
  313. data/ext/ice/cpp/src/Ice/ObserverHelper.cpp +1 -6
  314. data/ext/ice/cpp/src/Ice/OpaqueEndpointI.cpp +29 -51
  315. data/ext/ice/cpp/src/Ice/OpaqueEndpointI.h +2 -7
  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 +10 -11
  319. data/ext/ice/cpp/src/Ice/PluginF.cpp +4 -9
  320. data/ext/ice/cpp/src/Ice/PluginManagerI.cpp +15 -39
  321. data/ext/ice/cpp/src/Ice/PluginManagerI.h +3 -8
  322. data/ext/ice/cpp/src/Ice/Process.cpp +66 -42
  323. data/ext/ice/cpp/src/Ice/ProcessF.cpp +4 -9
  324. data/ext/ice/cpp/src/Ice/Properties.cpp +7 -10
  325. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +84 -54
  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 +25 -35
  330. data/ext/ice/cpp/src/Ice/PropertiesI.h +10 -15
  331. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +45 -8
  332. data/ext/ice/cpp/src/Ice/PropertyNames.h +2 -7
  333. data/ext/ice/cpp/src/Ice/Protocol.cpp +5 -18
  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 +54 -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 +116 -38
  344. data/ext/ice/cpp/src/Ice/Reference.h +13 -7
  345. data/ext/ice/cpp/src/Ice/ReferenceFactory.cpp +52 -98
  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 +194 -113
  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 +160 -87
  362. data/ext/ice/cpp/src/Ice/RouterF.cpp +4 -9
  363. data/ext/ice/cpp/src/Ice/RouterInfo.cpp +8 -35
  364. data/ext/ice/cpp/src/Ice/RouterInfo.h +1 -8
  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 +76 -49
  368. data/ext/ice/cpp/src/Ice/Selector.h +1 -6
  369. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +7 -10
  370. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +4 -9
  371. data/ext/ice/cpp/src/Ice/ServantManager.cpp +21 -42
  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 +46 -69
  378. data/ext/ice/cpp/src/Ice/StreamSocket.h +1 -6
  379. data/ext/ice/cpp/src/Ice/StringConverterPlugin.cpp +10 -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 +13 -19
  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 +13 -16
  390. data/ext/ice/cpp/src/Ice/TcpEndpointI.h +2 -7
  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 +79 -19
  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 +30 -33
  408. data/ext/ice/cpp/src/Ice/UdpEndpointI.h +2 -7
  409. data/ext/ice/cpp/src/Ice/UdpTransceiver.cpp +49 -79
  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 +10 -11
  413. data/ext/ice/cpp/src/Ice/ValueFactoryManagerI.cpp +3 -12
  414. data/ext/ice/cpp/src/Ice/ValueFactoryManagerI.h +2 -7
  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 +4 -10
  422. data/ext/ice/cpp/src/Ice/WSEndpoint.h +2 -7
  423. data/ext/ice/cpp/src/Ice/WSTransceiver.cpp +25 -30
  424. data/ext/ice/cpp/src/Ice/WSTransceiver.h +1 -7
  425. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +86 -33
  426. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +1083 -129
  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 +71 -30
  434. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +640 -79
  435. data/ext/ice/cpp/src/IceLocatorDiscovery/Plugin.h +1 -6
  436. data/ext/ice/cpp/src/IceLocatorDiscovery/PluginI.cpp +122 -25
  437. data/ext/ice/cpp/src/IceSSL/AcceptorI.cpp +2 -9
  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 +7 -10
  442. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +4 -9
  443. data/ext/ice/cpp/src/IceSSL/ConnectorI.cpp +2 -9
  444. data/ext/ice/cpp/src/IceSSL/ConnectorI.h +1 -6
  445. data/ext/ice/cpp/src/IceSSL/EndpointI.cpp +9 -14
  446. data/ext/ice/cpp/src/IceSSL/EndpointI.h +3 -8
  447. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +7 -10
  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 +11 -19
  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 +190 -206
  457. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.h +2 -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 +1 -6
  461. data/ext/ice/cpp/src/IceSSL/PluginI.h +1 -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 +71 -62
  470. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.h +7 -6
  471. data/ext/ice/cpp/src/IceSSL/SSLEngine.cpp +26 -28
  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 +47 -27
  480. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.h +6 -7
  481. data/ext/ice/cpp/src/IceSSL/SecureTransportUtil.cpp +41 -34
  482. data/ext/ice/cpp/src/IceSSL/SecureTransportUtil.h +5 -6
  483. data/ext/ice/cpp/src/IceSSL/TrustManager.cpp +4 -10
  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 +6 -11
  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 -11
  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 +10 -17
  511. data/ext/ice/cpp/src/IceUtil/UUID.cpp +8 -13
  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 +178 -170
  516. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.h +8 -12
  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 +424 -438
  522. data/ext/ice/cpp/src/Slice/Grammar.h +7 -7
  523. data/ext/ice/cpp/src/Slice/GrammarUtil.h +1 -7
  524. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +195 -122
  525. data/ext/ice/cpp/src/Slice/JavaUtil.h +12 -12
  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 +6 -6
  530. data/ext/ice/cpp/src/Slice/PHPUtil.h +1 -6
  531. data/ext/ice/cpp/src/Slice/Parser.cpp +535 -266
  532. data/ext/ice/cpp/src/Slice/Parser.h +72 -12
  533. data/ext/ice/cpp/src/Slice/Preprocessor.cpp +26 -17
  534. data/ext/ice/cpp/src/Slice/Preprocessor.h +2 -7
  535. data/ext/ice/cpp/src/Slice/Python.cpp +28 -42
  536. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +137 -53
  537. data/ext/ice/cpp/src/Slice/PythonUtil.h +2 -7
  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 +296 -217
  542. data/ext/ice/cpp/src/Slice/SliceUtil.cpp +2 -8
  543. data/ext/ice/cpp/src/Slice/StringLiteralUtil.cpp +109 -27
  544. data/ext/ice/cpp/src/Slice/Util.h +5 -9
  545. data/ext/ice/mcpp/Makefile +2 -5
  546. data/ice.gemspec +3 -5
  547. data/lib/Glacier2.rb +1 -6
  548. data/lib/Glacier2/Metrics.rb +3 -8
  549. data/lib/Glacier2/PermissionsVerifier.rb +3 -8
  550. data/lib/Glacier2/PermissionsVerifierF.rb +3 -8
  551. data/lib/Glacier2/Router.rb +3 -8
  552. data/lib/Glacier2/RouterF.rb +3 -8
  553. data/lib/Glacier2/SSLInfo.rb +3 -8
  554. data/lib/Glacier2/Session.rb +3 -8
  555. data/lib/Ice.rb +2 -7
  556. data/lib/Ice/BuiltinSequences.rb +3 -8
  557. data/lib/Ice/Communicator.rb +3 -8
  558. data/lib/Ice/CommunicatorF.rb +3 -8
  559. data/lib/Ice/Connection.rb +3 -8
  560. data/lib/Ice/ConnectionF.rb +3 -8
  561. data/lib/Ice/Current.rb +3 -8
  562. data/lib/Ice/Endpoint.rb +3 -8
  563. data/lib/Ice/EndpointF.rb +3 -8
  564. data/lib/Ice/EndpointTypes.rb +3 -8
  565. data/lib/Ice/FacetMap.rb +3 -8
  566. data/lib/Ice/Identity.rb +3 -8
  567. data/lib/Ice/ImplicitContext.rb +3 -8
  568. data/lib/Ice/ImplicitContextF.rb +3 -8
  569. data/lib/Ice/Instrumentation.rb +3 -8
  570. data/lib/Ice/InstrumentationF.rb +3 -8
  571. data/lib/Ice/LocalException.rb +3 -8
  572. data/lib/Ice/Locator.rb +3 -8
  573. data/lib/Ice/LocatorF.rb +3 -8
  574. data/lib/Ice/Logger.rb +3 -8
  575. data/lib/Ice/LoggerF.rb +3 -8
  576. data/lib/Ice/Metrics.rb +3 -8
  577. data/lib/Ice/ObjectAdapter.rb +3 -8
  578. data/lib/Ice/ObjectAdapterF.rb +3 -8
  579. data/lib/Ice/ObjectFactory.rb +3 -8
  580. data/lib/Ice/Plugin.rb +3 -8
  581. data/lib/Ice/PluginF.rb +3 -8
  582. data/lib/Ice/Process.rb +3 -8
  583. data/lib/Ice/ProcessF.rb +3 -8
  584. data/lib/Ice/Properties.rb +3 -8
  585. data/lib/Ice/PropertiesAdmin.rb +3 -8
  586. data/lib/Ice/PropertiesF.rb +3 -8
  587. data/lib/Ice/RemoteLogger.rb +3 -8
  588. data/lib/Ice/Router.rb +3 -8
  589. data/lib/Ice/RouterF.rb +3 -8
  590. data/lib/Ice/ServantLocator.rb +3 -8
  591. data/lib/Ice/ServantLocatorF.rb +3 -8
  592. data/lib/Ice/SliceChecksumDict.rb +3 -8
  593. data/lib/Ice/ValueFactory.rb +3 -8
  594. data/lib/Ice/Version.rb +3 -8
  595. data/lib/IceBox.rb +1 -6
  596. data/lib/IceBox/IceBox.rb +3 -8
  597. data/lib/IceGrid.rb +1 -6
  598. data/lib/IceGrid/Admin.rb +3 -8
  599. data/lib/IceGrid/Descriptor.rb +3 -8
  600. data/lib/IceGrid/Exception.rb +3 -8
  601. data/lib/IceGrid/FileParser.rb +3 -8
  602. data/lib/IceGrid/PluginFacade.rb +3 -8
  603. data/lib/IceGrid/Registry.rb +3 -8
  604. data/lib/IceGrid/Session.rb +3 -8
  605. data/lib/IceGrid/UserAccountMapper.rb +3 -8
  606. data/lib/IcePatch2.rb +1 -6
  607. data/lib/IcePatch2/FileInfo.rb +3 -8
  608. data/lib/IcePatch2/FileServer.rb +3 -8
  609. data/lib/IceStorm.rb +1 -6
  610. data/lib/IceStorm/IceStorm.rb +3 -8
  611. data/lib/IceStorm/Metrics.rb +3 -8
  612. data/slice/Glacier2/Metrics.ice +14 -8
  613. data/slice/Glacier2/PermissionsVerifier.ice +11 -7
  614. data/slice/Glacier2/PermissionsVerifierF.ice +11 -7
  615. data/slice/Glacier2/Router.ice +12 -8
  616. data/slice/Glacier2/RouterF.ice +11 -7
  617. data/slice/Glacier2/SSLInfo.ice +11 -7
  618. data/slice/Glacier2/Session.ice +11 -7
  619. data/slice/Ice/BuiltinSequences.ice +13 -7
  620. data/slice/Ice/Communicator.ice +143 -102
  621. data/slice/Ice/CommunicatorF.ice +13 -7
  622. data/slice/Ice/Connection.ice +65 -29
  623. data/slice/Ice/ConnectionF.ice +13 -7
  624. data/slice/Ice/Current.ice +31 -26
  625. data/slice/Ice/Endpoint.ice +24 -21
  626. data/slice/Ice/EndpointF.ice +14 -8
  627. data/slice/Ice/EndpointTypes.ice +15 -9
  628. data/slice/Ice/FacetMap.ice +14 -8
  629. data/slice/Ice/Identity.ice +13 -7
  630. data/slice/Ice/ImplicitContext.ice +31 -25
  631. data/slice/Ice/ImplicitContextF.ice +12 -7
  632. data/slice/Ice/Instrumentation.ice +19 -13
  633. data/slice/Ice/InstrumentationF.ice +13 -7
  634. data/slice/Ice/LocalException.ice +35 -29
  635. data/slice/Ice/Locator.ice +14 -8
  636. data/slice/Ice/LocatorF.ice +13 -7
  637. data/slice/Ice/Logger.ice +19 -13
  638. data/slice/Ice/LoggerF.ice +13 -7
  639. data/slice/Ice/Metrics.ice +26 -18
  640. data/slice/Ice/ObjectAdapter.ice +63 -45
  641. data/slice/Ice/ObjectAdapterF.ice +13 -7
  642. data/slice/Ice/ObjectFactory.ice +20 -12
  643. data/slice/Ice/Plugin.ice +19 -10
  644. data/slice/Ice/PluginF.ice +17 -7
  645. data/slice/Ice/Process.ice +13 -7
  646. data/slice/Ice/ProcessF.ice +13 -7
  647. data/slice/Ice/Properties.ice +35 -24
  648. data/slice/Ice/PropertiesAdmin.ice +13 -7
  649. data/slice/Ice/PropertiesF.ice +13 -7
  650. data/slice/Ice/RemoteLogger.ice +23 -28
  651. data/slice/Ice/Router.ice +14 -8
  652. data/slice/Ice/RouterF.ice +13 -7
  653. data/slice/Ice/ServantLocator.ice +31 -23
  654. data/slice/Ice/ServantLocatorF.ice +13 -7
  655. data/slice/Ice/SliceChecksumDict.ice +13 -7
  656. data/slice/Ice/ValueFactory.ice +31 -26
  657. data/slice/Ice/Version.ice +13 -7
  658. data/slice/IceBT/ConnectionInfo.ice +12 -7
  659. data/slice/IceBT/EndpointInfo.ice +13 -8
  660. data/slice/IceBT/Types.ice +12 -7
  661. data/slice/IceBox/IceBox.ice +30 -11
  662. data/slice/IceDiscovery/IceDiscovery.ice +68 -7
  663. data/slice/IceGrid/Admin.ice +41 -35
  664. data/slice/IceGrid/Descriptor.ice +15 -10
  665. data/slice/IceGrid/Exception.ice +15 -10
  666. data/slice/IceGrid/FileParser.ice +14 -8
  667. data/slice/IceGrid/PluginFacade.ice +17 -11
  668. data/slice/IceGrid/Registry.ice +13 -7
  669. data/slice/IceGrid/Session.ice +18 -12
  670. data/slice/IceGrid/UserAccountMapper.ice +16 -10
  671. data/slice/IceIAP/ConnectionInfo.ice +11 -8
  672. data/slice/IceIAP/EndpointInfo.ice +11 -8
  673. data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +12 -7
  674. data/slice/IcePatch2/FileInfo.ice +12 -7
  675. data/slice/IcePatch2/FileServer.ice +13 -8
  676. data/slice/IceSSL/ConnectionInfo.ice +16 -9
  677. data/slice/IceSSL/ConnectionInfoF.ice +14 -8
  678. data/slice/IceSSL/EndpointInfo.ice +14 -8
  679. data/slice/IceStorm/IceStorm.ice +20 -15
  680. data/slice/IceStorm/Metrics.ice +12 -8
  681. metadata +7 -13
  682. data/BZIP2_LICENSE +0 -42
  683. data/ext/ice/bzip2/blocksort.c +0 -1094
  684. data/ext/ice/bzip2/bzlib.c +0 -1572
  685. data/ext/ice/bzip2/bzlib.h +0 -282
  686. data/ext/ice/bzip2/bzlib_private.h +0 -509
  687. data/ext/ice/bzip2/compress.c +0 -672
  688. data/ext/ice/bzip2/crctable.c +0 -104
  689. data/ext/ice/bzip2/decompress.c +0 -646
  690. data/ext/ice/bzip2/huffman.c +0 -205
  691. data/ext/ice/bzip2/randtable.c +0 -84
@@ -1,11 +1,6 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2017 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()),
@@ -980,10 +981,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
980
981
  FILE* file = IceUtilInternal::freopen(stdOutFilename, "a", stdout);
981
982
  if(file == 0)
982
983
  {
983
- FileException ex(__FILE__, __LINE__);
984
- ex.path = stdOutFilename;
985
- ex.error = getSystemErrno();
986
- throw ex;
984
+ throw FileException(__FILE__, __LINE__, getSystemErrno(), stdOutFilename);
987
985
  }
988
986
  }
989
987
 
@@ -992,10 +990,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
992
990
  FILE* file = IceUtilInternal::freopen(stdErrFilename, "a", stderr);
993
991
  if(file == 0)
994
992
  {
995
- FileException ex(__FILE__, __LINE__);
996
- ex.path = stdErrFilename;
997
- ex.error = getSystemErrno();
998
- throw ex;
993
+ throw FileException(__FILE__, __LINE__, getSystemErrno(), stdErrFilename);
999
994
  }
1000
995
  }
1001
996
 
@@ -1023,43 +1018,34 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1023
1018
  struct passwd pwbuf;
1024
1019
  vector<char> buffer(4096); // 4KB initial buffer
1025
1020
  struct passwd *pw;
1026
- int err = getpwnam_r(newUser.c_str(), &pwbuf, &buffer[0], buffer.size(), &pw);
1027
- while(err == ERANGE && buffer.size() < 1024 * 1024) // Limit buffer to 1MB
1021
+ int err;
1022
+ while((err = getpwnam_r(newUser.c_str(), &pwbuf, &buffer[0], buffer.size(), &pw)) == ERANGE &&
1023
+ buffer.size() < 1024 * 1024) // Limit buffer to 1M
1028
1024
  {
1029
1025
  buffer.resize(buffer.size() * 2);
1030
1026
  }
1031
1027
  if(err != 0)
1032
1028
  {
1033
- Ice::SyscallException ex(__FILE__, __LINE__);
1034
- ex.error = err;
1035
- throw ex;
1029
+ throw Ice::SyscallException(__FILE__, __LINE__, err);
1036
1030
  }
1037
1031
  else if(pw == 0)
1038
1032
  {
1039
- InitializationException ex(__FILE__, __LINE__);
1040
- ex.reason ="unknown user account `" + newUser + "'";
1041
- throw ex;
1033
+ throw InitializationException(__FILE__, __LINE__, "unknown user account `" + newUser + "'");
1042
1034
  }
1043
1035
 
1044
1036
  if(setgid(pw->pw_gid) == -1)
1045
1037
  {
1046
- SyscallException ex(__FILE__, __LINE__);
1047
- ex.error = getSystemErrno();
1048
- throw ex;
1038
+ throw SyscallException(__FILE__, __LINE__, getSystemErrno());
1049
1039
  }
1050
1040
 
1051
- if(initgroups(pw->pw_name, pw->pw_gid) == -1)
1041
+ if(initgroups(pw->pw_name, static_cast<int>(pw->pw_gid)) == -1)
1052
1042
  {
1053
- SyscallException ex(__FILE__, __LINE__);
1054
- ex.error = getSystemErrno();
1055
- throw ex;
1043
+ throw SyscallException(__FILE__, __LINE__, getSystemErrno());
1056
1044
  }
1057
1045
 
1058
1046
  if(setuid(pw->pw_uid) == -1)
1059
1047
  {
1060
- SyscallException ex(__FILE__, __LINE__);
1061
- ex.error = getSystemErrno();
1062
- throw ex;
1048
+ throw SyscallException(__FILE__, __LINE__, getSystemErrno());
1063
1049
  }
1064
1050
  }
1065
1051
  #endif
@@ -1073,9 +1059,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1073
1059
  WSADATA data;
1074
1060
  if(WSAStartup(version, &data) != 0)
1075
1061
  {
1076
- SocketException ex(__FILE__, __LINE__);
1077
- ex.error = getSocketErrno();
1078
- throw ex;
1062
+ throw SocketException(__FILE__, __LINE__, getSocketErrno());
1079
1063
  }
1080
1064
  #endif
1081
1065
 
@@ -1119,10 +1103,33 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1119
1103
  }
1120
1104
  else
1121
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
1122
1124
  if(!logfile.empty())
1123
1125
  {
1124
- _initData.logger = ICE_MAKE_SHARED(LoggerI, _initData.properties->getProperty("Ice.ProgramName"), logfile, true,
1125
- _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));
1126
1133
  }
1127
1134
  else
1128
1135
  {
@@ -1179,7 +1186,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1179
1186
  Int num = _initData.properties->getPropertyAsIntWithDefault("Ice.BatchAutoFlushSize", 1024); // 1MB default
1180
1187
  if(num < 1)
1181
1188
  {
1182
- const_cast<size_t&>(_batchAutoFlushSize) = num;
1189
+ const_cast<size_t&>(_batchAutoFlushSize) = static_cast<size_t>(num);
1183
1190
  }
1184
1191
  else if(static_cast<size_t>(num) > static_cast<size_t>(0x7fffffff / 1024))
1185
1192
  {
@@ -1221,13 +1228,11 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1221
1228
  throw InitializationException(__FILE__, __LINE__, "The value for Ice.ToStringMode must be Unicode, ASCII or Compat");
1222
1229
  }
1223
1230
 
1224
- //
1225
- // Client ACM enabled by default. Server ACM disabled by default.
1226
- //
1227
- #ifndef ICE_OS_UWP
1231
+ const_cast<bool&>(_acceptClassCycles) = _initData.properties->getPropertyAsInt("Ice.AcceptClassCycles") > 0;
1232
+
1228
1233
  const_cast<ImplicitContextIPtr&>(_implicitContext) =
1229
1234
  ImplicitContextI::create(_initData.properties->getProperty("Ice.ImplicitContext"));
1230
- #endif
1235
+
1231
1236
  _routerManager = new RouterManager;
1232
1237
 
1233
1238
  _locatorManager = new LocatorManager(_initData.properties);
@@ -1474,6 +1479,18 @@ IceInternal::Instance::finishSetup(int& argc, const char* argv[], const Ice::Com
1474
1479
  try
1475
1480
  {
1476
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
1477
1494
  }
1478
1495
  catch(const IceUtil::Exception& ex)
1479
1496
  {
@@ -1673,8 +1690,15 @@ IceInternal::Instance::destroy()
1673
1690
  }
1674
1691
  #endif
1675
1692
 
1693
+ #ifdef ICE_CPP11_COMPILER
1694
+ for(const auto& p : _objectFactoryMap)
1695
+ {
1696
+ p.second->destroy();
1697
+ }
1698
+ #else
1676
1699
  for_each(_objectFactoryMap.begin(), _objectFactoryMap.end(),
1677
1700
  Ice::secondVoidMemFun<const string, ObjectFactory>(&ObjectFactory::destroy));
1701
+ #endif
1678
1702
  _objectFactoryMap.clear();
1679
1703
 
1680
1704
  if(_routerManager)
@@ -1847,9 +1871,9 @@ IceInternal::Instance::addObjectFactory(const Ice::ObjectFactoryPtr& factory, co
1847
1871
  // with the value factory manager. This may raise AlreadyRegisteredException.
1848
1872
  //
1849
1873
  #ifdef ICE_CPP11_MAPPING
1850
- _initData.valueFactoryManager->add([factory](const string& id)
1874
+ _initData.valueFactoryManager->add([factory](const string& ident)
1851
1875
  {
1852
- return factory->create(id);
1876
+ return factory->create(ident);
1853
1877
  },
1854
1878
  id);
1855
1879
  #else
@@ -1,11 +1,6 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2017 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-2017 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.0
5
+ // Ice version 3.7.5
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 < 0
40
+ # if ICE_INT_VERSION % 100 < 5
46
41
  # error Ice patch level mismatch!
47
42
  # endif
48
43
  #endif
@@ -110,61 +105,81 @@ Ice::Instrumentation::Observer::~Observer()
110
105
  {
111
106
  }
112
107
 
113
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::Observer* p) { return p; }
108
+ /// \cond INTERNAL
109
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(Observer* p) { return p; }
110
+ /// \endcond
114
111
 
115
112
  Ice::Instrumentation::ThreadObserver::~ThreadObserver()
116
113
  {
117
114
  }
118
115
 
119
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::ThreadObserver* p) { return p; }
116
+ /// \cond INTERNAL
117
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(ThreadObserver* p) { return p; }
118
+ /// \endcond
120
119
 
121
120
  Ice::Instrumentation::ConnectionObserver::~ConnectionObserver()
122
121
  {
123
122
  }
124
123
 
125
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::ConnectionObserver* p) { return p; }
124
+ /// \cond INTERNAL
125
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(ConnectionObserver* p) { return p; }
126
+ /// \endcond
126
127
 
127
128
  Ice::Instrumentation::DispatchObserver::~DispatchObserver()
128
129
  {
129
130
  }
130
131
 
131
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::DispatchObserver* p) { return p; }
132
+ /// \cond INTERNAL
133
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(DispatchObserver* p) { return p; }
134
+ /// \endcond
132
135
 
133
136
  Ice::Instrumentation::ChildInvocationObserver::~ChildInvocationObserver()
134
137
  {
135
138
  }
136
139
 
137
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::ChildInvocationObserver* p) { return p; }
140
+ /// \cond INTERNAL
141
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(ChildInvocationObserver* p) { return p; }
142
+ /// \endcond
138
143
 
139
144
  Ice::Instrumentation::RemoteObserver::~RemoteObserver()
140
145
  {
141
146
  }
142
147
 
143
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::RemoteObserver* p) { return p; }
148
+ /// \cond INTERNAL
149
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(RemoteObserver* p) { return p; }
150
+ /// \endcond
144
151
 
145
152
  Ice::Instrumentation::CollocatedObserver::~CollocatedObserver()
146
153
  {
147
154
  }
148
155
 
149
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::CollocatedObserver* p) { return p; }
156
+ /// \cond INTERNAL
157
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(CollocatedObserver* p) { return p; }
158
+ /// \endcond
150
159
 
151
160
  Ice::Instrumentation::InvocationObserver::~InvocationObserver()
152
161
  {
153
162
  }
154
163
 
155
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::InvocationObserver* p) { return p; }
164
+ /// \cond INTERNAL
165
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(InvocationObserver* p) { return p; }
166
+ /// \endcond
156
167
 
157
168
  Ice::Instrumentation::ObserverUpdater::~ObserverUpdater()
158
169
  {
159
170
  }
160
171
 
161
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::ObserverUpdater* p) { return p; }
172
+ /// \cond INTERNAL
173
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(ObserverUpdater* p) { return p; }
174
+ /// \endcond
162
175
 
163
176
  Ice::Instrumentation::CommunicatorObserver::~CommunicatorObserver()
164
177
  {
165
178
  }
166
179
 
167
- ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(::Ice::Instrumentation::CommunicatorObserver* p) { return p; }
180
+ /// \cond INTERNAL
181
+ ICE_API ::Ice::LocalObject* Ice::Instrumentation::upCast(CommunicatorObserver* p) { return p; }
182
+ /// \endcond
168
183
 
169
184
  namespace Ice
170
185
  {
@@ -1,13 +1,8 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2017 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.0
5
+ // Ice version 3.7.5
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 < 0
38
+ # if ICE_INT_VERSION % 100 < 5
44
39
  # error Ice patch level mismatch!
45
40
  # endif
46
41
  #endif
@@ -1,11 +1,6 @@
1
- // **********************************************************************
2
1
  //
3
- // Copyright (c) 2003-2017 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-2017 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-2017 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.0
5
+ // Ice version 3.7.5
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 < 0
40
+ # if ICE_INT_VERSION % 100 < 5
46
41
  # error Ice patch level mismatch!
47
42
  # endif
48
43
  #endif
@@ -777,14 +772,14 @@ Ice::ResponseSentException::ice_staticId()
777
772
 
778
773
  #else // C++98 mapping
779
774
 
780
- Ice::InitializationException::InitializationException(const char* file_, int line_) :
781
- ::Ice::LocalException(file_, line_)
775
+ Ice::InitializationException::InitializationException(const char* file, int line) :
776
+ LocalException(file, line)
782
777
  {
783
778
  }
784
779
 
785
- Ice::InitializationException::InitializationException(const char* file_, int line_, const ::std::string& iceP_reason) :
786
- ::Ice::LocalException(file_, line_),
787
- reason(iceP_reason)
780
+ Ice::InitializationException::InitializationException(const char* file, int line, const ::std::string& reason) :
781
+ LocalException(file, line),
782
+ reason(reason)
788
783
  {
789
784
  }
790
785
 
@@ -810,14 +805,14 @@ Ice::InitializationException::ice_throw() const
810
805
  throw *this;
811
806
  }
812
807
 
813
- Ice::PluginInitializationException::PluginInitializationException(const char* file_, int line_) :
814
- ::Ice::LocalException(file_, line_)
808
+ Ice::PluginInitializationException::PluginInitializationException(const char* file, int line) :
809
+ LocalException(file, line)
815
810
  {
816
811
  }
817
812
 
818
- Ice::PluginInitializationException::PluginInitializationException(const char* file_, int line_, const ::std::string& iceP_reason) :
819
- ::Ice::LocalException(file_, line_),
820
- reason(iceP_reason)
813
+ Ice::PluginInitializationException::PluginInitializationException(const char* file, int line, const ::std::string& reason) :
814
+ LocalException(file, line),
815
+ reason(reason)
821
816
  {
822
817
  }
823
818
 
@@ -843,8 +838,8 @@ Ice::PluginInitializationException::ice_throw() const
843
838
  throw *this;
844
839
  }
845
840
 
846
- Ice::CollocationOptimizationException::CollocationOptimizationException(const char* file_, int line_) :
847
- ::Ice::LocalException(file_, line_)
841
+ Ice::CollocationOptimizationException::CollocationOptimizationException(const char* file, int line) :
842
+ LocalException(file, line)
848
843
  {
849
844
  }
850
845
 
@@ -870,15 +865,15 @@ Ice::CollocationOptimizationException::ice_throw() const
870
865
  throw *this;
871
866
  }
872
867
 
873
- Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* file_, int line_) :
874
- ::Ice::LocalException(file_, line_)
868
+ Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* file, int line) :
869
+ LocalException(file, line)
875
870
  {
876
871
  }
877
872
 
878
- Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* file_, int line_, const ::std::string& iceP_kindOfObject, const ::std::string& iceP_id) :
879
- ::Ice::LocalException(file_, line_),
880
- kindOfObject(iceP_kindOfObject),
881
- id(iceP_id)
873
+ Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* file, int line, const ::std::string& kindOfObject, const ::std::string& id) :
874
+ LocalException(file, line),
875
+ kindOfObject(kindOfObject),
876
+ id(id)
882
877
  {
883
878
  }
884
879
 
@@ -904,15 +899,15 @@ Ice::AlreadyRegisteredException::ice_throw() const
904
899
  throw *this;
905
900
  }
906
901
 
907
- Ice::NotRegisteredException::NotRegisteredException(const char* file_, int line_) :
908
- ::Ice::LocalException(file_, line_)
902
+ Ice::NotRegisteredException::NotRegisteredException(const char* file, int line) :
903
+ LocalException(file, line)
909
904
  {
910
905
  }
911
906
 
912
- Ice::NotRegisteredException::NotRegisteredException(const char* file_, int line_, const ::std::string& iceP_kindOfObject, const ::std::string& iceP_id) :
913
- ::Ice::LocalException(file_, line_),
914
- kindOfObject(iceP_kindOfObject),
915
- id(iceP_id)
907
+ Ice::NotRegisteredException::NotRegisteredException(const char* file, int line, const ::std::string& kindOfObject, const ::std::string& id) :
908
+ LocalException(file, line),
909
+ kindOfObject(kindOfObject),
910
+ id(id)
916
911
  {
917
912
  }
918
913
 
@@ -938,14 +933,14 @@ Ice::NotRegisteredException::ice_throw() const
938
933
  throw *this;
939
934
  }
940
935
 
941
- Ice::TwowayOnlyException::TwowayOnlyException(const char* file_, int line_) :
942
- ::Ice::LocalException(file_, line_)
936
+ Ice::TwowayOnlyException::TwowayOnlyException(const char* file, int line) :
937
+ LocalException(file, line)
943
938
  {
944
939
  }
945
940
 
946
- Ice::TwowayOnlyException::TwowayOnlyException(const char* file_, int line_, const ::std::string& iceP_operation) :
947
- ::Ice::LocalException(file_, line_),
948
- operation(iceP_operation)
941
+ Ice::TwowayOnlyException::TwowayOnlyException(const char* file, int line, const ::std::string& operation) :
942
+ LocalException(file, line),
943
+ operation(operation)
949
944
  {
950
945
  }
951
946
 
@@ -971,8 +966,8 @@ Ice::TwowayOnlyException::ice_throw() const
971
966
  throw *this;
972
967
  }
973
968
 
974
- Ice::CloneNotImplementedException::CloneNotImplementedException(const char* file_, int line_) :
975
- ::Ice::LocalException(file_, line_)
969
+ Ice::CloneNotImplementedException::CloneNotImplementedException(const char* file, int line) :
970
+ LocalException(file, line)
976
971
  {
977
972
  }
978
973
 
@@ -998,14 +993,14 @@ Ice::CloneNotImplementedException::ice_throw() const
998
993
  throw *this;
999
994
  }
1000
995
 
1001
- Ice::UnknownException::UnknownException(const char* file_, int line_) :
1002
- ::Ice::LocalException(file_, line_)
996
+ Ice::UnknownException::UnknownException(const char* file, int line) :
997
+ LocalException(file, line)
1003
998
  {
1004
999
  }
1005
1000
 
1006
- Ice::UnknownException::UnknownException(const char* file_, int line_, const ::std::string& iceP_unknown) :
1007
- ::Ice::LocalException(file_, line_),
1008
- unknown(iceP_unknown)
1001
+ Ice::UnknownException::UnknownException(const char* file, int line, const ::std::string& unknown) :
1002
+ LocalException(file, line),
1003
+ unknown(unknown)
1009
1004
  {
1010
1005
  }
1011
1006
 
@@ -1031,13 +1026,13 @@ Ice::UnknownException::ice_throw() const
1031
1026
  throw *this;
1032
1027
  }
1033
1028
 
1034
- Ice::UnknownLocalException::UnknownLocalException(const char* file_, int line_) :
1035
- ::Ice::UnknownException(file_, line_)
1029
+ Ice::UnknownLocalException::UnknownLocalException(const char* file, int line) :
1030
+ UnknownException(file, line)
1036
1031
  {
1037
1032
  }
1038
1033
 
1039
- Ice::UnknownLocalException::UnknownLocalException(const char* file_, int line_, const ::std::string& iceP_unknown) :
1040
- ::Ice::UnknownException(file_, line_, iceP_unknown)
1034
+ Ice::UnknownLocalException::UnknownLocalException(const char* file, int line, const ::std::string& unknown) :
1035
+ UnknownException(file, line, unknown)
1041
1036
  {
1042
1037
  }
1043
1038
 
@@ -1063,13 +1058,13 @@ Ice::UnknownLocalException::ice_throw() const
1063
1058
  throw *this;
1064
1059
  }
1065
1060
 
1066
- Ice::UnknownUserException::UnknownUserException(const char* file_, int line_) :
1067
- ::Ice::UnknownException(file_, line_)
1061
+ Ice::UnknownUserException::UnknownUserException(const char* file, int line) :
1062
+ UnknownException(file, line)
1068
1063
  {
1069
1064
  }
1070
1065
 
1071
- Ice::UnknownUserException::UnknownUserException(const char* file_, int line_, const ::std::string& iceP_unknown) :
1072
- ::Ice::UnknownException(file_, line_, iceP_unknown)
1066
+ Ice::UnknownUserException::UnknownUserException(const char* file, int line, const ::std::string& unknown) :
1067
+ UnknownException(file, line, unknown)
1073
1068
  {
1074
1069
  }
1075
1070
 
@@ -1095,8 +1090,8 @@ Ice::UnknownUserException::ice_throw() const
1095
1090
  throw *this;
1096
1091
  }
1097
1092
 
1098
- Ice::VersionMismatchException::VersionMismatchException(const char* file_, int line_) :
1099
- ::Ice::LocalException(file_, line_)
1093
+ Ice::VersionMismatchException::VersionMismatchException(const char* file, int line) :
1094
+ LocalException(file, line)
1100
1095
  {
1101
1096
  }
1102
1097
 
@@ -1122,8 +1117,8 @@ Ice::VersionMismatchException::ice_throw() const
1122
1117
  throw *this;
1123
1118
  }
1124
1119
 
1125
- Ice::CommunicatorDestroyedException::CommunicatorDestroyedException(const char* file_, int line_) :
1126
- ::Ice::LocalException(file_, line_)
1120
+ Ice::CommunicatorDestroyedException::CommunicatorDestroyedException(const char* file, int line) :
1121
+ LocalException(file, line)
1127
1122
  {
1128
1123
  }
1129
1124
 
@@ -1149,14 +1144,14 @@ Ice::CommunicatorDestroyedException::ice_throw() const
1149
1144
  throw *this;
1150
1145
  }
1151
1146
 
1152
- Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const char* file_, int line_) :
1153
- ::Ice::LocalException(file_, line_)
1147
+ Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const char* file, int line) :
1148
+ LocalException(file, line)
1154
1149
  {
1155
1150
  }
1156
1151
 
1157
- Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const char* file_, int line_, const ::std::string& iceP_name) :
1158
- ::Ice::LocalException(file_, line_),
1159
- name(iceP_name)
1152
+ Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const char* file, int line, const ::std::string& name) :
1153
+ LocalException(file, line),
1154
+ name(name)
1160
1155
  {
1161
1156
  }
1162
1157
 
@@ -1182,14 +1177,14 @@ Ice::ObjectAdapterDeactivatedException::ice_throw() const
1182
1177
  throw *this;
1183
1178
  }
1184
1179
 
1185
- Ice::ObjectAdapterIdInUseException::ObjectAdapterIdInUseException(const char* file_, int line_) :
1186
- ::Ice::LocalException(file_, line_)
1180
+ Ice::ObjectAdapterIdInUseException::ObjectAdapterIdInUseException(const char* file, int line) :
1181
+ LocalException(file, line)
1187
1182
  {
1188
1183
  }
1189
1184
 
1190
- Ice::ObjectAdapterIdInUseException::ObjectAdapterIdInUseException(const char* file_, int line_, const ::std::string& iceP_id) :
1191
- ::Ice::LocalException(file_, line_),
1192
- id(iceP_id)
1185
+ Ice::ObjectAdapterIdInUseException::ObjectAdapterIdInUseException(const char* file, int line, const ::std::string& id) :
1186
+ LocalException(file, line),
1187
+ id(id)
1193
1188
  {
1194
1189
  }
1195
1190
 
@@ -1215,14 +1210,14 @@ Ice::ObjectAdapterIdInUseException::ice_throw() const
1215
1210
  throw *this;
1216
1211
  }
1217
1212
 
1218
- Ice::NoEndpointException::NoEndpointException(const char* file_, int line_) :
1219
- ::Ice::LocalException(file_, line_)
1213
+ Ice::NoEndpointException::NoEndpointException(const char* file, int line) :
1214
+ LocalException(file, line)
1220
1215
  {
1221
1216
  }
1222
1217
 
1223
- Ice::NoEndpointException::NoEndpointException(const char* file_, int line_, const ::std::string& iceP_proxy) :
1224
- ::Ice::LocalException(file_, line_),
1225
- proxy(iceP_proxy)
1218
+ Ice::NoEndpointException::NoEndpointException(const char* file, int line, const ::std::string& proxy) :
1219
+ LocalException(file, line),
1220
+ proxy(proxy)
1226
1221
  {
1227
1222
  }
1228
1223
 
@@ -1248,14 +1243,14 @@ Ice::NoEndpointException::ice_throw() const
1248
1243
  throw *this;
1249
1244
  }
1250
1245
 
1251
- Ice::EndpointParseException::EndpointParseException(const char* file_, int line_) :
1252
- ::Ice::LocalException(file_, line_)
1246
+ Ice::EndpointParseException::EndpointParseException(const char* file, int line) :
1247
+ LocalException(file, line)
1253
1248
  {
1254
1249
  }
1255
1250
 
1256
- Ice::EndpointParseException::EndpointParseException(const char* file_, int line_, const ::std::string& iceP_str) :
1257
- ::Ice::LocalException(file_, line_),
1258
- str(iceP_str)
1251
+ Ice::EndpointParseException::EndpointParseException(const char* file, int line, const ::std::string& str) :
1252
+ LocalException(file, line),
1253
+ str(str)
1259
1254
  {
1260
1255
  }
1261
1256
 
@@ -1281,14 +1276,14 @@ Ice::EndpointParseException::ice_throw() const
1281
1276
  throw *this;
1282
1277
  }
1283
1278
 
1284
- Ice::EndpointSelectionTypeParseException::EndpointSelectionTypeParseException(const char* file_, int line_) :
1285
- ::Ice::LocalException(file_, line_)
1279
+ Ice::EndpointSelectionTypeParseException::EndpointSelectionTypeParseException(const char* file, int line) :
1280
+ LocalException(file, line)
1286
1281
  {
1287
1282
  }
1288
1283
 
1289
- Ice::EndpointSelectionTypeParseException::EndpointSelectionTypeParseException(const char* file_, int line_, const ::std::string& iceP_str) :
1290
- ::Ice::LocalException(file_, line_),
1291
- str(iceP_str)
1284
+ Ice::EndpointSelectionTypeParseException::EndpointSelectionTypeParseException(const char* file, int line, const ::std::string& str) :
1285
+ LocalException(file, line),
1286
+ str(str)
1292
1287
  {
1293
1288
  }
1294
1289
 
@@ -1314,14 +1309,14 @@ Ice::EndpointSelectionTypeParseException::ice_throw() const
1314
1309
  throw *this;
1315
1310
  }
1316
1311
 
1317
- Ice::VersionParseException::VersionParseException(const char* file_, int line_) :
1318
- ::Ice::LocalException(file_, line_)
1312
+ Ice::VersionParseException::VersionParseException(const char* file, int line) :
1313
+ LocalException(file, line)
1319
1314
  {
1320
1315
  }
1321
1316
 
1322
- Ice::VersionParseException::VersionParseException(const char* file_, int line_, const ::std::string& iceP_str) :
1323
- ::Ice::LocalException(file_, line_),
1324
- str(iceP_str)
1317
+ Ice::VersionParseException::VersionParseException(const char* file, int line, const ::std::string& str) :
1318
+ LocalException(file, line),
1319
+ str(str)
1325
1320
  {
1326
1321
  }
1327
1322
 
@@ -1347,14 +1342,14 @@ Ice::VersionParseException::ice_throw() const
1347
1342
  throw *this;
1348
1343
  }
1349
1344
 
1350
- Ice::IdentityParseException::IdentityParseException(const char* file_, int line_) :
1351
- ::Ice::LocalException(file_, line_)
1345
+ Ice::IdentityParseException::IdentityParseException(const char* file, int line) :
1346
+ LocalException(file, line)
1352
1347
  {
1353
1348
  }
1354
1349
 
1355
- Ice::IdentityParseException::IdentityParseException(const char* file_, int line_, const ::std::string& iceP_str) :
1356
- ::Ice::LocalException(file_, line_),
1357
- str(iceP_str)
1350
+ Ice::IdentityParseException::IdentityParseException(const char* file, int line, const ::std::string& str) :
1351
+ LocalException(file, line),
1352
+ str(str)
1358
1353
  {
1359
1354
  }
1360
1355
 
@@ -1380,14 +1375,14 @@ Ice::IdentityParseException::ice_throw() const
1380
1375
  throw *this;
1381
1376
  }
1382
1377
 
1383
- Ice::ProxyParseException::ProxyParseException(const char* file_, int line_) :
1384
- ::Ice::LocalException(file_, line_)
1378
+ Ice::ProxyParseException::ProxyParseException(const char* file, int line) :
1379
+ LocalException(file, line)
1385
1380
  {
1386
1381
  }
1387
1382
 
1388
- Ice::ProxyParseException::ProxyParseException(const char* file_, int line_, const ::std::string& iceP_str) :
1389
- ::Ice::LocalException(file_, line_),
1390
- str(iceP_str)
1383
+ Ice::ProxyParseException::ProxyParseException(const char* file, int line, const ::std::string& str) :
1384
+ LocalException(file, line),
1385
+ str(str)
1391
1386
  {
1392
1387
  }
1393
1388
 
@@ -1413,14 +1408,14 @@ Ice::ProxyParseException::ice_throw() const
1413
1408
  throw *this;
1414
1409
  }
1415
1410
 
1416
- Ice::IllegalIdentityException::IllegalIdentityException(const char* file_, int line_) :
1417
- ::Ice::LocalException(file_, line_)
1411
+ Ice::IllegalIdentityException::IllegalIdentityException(const char* file, int line) :
1412
+ LocalException(file, line)
1418
1413
  {
1419
1414
  }
1420
1415
 
1421
- Ice::IllegalIdentityException::IllegalIdentityException(const char* file_, int line_, const ::Ice::Identity& iceP_id) :
1422
- ::Ice::LocalException(file_, line_),
1423
- id(iceP_id)
1416
+ Ice::IllegalIdentityException::IllegalIdentityException(const char* file, int line, const Identity& id) :
1417
+ LocalException(file, line),
1418
+ id(id)
1424
1419
  {
1425
1420
  }
1426
1421
 
@@ -1446,14 +1441,14 @@ Ice::IllegalIdentityException::ice_throw() const
1446
1441
  throw *this;
1447
1442
  }
1448
1443
 
1449
- Ice::IllegalServantException::IllegalServantException(const char* file_, int line_) :
1450
- ::Ice::LocalException(file_, line_)
1444
+ Ice::IllegalServantException::IllegalServantException(const char* file, int line) :
1445
+ LocalException(file, line)
1451
1446
  {
1452
1447
  }
1453
1448
 
1454
- Ice::IllegalServantException::IllegalServantException(const char* file_, int line_, const ::std::string& iceP_reason) :
1455
- ::Ice::LocalException(file_, line_),
1456
- reason(iceP_reason)
1449
+ Ice::IllegalServantException::IllegalServantException(const char* file, int line, const ::std::string& reason) :
1450
+ LocalException(file, line),
1451
+ reason(reason)
1457
1452
  {
1458
1453
  }
1459
1454
 
@@ -1479,16 +1474,16 @@ Ice::IllegalServantException::ice_throw() const
1479
1474
  throw *this;
1480
1475
  }
1481
1476
 
1482
- Ice::RequestFailedException::RequestFailedException(const char* file_, int line_) :
1483
- ::Ice::LocalException(file_, line_)
1477
+ Ice::RequestFailedException::RequestFailedException(const char* file, int line) :
1478
+ LocalException(file, line)
1484
1479
  {
1485
1480
  }
1486
1481
 
1487
- Ice::RequestFailedException::RequestFailedException(const char* file_, int line_, const ::Ice::Identity& iceP_id, const ::std::string& iceP_facet, const ::std::string& iceP_operation) :
1488
- ::Ice::LocalException(file_, line_),
1489
- id(iceP_id),
1490
- facet(iceP_facet),
1491
- operation(iceP_operation)
1482
+ Ice::RequestFailedException::RequestFailedException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation) :
1483
+ LocalException(file, line),
1484
+ id(id),
1485
+ facet(facet),
1486
+ operation(operation)
1492
1487
  {
1493
1488
  }
1494
1489
 
@@ -1514,13 +1509,13 @@ Ice::RequestFailedException::ice_throw() const
1514
1509
  throw *this;
1515
1510
  }
1516
1511
 
1517
- Ice::ObjectNotExistException::ObjectNotExistException(const char* file_, int line_) :
1518
- ::Ice::RequestFailedException(file_, line_)
1512
+ Ice::ObjectNotExistException::ObjectNotExistException(const char* file, int line) :
1513
+ RequestFailedException(file, line)
1519
1514
  {
1520
1515
  }
1521
1516
 
1522
- Ice::ObjectNotExistException::ObjectNotExistException(const char* file_, int line_, const ::Ice::Identity& iceP_id, const ::std::string& iceP_facet, const ::std::string& iceP_operation) :
1523
- ::Ice::RequestFailedException(file_, line_, iceP_id, iceP_facet, iceP_operation)
1517
+ Ice::ObjectNotExistException::ObjectNotExistException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation) :
1518
+ RequestFailedException(file, line, id, facet, operation)
1524
1519
  {
1525
1520
  }
1526
1521
 
@@ -1546,13 +1541,13 @@ Ice::ObjectNotExistException::ice_throw() const
1546
1541
  throw *this;
1547
1542
  }
1548
1543
 
1549
- Ice::FacetNotExistException::FacetNotExistException(const char* file_, int line_) :
1550
- ::Ice::RequestFailedException(file_, line_)
1544
+ Ice::FacetNotExistException::FacetNotExistException(const char* file, int line) :
1545
+ RequestFailedException(file, line)
1551
1546
  {
1552
1547
  }
1553
1548
 
1554
- Ice::FacetNotExistException::FacetNotExistException(const char* file_, int line_, const ::Ice::Identity& iceP_id, const ::std::string& iceP_facet, const ::std::string& iceP_operation) :
1555
- ::Ice::RequestFailedException(file_, line_, iceP_id, iceP_facet, iceP_operation)
1549
+ Ice::FacetNotExistException::FacetNotExistException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation) :
1550
+ RequestFailedException(file, line, id, facet, operation)
1556
1551
  {
1557
1552
  }
1558
1553
 
@@ -1578,13 +1573,13 @@ Ice::FacetNotExistException::ice_throw() const
1578
1573
  throw *this;
1579
1574
  }
1580
1575
 
1581
- Ice::OperationNotExistException::OperationNotExistException(const char* file_, int line_) :
1582
- ::Ice::RequestFailedException(file_, line_)
1576
+ Ice::OperationNotExistException::OperationNotExistException(const char* file, int line) :
1577
+ RequestFailedException(file, line)
1583
1578
  {
1584
1579
  }
1585
1580
 
1586
- Ice::OperationNotExistException::OperationNotExistException(const char* file_, int line_, const ::Ice::Identity& iceP_id, const ::std::string& iceP_facet, const ::std::string& iceP_operation) :
1587
- ::Ice::RequestFailedException(file_, line_, iceP_id, iceP_facet, iceP_operation)
1581
+ Ice::OperationNotExistException::OperationNotExistException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation) :
1582
+ RequestFailedException(file, line, id, facet, operation)
1588
1583
  {
1589
1584
  }
1590
1585
 
@@ -1610,15 +1605,15 @@ Ice::OperationNotExistException::ice_throw() const
1610
1605
  throw *this;
1611
1606
  }
1612
1607
 
1613
- Ice::SyscallException::SyscallException(const char* file_, int line_) :
1614
- ::Ice::LocalException(file_, line_),
1608
+ Ice::SyscallException::SyscallException(const char* file, int line) :
1609
+ LocalException(file, line),
1615
1610
  error(0)
1616
1611
  {
1617
1612
  }
1618
1613
 
1619
- Ice::SyscallException::SyscallException(const char* file_, int line_, ::Ice::Int iceP_error) :
1620
- ::Ice::LocalException(file_, line_),
1621
- error(iceP_error)
1614
+ Ice::SyscallException::SyscallException(const char* file, int line, Int error) :
1615
+ LocalException(file, line),
1616
+ error(error)
1622
1617
  {
1623
1618
  }
1624
1619
 
@@ -1644,13 +1639,13 @@ Ice::SyscallException::ice_throw() const
1644
1639
  throw *this;
1645
1640
  }
1646
1641
 
1647
- Ice::SocketException::SocketException(const char* file_, int line_) :
1648
- ::Ice::SyscallException(file_, line_)
1642
+ Ice::SocketException::SocketException(const char* file, int line) :
1643
+ SyscallException(file, line)
1649
1644
  {
1650
1645
  }
1651
1646
 
1652
- Ice::SocketException::SocketException(const char* file_, int line_, ::Ice::Int iceP_error) :
1653
- ::Ice::SyscallException(file_, line_, iceP_error)
1647
+ Ice::SocketException::SocketException(const char* file, int line, Int error) :
1648
+ SyscallException(file, line, error)
1654
1649
  {
1655
1650
  }
1656
1651
 
@@ -1676,14 +1671,14 @@ Ice::SocketException::ice_throw() const
1676
1671
  throw *this;
1677
1672
  }
1678
1673
 
1679
- Ice::CFNetworkException::CFNetworkException(const char* file_, int line_) :
1680
- ::Ice::SocketException(file_, line_)
1674
+ Ice::CFNetworkException::CFNetworkException(const char* file, int line) :
1675
+ SocketException(file, line)
1681
1676
  {
1682
1677
  }
1683
1678
 
1684
- Ice::CFNetworkException::CFNetworkException(const char* file_, int line_, ::Ice::Int iceP_error, const ::std::string& iceP_domain) :
1685
- ::Ice::SocketException(file_, line_, iceP_error),
1686
- domain(iceP_domain)
1679
+ Ice::CFNetworkException::CFNetworkException(const char* file, int line, Int error, const ::std::string& domain) :
1680
+ SocketException(file, line, error),
1681
+ domain(domain)
1687
1682
  {
1688
1683
  }
1689
1684
 
@@ -1709,14 +1704,14 @@ Ice::CFNetworkException::ice_throw() const
1709
1704
  throw *this;
1710
1705
  }
1711
1706
 
1712
- Ice::FileException::FileException(const char* file_, int line_) :
1713
- ::Ice::SyscallException(file_, line_)
1707
+ Ice::FileException::FileException(const char* file, int line) :
1708
+ SyscallException(file, line)
1714
1709
  {
1715
1710
  }
1716
1711
 
1717
- Ice::FileException::FileException(const char* file_, int line_, ::Ice::Int iceP_error, const ::std::string& iceP_path) :
1718
- ::Ice::SyscallException(file_, line_, iceP_error),
1719
- path(iceP_path)
1712
+ Ice::FileException::FileException(const char* file, int line, Int error, const ::std::string& path) :
1713
+ SyscallException(file, line, error),
1714
+ path(path)
1720
1715
  {
1721
1716
  }
1722
1717
 
@@ -1742,13 +1737,13 @@ Ice::FileException::ice_throw() const
1742
1737
  throw *this;
1743
1738
  }
1744
1739
 
1745
- Ice::ConnectFailedException::ConnectFailedException(const char* file_, int line_) :
1746
- ::Ice::SocketException(file_, line_)
1740
+ Ice::ConnectFailedException::ConnectFailedException(const char* file, int line) :
1741
+ SocketException(file, line)
1747
1742
  {
1748
1743
  }
1749
1744
 
1750
- Ice::ConnectFailedException::ConnectFailedException(const char* file_, int line_, ::Ice::Int iceP_error) :
1751
- ::Ice::SocketException(file_, line_, iceP_error)
1745
+ Ice::ConnectFailedException::ConnectFailedException(const char* file, int line, Int error) :
1746
+ SocketException(file, line, error)
1752
1747
  {
1753
1748
  }
1754
1749
 
@@ -1774,13 +1769,13 @@ Ice::ConnectFailedException::ice_throw() const
1774
1769
  throw *this;
1775
1770
  }
1776
1771
 
1777
- Ice::ConnectionRefusedException::ConnectionRefusedException(const char* file_, int line_) :
1778
- ::Ice::ConnectFailedException(file_, line_)
1772
+ Ice::ConnectionRefusedException::ConnectionRefusedException(const char* file, int line) :
1773
+ ConnectFailedException(file, line)
1779
1774
  {
1780
1775
  }
1781
1776
 
1782
- Ice::ConnectionRefusedException::ConnectionRefusedException(const char* file_, int line_, ::Ice::Int iceP_error) :
1783
- ::Ice::ConnectFailedException(file_, line_, iceP_error)
1777
+ Ice::ConnectionRefusedException::ConnectionRefusedException(const char* file, int line, Int error) :
1778
+ ConnectFailedException(file, line, error)
1784
1779
  {
1785
1780
  }
1786
1781
 
@@ -1806,13 +1801,13 @@ Ice::ConnectionRefusedException::ice_throw() const
1806
1801
  throw *this;
1807
1802
  }
1808
1803
 
1809
- Ice::ConnectionLostException::ConnectionLostException(const char* file_, int line_) :
1810
- ::Ice::SocketException(file_, line_)
1804
+ Ice::ConnectionLostException::ConnectionLostException(const char* file, int line) :
1805
+ SocketException(file, line)
1811
1806
  {
1812
1807
  }
1813
1808
 
1814
- Ice::ConnectionLostException::ConnectionLostException(const char* file_, int line_, ::Ice::Int iceP_error) :
1815
- ::Ice::SocketException(file_, line_, iceP_error)
1809
+ Ice::ConnectionLostException::ConnectionLostException(const char* file, int line, Int error) :
1810
+ SocketException(file, line, error)
1816
1811
  {
1817
1812
  }
1818
1813
 
@@ -1838,16 +1833,16 @@ Ice::ConnectionLostException::ice_throw() const
1838
1833
  throw *this;
1839
1834
  }
1840
1835
 
1841
- Ice::DNSException::DNSException(const char* file_, int line_) :
1842
- ::Ice::LocalException(file_, line_),
1836
+ Ice::DNSException::DNSException(const char* file, int line) :
1837
+ LocalException(file, line),
1843
1838
  error(0)
1844
1839
  {
1845
1840
  }
1846
1841
 
1847
- Ice::DNSException::DNSException(const char* file_, int line_, ::Ice::Int iceP_error, const ::std::string& iceP_host) :
1848
- ::Ice::LocalException(file_, line_),
1849
- error(iceP_error),
1850
- host(iceP_host)
1842
+ Ice::DNSException::DNSException(const char* file, int line, Int error, const ::std::string& host) :
1843
+ LocalException(file, line),
1844
+ error(error),
1845
+ host(host)
1851
1846
  {
1852
1847
  }
1853
1848
 
@@ -1873,8 +1868,8 @@ Ice::DNSException::ice_throw() const
1873
1868
  throw *this;
1874
1869
  }
1875
1870
 
1876
- Ice::OperationInterruptedException::OperationInterruptedException(const char* file_, int line_) :
1877
- ::Ice::LocalException(file_, line_)
1871
+ Ice::OperationInterruptedException::OperationInterruptedException(const char* file, int line) :
1872
+ LocalException(file, line)
1878
1873
  {
1879
1874
  }
1880
1875
 
@@ -1900,8 +1895,8 @@ Ice::OperationInterruptedException::ice_throw() const
1900
1895
  throw *this;
1901
1896
  }
1902
1897
 
1903
- Ice::TimeoutException::TimeoutException(const char* file_, int line_) :
1904
- ::Ice::LocalException(file_, line_)
1898
+ Ice::TimeoutException::TimeoutException(const char* file, int line) :
1899
+ LocalException(file, line)
1905
1900
  {
1906
1901
  }
1907
1902
 
@@ -1927,8 +1922,8 @@ Ice::TimeoutException::ice_throw() const
1927
1922
  throw *this;
1928
1923
  }
1929
1924
 
1930
- Ice::ConnectTimeoutException::ConnectTimeoutException(const char* file_, int line_) :
1931
- ::Ice::TimeoutException(file_, line_)
1925
+ Ice::ConnectTimeoutException::ConnectTimeoutException(const char* file, int line) :
1926
+ TimeoutException(file, line)
1932
1927
  {
1933
1928
  }
1934
1929
 
@@ -1954,8 +1949,8 @@ Ice::ConnectTimeoutException::ice_throw() const
1954
1949
  throw *this;
1955
1950
  }
1956
1951
 
1957
- Ice::CloseTimeoutException::CloseTimeoutException(const char* file_, int line_) :
1958
- ::Ice::TimeoutException(file_, line_)
1952
+ Ice::CloseTimeoutException::CloseTimeoutException(const char* file, int line) :
1953
+ TimeoutException(file, line)
1959
1954
  {
1960
1955
  }
1961
1956
 
@@ -1981,8 +1976,8 @@ Ice::CloseTimeoutException::ice_throw() const
1981
1976
  throw *this;
1982
1977
  }
1983
1978
 
1984
- Ice::ConnectionTimeoutException::ConnectionTimeoutException(const char* file_, int line_) :
1985
- ::Ice::TimeoutException(file_, line_)
1979
+ Ice::ConnectionTimeoutException::ConnectionTimeoutException(const char* file, int line) :
1980
+ TimeoutException(file, line)
1986
1981
  {
1987
1982
  }
1988
1983
 
@@ -2008,8 +2003,8 @@ Ice::ConnectionTimeoutException::ice_throw() const
2008
2003
  throw *this;
2009
2004
  }
2010
2005
 
2011
- Ice::InvocationTimeoutException::InvocationTimeoutException(const char* file_, int line_) :
2012
- ::Ice::TimeoutException(file_, line_)
2006
+ Ice::InvocationTimeoutException::InvocationTimeoutException(const char* file, int line) :
2007
+ TimeoutException(file, line)
2013
2008
  {
2014
2009
  }
2015
2010
 
@@ -2035,8 +2030,8 @@ Ice::InvocationTimeoutException::ice_throw() const
2035
2030
  throw *this;
2036
2031
  }
2037
2032
 
2038
- Ice::InvocationCanceledException::InvocationCanceledException(const char* file_, int line_) :
2039
- ::Ice::LocalException(file_, line_)
2033
+ Ice::InvocationCanceledException::InvocationCanceledException(const char* file, int line) :
2034
+ LocalException(file, line)
2040
2035
  {
2041
2036
  }
2042
2037
 
@@ -2062,14 +2057,14 @@ Ice::InvocationCanceledException::ice_throw() const
2062
2057
  throw *this;
2063
2058
  }
2064
2059
 
2065
- Ice::ProtocolException::ProtocolException(const char* file_, int line_) :
2066
- ::Ice::LocalException(file_, line_)
2060
+ Ice::ProtocolException::ProtocolException(const char* file, int line) :
2061
+ LocalException(file, line)
2067
2062
  {
2068
2063
  }
2069
2064
 
2070
- Ice::ProtocolException::ProtocolException(const char* file_, int line_, const ::std::string& iceP_reason) :
2071
- ::Ice::LocalException(file_, line_),
2072
- reason(iceP_reason)
2065
+ Ice::ProtocolException::ProtocolException(const char* file, int line, const ::std::string& reason) :
2066
+ LocalException(file, line),
2067
+ reason(reason)
2073
2068
  {
2074
2069
  }
2075
2070
 
@@ -2095,14 +2090,14 @@ Ice::ProtocolException::ice_throw() const
2095
2090
  throw *this;
2096
2091
  }
2097
2092
 
2098
- Ice::BadMagicException::BadMagicException(const char* file_, int line_) :
2099
- ::Ice::ProtocolException(file_, line_)
2093
+ Ice::BadMagicException::BadMagicException(const char* file, int line) :
2094
+ ProtocolException(file, line)
2100
2095
  {
2101
2096
  }
2102
2097
 
2103
- Ice::BadMagicException::BadMagicException(const char* file_, int line_, const ::std::string& iceP_reason, const ::Ice::ByteSeq& iceP_badMagic) :
2104
- ::Ice::ProtocolException(file_, line_, iceP_reason),
2105
- badMagic(iceP_badMagic)
2098
+ Ice::BadMagicException::BadMagicException(const char* file, int line, const ::std::string& reason, const ByteSeq& badMagic) :
2099
+ ProtocolException(file, line, reason),
2100
+ badMagic(badMagic)
2106
2101
  {
2107
2102
  }
2108
2103
 
@@ -2128,15 +2123,15 @@ Ice::BadMagicException::ice_throw() const
2128
2123
  throw *this;
2129
2124
  }
2130
2125
 
2131
- Ice::UnsupportedProtocolException::UnsupportedProtocolException(const char* file_, int line_) :
2132
- ::Ice::ProtocolException(file_, line_)
2126
+ Ice::UnsupportedProtocolException::UnsupportedProtocolException(const char* file, int line) :
2127
+ ProtocolException(file, line)
2133
2128
  {
2134
2129
  }
2135
2130
 
2136
- Ice::UnsupportedProtocolException::UnsupportedProtocolException(const char* file_, int line_, const ::std::string& iceP_reason, const ::Ice::ProtocolVersion& iceP_bad, const ::Ice::ProtocolVersion& iceP_supported) :
2137
- ::Ice::ProtocolException(file_, line_, iceP_reason),
2138
- bad(iceP_bad),
2139
- supported(iceP_supported)
2131
+ Ice::UnsupportedProtocolException::UnsupportedProtocolException(const char* file, int line, const ::std::string& reason, const ProtocolVersion& bad, const ProtocolVersion& supported) :
2132
+ ProtocolException(file, line, reason),
2133
+ bad(bad),
2134
+ supported(supported)
2140
2135
  {
2141
2136
  }
2142
2137
 
@@ -2162,15 +2157,15 @@ Ice::UnsupportedProtocolException::ice_throw() const
2162
2157
  throw *this;
2163
2158
  }
2164
2159
 
2165
- Ice::UnsupportedEncodingException::UnsupportedEncodingException(const char* file_, int line_) :
2166
- ::Ice::ProtocolException(file_, line_)
2160
+ Ice::UnsupportedEncodingException::UnsupportedEncodingException(const char* file, int line) :
2161
+ ProtocolException(file, line)
2167
2162
  {
2168
2163
  }
2169
2164
 
2170
- Ice::UnsupportedEncodingException::UnsupportedEncodingException(const char* file_, int line_, const ::std::string& iceP_reason, const ::Ice::EncodingVersion& iceP_bad, const ::Ice::EncodingVersion& iceP_supported) :
2171
- ::Ice::ProtocolException(file_, line_, iceP_reason),
2172
- bad(iceP_bad),
2173
- supported(iceP_supported)
2165
+ Ice::UnsupportedEncodingException::UnsupportedEncodingException(const char* file, int line, const ::std::string& reason, const EncodingVersion& bad, const EncodingVersion& supported) :
2166
+ ProtocolException(file, line, reason),
2167
+ bad(bad),
2168
+ supported(supported)
2174
2169
  {
2175
2170
  }
2176
2171
 
@@ -2196,13 +2191,13 @@ Ice::UnsupportedEncodingException::ice_throw() const
2196
2191
  throw *this;
2197
2192
  }
2198
2193
 
2199
- Ice::UnknownMessageException::UnknownMessageException(const char* file_, int line_) :
2200
- ::Ice::ProtocolException(file_, line_)
2194
+ Ice::UnknownMessageException::UnknownMessageException(const char* file, int line) :
2195
+ ProtocolException(file, line)
2201
2196
  {
2202
2197
  }
2203
2198
 
2204
- Ice::UnknownMessageException::UnknownMessageException(const char* file_, int line_, const ::std::string& iceP_reason) :
2205
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2199
+ Ice::UnknownMessageException::UnknownMessageException(const char* file, int line, const ::std::string& reason) :
2200
+ ProtocolException(file, line, reason)
2206
2201
  {
2207
2202
  }
2208
2203
 
@@ -2228,13 +2223,13 @@ Ice::UnknownMessageException::ice_throw() const
2228
2223
  throw *this;
2229
2224
  }
2230
2225
 
2231
- Ice::ConnectionNotValidatedException::ConnectionNotValidatedException(const char* file_, int line_) :
2232
- ::Ice::ProtocolException(file_, line_)
2226
+ Ice::ConnectionNotValidatedException::ConnectionNotValidatedException(const char* file, int line) :
2227
+ ProtocolException(file, line)
2233
2228
  {
2234
2229
  }
2235
2230
 
2236
- Ice::ConnectionNotValidatedException::ConnectionNotValidatedException(const char* file_, int line_, const ::std::string& iceP_reason) :
2237
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2231
+ Ice::ConnectionNotValidatedException::ConnectionNotValidatedException(const char* file, int line, const ::std::string& reason) :
2232
+ ProtocolException(file, line, reason)
2238
2233
  {
2239
2234
  }
2240
2235
 
@@ -2260,13 +2255,13 @@ Ice::ConnectionNotValidatedException::ice_throw() const
2260
2255
  throw *this;
2261
2256
  }
2262
2257
 
2263
- Ice::UnknownRequestIdException::UnknownRequestIdException(const char* file_, int line_) :
2264
- ::Ice::ProtocolException(file_, line_)
2258
+ Ice::UnknownRequestIdException::UnknownRequestIdException(const char* file, int line) :
2259
+ ProtocolException(file, line)
2265
2260
  {
2266
2261
  }
2267
2262
 
2268
- Ice::UnknownRequestIdException::UnknownRequestIdException(const char* file_, int line_, const ::std::string& iceP_reason) :
2269
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2263
+ Ice::UnknownRequestIdException::UnknownRequestIdException(const char* file, int line, const ::std::string& reason) :
2264
+ ProtocolException(file, line, reason)
2270
2265
  {
2271
2266
  }
2272
2267
 
@@ -2292,13 +2287,13 @@ Ice::UnknownRequestIdException::ice_throw() const
2292
2287
  throw *this;
2293
2288
  }
2294
2289
 
2295
- Ice::UnknownReplyStatusException::UnknownReplyStatusException(const char* file_, int line_) :
2296
- ::Ice::ProtocolException(file_, line_)
2290
+ Ice::UnknownReplyStatusException::UnknownReplyStatusException(const char* file, int line) :
2291
+ ProtocolException(file, line)
2297
2292
  {
2298
2293
  }
2299
2294
 
2300
- Ice::UnknownReplyStatusException::UnknownReplyStatusException(const char* file_, int line_, const ::std::string& iceP_reason) :
2301
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2295
+ Ice::UnknownReplyStatusException::UnknownReplyStatusException(const char* file, int line, const ::std::string& reason) :
2296
+ ProtocolException(file, line, reason)
2302
2297
  {
2303
2298
  }
2304
2299
 
@@ -2324,13 +2319,13 @@ Ice::UnknownReplyStatusException::ice_throw() const
2324
2319
  throw *this;
2325
2320
  }
2326
2321
 
2327
- Ice::CloseConnectionException::CloseConnectionException(const char* file_, int line_) :
2328
- ::Ice::ProtocolException(file_, line_)
2322
+ Ice::CloseConnectionException::CloseConnectionException(const char* file, int line) :
2323
+ ProtocolException(file, line)
2329
2324
  {
2330
2325
  }
2331
2326
 
2332
- Ice::CloseConnectionException::CloseConnectionException(const char* file_, int line_, const ::std::string& iceP_reason) :
2333
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2327
+ Ice::CloseConnectionException::CloseConnectionException(const char* file, int line, const ::std::string& reason) :
2328
+ ProtocolException(file, line, reason)
2334
2329
  {
2335
2330
  }
2336
2331
 
@@ -2356,14 +2351,14 @@ Ice::CloseConnectionException::ice_throw() const
2356
2351
  throw *this;
2357
2352
  }
2358
2353
 
2359
- Ice::ConnectionManuallyClosedException::ConnectionManuallyClosedException(const char* file_, int line_) :
2360
- ::Ice::LocalException(file_, line_)
2354
+ Ice::ConnectionManuallyClosedException::ConnectionManuallyClosedException(const char* file, int line) :
2355
+ LocalException(file, line)
2361
2356
  {
2362
2357
  }
2363
2358
 
2364
- Ice::ConnectionManuallyClosedException::ConnectionManuallyClosedException(const char* file_, int line_, bool iceP_graceful) :
2365
- ::Ice::LocalException(file_, line_),
2366
- graceful(iceP_graceful)
2359
+ Ice::ConnectionManuallyClosedException::ConnectionManuallyClosedException(const char* file, int line, bool graceful) :
2360
+ LocalException(file, line),
2361
+ graceful(graceful)
2367
2362
  {
2368
2363
  }
2369
2364
 
@@ -2389,13 +2384,13 @@ Ice::ConnectionManuallyClosedException::ice_throw() const
2389
2384
  throw *this;
2390
2385
  }
2391
2386
 
2392
- Ice::IllegalMessageSizeException::IllegalMessageSizeException(const char* file_, int line_) :
2393
- ::Ice::ProtocolException(file_, line_)
2387
+ Ice::IllegalMessageSizeException::IllegalMessageSizeException(const char* file, int line) :
2388
+ ProtocolException(file, line)
2394
2389
  {
2395
2390
  }
2396
2391
 
2397
- Ice::IllegalMessageSizeException::IllegalMessageSizeException(const char* file_, int line_, const ::std::string& iceP_reason) :
2398
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2392
+ Ice::IllegalMessageSizeException::IllegalMessageSizeException(const char* file, int line, const ::std::string& reason) :
2393
+ ProtocolException(file, line, reason)
2399
2394
  {
2400
2395
  }
2401
2396
 
@@ -2421,13 +2416,13 @@ Ice::IllegalMessageSizeException::ice_throw() const
2421
2416
  throw *this;
2422
2417
  }
2423
2418
 
2424
- Ice::CompressionException::CompressionException(const char* file_, int line_) :
2425
- ::Ice::ProtocolException(file_, line_)
2419
+ Ice::CompressionException::CompressionException(const char* file, int line) :
2420
+ ProtocolException(file, line)
2426
2421
  {
2427
2422
  }
2428
2423
 
2429
- Ice::CompressionException::CompressionException(const char* file_, int line_, const ::std::string& iceP_reason) :
2430
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2424
+ Ice::CompressionException::CompressionException(const char* file, int line, const ::std::string& reason) :
2425
+ ProtocolException(file, line, reason)
2431
2426
  {
2432
2427
  }
2433
2428
 
@@ -2453,13 +2448,13 @@ Ice::CompressionException::ice_throw() const
2453
2448
  throw *this;
2454
2449
  }
2455
2450
 
2456
- Ice::DatagramLimitException::DatagramLimitException(const char* file_, int line_) :
2457
- ::Ice::ProtocolException(file_, line_)
2451
+ Ice::DatagramLimitException::DatagramLimitException(const char* file, int line) :
2452
+ ProtocolException(file, line)
2458
2453
  {
2459
2454
  }
2460
2455
 
2461
- Ice::DatagramLimitException::DatagramLimitException(const char* file_, int line_, const ::std::string& iceP_reason) :
2462
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2456
+ Ice::DatagramLimitException::DatagramLimitException(const char* file, int line, const ::std::string& reason) :
2457
+ ProtocolException(file, line, reason)
2463
2458
  {
2464
2459
  }
2465
2460
 
@@ -2485,13 +2480,13 @@ Ice::DatagramLimitException::ice_throw() const
2485
2480
  throw *this;
2486
2481
  }
2487
2482
 
2488
- Ice::MarshalException::MarshalException(const char* file_, int line_) :
2489
- ::Ice::ProtocolException(file_, line_)
2483
+ Ice::MarshalException::MarshalException(const char* file, int line) :
2484
+ ProtocolException(file, line)
2490
2485
  {
2491
2486
  }
2492
2487
 
2493
- Ice::MarshalException::MarshalException(const char* file_, int line_, const ::std::string& iceP_reason) :
2494
- ::Ice::ProtocolException(file_, line_, iceP_reason)
2488
+ Ice::MarshalException::MarshalException(const char* file, int line, const ::std::string& reason) :
2489
+ ProtocolException(file, line, reason)
2495
2490
  {
2496
2491
  }
2497
2492
 
@@ -2517,13 +2512,13 @@ Ice::MarshalException::ice_throw() const
2517
2512
  throw *this;
2518
2513
  }
2519
2514
 
2520
- Ice::ProxyUnmarshalException::ProxyUnmarshalException(const char* file_, int line_) :
2521
- ::Ice::MarshalException(file_, line_)
2515
+ Ice::ProxyUnmarshalException::ProxyUnmarshalException(const char* file, int line) :
2516
+ MarshalException(file, line)
2522
2517
  {
2523
2518
  }
2524
2519
 
2525
- Ice::ProxyUnmarshalException::ProxyUnmarshalException(const char* file_, int line_, const ::std::string& iceP_reason) :
2526
- ::Ice::MarshalException(file_, line_, iceP_reason)
2520
+ Ice::ProxyUnmarshalException::ProxyUnmarshalException(const char* file, int line, const ::std::string& reason) :
2521
+ MarshalException(file, line, reason)
2527
2522
  {
2528
2523
  }
2529
2524
 
@@ -2549,13 +2544,13 @@ Ice::ProxyUnmarshalException::ice_throw() const
2549
2544
  throw *this;
2550
2545
  }
2551
2546
 
2552
- Ice::UnmarshalOutOfBoundsException::UnmarshalOutOfBoundsException(const char* file_, int line_) :
2553
- ::Ice::MarshalException(file_, line_)
2547
+ Ice::UnmarshalOutOfBoundsException::UnmarshalOutOfBoundsException(const char* file, int line) :
2548
+ MarshalException(file, line)
2554
2549
  {
2555
2550
  }
2556
2551
 
2557
- Ice::UnmarshalOutOfBoundsException::UnmarshalOutOfBoundsException(const char* file_, int line_, const ::std::string& iceP_reason) :
2558
- ::Ice::MarshalException(file_, line_, iceP_reason)
2552
+ Ice::UnmarshalOutOfBoundsException::UnmarshalOutOfBoundsException(const char* file, int line, const ::std::string& reason) :
2553
+ MarshalException(file, line, reason)
2559
2554
  {
2560
2555
  }
2561
2556
 
@@ -2581,14 +2576,14 @@ Ice::UnmarshalOutOfBoundsException::ice_throw() const
2581
2576
  throw *this;
2582
2577
  }
2583
2578
 
2584
- Ice::NoValueFactoryException::NoValueFactoryException(const char* file_, int line_) :
2585
- ::Ice::MarshalException(file_, line_)
2579
+ Ice::NoValueFactoryException::NoValueFactoryException(const char* file, int line) :
2580
+ MarshalException(file, line)
2586
2581
  {
2587
2582
  }
2588
2583
 
2589
- Ice::NoValueFactoryException::NoValueFactoryException(const char* file_, int line_, const ::std::string& iceP_reason, const ::std::string& iceP_type) :
2590
- ::Ice::MarshalException(file_, line_, iceP_reason),
2591
- type(iceP_type)
2584
+ Ice::NoValueFactoryException::NoValueFactoryException(const char* file, int line, const ::std::string& reason, const ::std::string& type) :
2585
+ MarshalException(file, line, reason),
2586
+ type(type)
2592
2587
  {
2593
2588
  }
2594
2589
 
@@ -2614,15 +2609,15 @@ Ice::NoValueFactoryException::ice_throw() const
2614
2609
  throw *this;
2615
2610
  }
2616
2611
 
2617
- Ice::UnexpectedObjectException::UnexpectedObjectException(const char* file_, int line_) :
2618
- ::Ice::MarshalException(file_, line_)
2612
+ Ice::UnexpectedObjectException::UnexpectedObjectException(const char* file, int line) :
2613
+ MarshalException(file, line)
2619
2614
  {
2620
2615
  }
2621
2616
 
2622
- Ice::UnexpectedObjectException::UnexpectedObjectException(const char* file_, int line_, const ::std::string& iceP_reason, const ::std::string& iceP_type, const ::std::string& iceP_expectedType) :
2623
- ::Ice::MarshalException(file_, line_, iceP_reason),
2624
- type(iceP_type),
2625
- expectedType(iceP_expectedType)
2617
+ Ice::UnexpectedObjectException::UnexpectedObjectException(const char* file, int line, const ::std::string& reason, const ::std::string& type, const ::std::string& expectedType) :
2618
+ MarshalException(file, line, reason),
2619
+ type(type),
2620
+ expectedType(expectedType)
2626
2621
  {
2627
2622
  }
2628
2623
 
@@ -2648,13 +2643,13 @@ Ice::UnexpectedObjectException::ice_throw() const
2648
2643
  throw *this;
2649
2644
  }
2650
2645
 
2651
- Ice::MemoryLimitException::MemoryLimitException(const char* file_, int line_) :
2652
- ::Ice::MarshalException(file_, line_)
2646
+ Ice::MemoryLimitException::MemoryLimitException(const char* file, int line) :
2647
+ MarshalException(file, line)
2653
2648
  {
2654
2649
  }
2655
2650
 
2656
- Ice::MemoryLimitException::MemoryLimitException(const char* file_, int line_, const ::std::string& iceP_reason) :
2657
- ::Ice::MarshalException(file_, line_, iceP_reason)
2651
+ Ice::MemoryLimitException::MemoryLimitException(const char* file, int line, const ::std::string& reason) :
2652
+ MarshalException(file, line, reason)
2658
2653
  {
2659
2654
  }
2660
2655
 
@@ -2680,13 +2675,13 @@ Ice::MemoryLimitException::ice_throw() const
2680
2675
  throw *this;
2681
2676
  }
2682
2677
 
2683
- Ice::StringConversionException::StringConversionException(const char* file_, int line_) :
2684
- ::Ice::MarshalException(file_, line_)
2678
+ Ice::StringConversionException::StringConversionException(const char* file, int line) :
2679
+ MarshalException(file, line)
2685
2680
  {
2686
2681
  }
2687
2682
 
2688
- Ice::StringConversionException::StringConversionException(const char* file_, int line_, const ::std::string& iceP_reason) :
2689
- ::Ice::MarshalException(file_, line_, iceP_reason)
2683
+ Ice::StringConversionException::StringConversionException(const char* file, int line, const ::std::string& reason) :
2684
+ MarshalException(file, line, reason)
2690
2685
  {
2691
2686
  }
2692
2687
 
@@ -2712,13 +2707,13 @@ Ice::StringConversionException::ice_throw() const
2712
2707
  throw *this;
2713
2708
  }
2714
2709
 
2715
- Ice::EncapsulationException::EncapsulationException(const char* file_, int line_) :
2716
- ::Ice::MarshalException(file_, line_)
2710
+ Ice::EncapsulationException::EncapsulationException(const char* file, int line) :
2711
+ MarshalException(file, line)
2717
2712
  {
2718
2713
  }
2719
2714
 
2720
- Ice::EncapsulationException::EncapsulationException(const char* file_, int line_, const ::std::string& iceP_reason) :
2721
- ::Ice::MarshalException(file_, line_, iceP_reason)
2715
+ Ice::EncapsulationException::EncapsulationException(const char* file, int line, const ::std::string& reason) :
2716
+ MarshalException(file, line, reason)
2722
2717
  {
2723
2718
  }
2724
2719
 
@@ -2744,14 +2739,14 @@ Ice::EncapsulationException::ice_throw() const
2744
2739
  throw *this;
2745
2740
  }
2746
2741
 
2747
- Ice::FeatureNotSupportedException::FeatureNotSupportedException(const char* file_, int line_) :
2748
- ::Ice::LocalException(file_, line_)
2742
+ Ice::FeatureNotSupportedException::FeatureNotSupportedException(const char* file, int line) :
2743
+ LocalException(file, line)
2749
2744
  {
2750
2745
  }
2751
2746
 
2752
- Ice::FeatureNotSupportedException::FeatureNotSupportedException(const char* file_, int line_, const ::std::string& iceP_unsupportedFeature) :
2753
- ::Ice::LocalException(file_, line_),
2754
- unsupportedFeature(iceP_unsupportedFeature)
2747
+ Ice::FeatureNotSupportedException::FeatureNotSupportedException(const char* file, int line, const ::std::string& unsupportedFeature) :
2748
+ LocalException(file, line),
2749
+ unsupportedFeature(unsupportedFeature)
2755
2750
  {
2756
2751
  }
2757
2752
 
@@ -2777,14 +2772,14 @@ Ice::FeatureNotSupportedException::ice_throw() const
2777
2772
  throw *this;
2778
2773
  }
2779
2774
 
2780
- Ice::SecurityException::SecurityException(const char* file_, int line_) :
2781
- ::Ice::LocalException(file_, line_)
2775
+ Ice::SecurityException::SecurityException(const char* file, int line) :
2776
+ LocalException(file, line)
2782
2777
  {
2783
2778
  }
2784
2779
 
2785
- Ice::SecurityException::SecurityException(const char* file_, int line_, const ::std::string& iceP_reason) :
2786
- ::Ice::LocalException(file_, line_),
2787
- reason(iceP_reason)
2780
+ Ice::SecurityException::SecurityException(const char* file, int line, const ::std::string& reason) :
2781
+ LocalException(file, line),
2782
+ reason(reason)
2788
2783
  {
2789
2784
  }
2790
2785
 
@@ -2810,8 +2805,8 @@ Ice::SecurityException::ice_throw() const
2810
2805
  throw *this;
2811
2806
  }
2812
2807
 
2813
- Ice::FixedProxyException::FixedProxyException(const char* file_, int line_) :
2814
- ::Ice::LocalException(file_, line_)
2808
+ Ice::FixedProxyException::FixedProxyException(const char* file, int line) :
2809
+ LocalException(file, line)
2815
2810
  {
2816
2811
  }
2817
2812
 
@@ -2837,8 +2832,8 @@ Ice::FixedProxyException::ice_throw() const
2837
2832
  throw *this;
2838
2833
  }
2839
2834
 
2840
- Ice::ResponseSentException::ResponseSentException(const char* file_, int line_) :
2841
- ::Ice::LocalException(file_, line_)
2835
+ Ice::ResponseSentException::ResponseSentException(const char* file, int line) :
2836
+ LocalException(file, line)
2842
2837
  {
2843
2838
  }
2844
2839