zeroc-ice 3.7.5 → 3.7.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (271) hide show
  1. checksums.yaml +4 -4
  2. data/ext/Config.h +13 -0
  3. data/ext/Util.cpp +0 -4
  4. data/ext/ice/cpp/include/Ice/Exception.h +3 -3
  5. data/ext/ice/cpp/include/Ice/Functional.h +3 -1
  6. data/ext/ice/cpp/include/Ice/IconvStringConverter.h +1 -1
  7. data/ext/ice/cpp/include/Ice/Object.h +7 -0
  8. data/ext/ice/cpp/include/Ice/Proxy.h +25 -16
  9. data/ext/ice/cpp/include/Ice/Service.h +1 -1
  10. data/ext/ice/cpp/include/IceSSL/Plugin.h +142 -0
  11. data/ext/ice/cpp/include/IceUtil/Config.h +3 -2
  12. data/ext/ice/cpp/include/IceUtil/Functional.h +3 -1
  13. data/ext/ice/cpp/include/IceUtil/MutexPtrLock.h +4 -4
  14. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +2 -2
  15. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +2 -2
  16. data/ext/ice/cpp/include/generated/Ice/Communicator.h +8 -2
  17. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +2 -2
  18. data/ext/ice/cpp/include/generated/Ice/Connection.h +45 -2
  19. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +2 -2
  20. data/ext/ice/cpp/include/generated/Ice/Current.h +2 -2
  21. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +38 -2
  22. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +2 -2
  23. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +2 -2
  24. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +2 -2
  25. data/ext/ice/cpp/include/generated/Ice/Identity.h +2 -2
  26. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +8 -2
  27. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +2 -2
  28. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +62 -2
  29. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +2 -2
  30. data/ext/ice/cpp/include/generated/Ice/LocalException.h +464 -68
  31. data/ext/ice/cpp/include/generated/Ice/Locator.h +55 -7
  32. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +2 -2
  33. data/ext/ice/cpp/include/generated/Ice/Logger.h +8 -2
  34. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +2 -2
  35. data/ext/ice/cpp/include/generated/Ice/Metrics.h +63 -11
  36. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +8 -2
  37. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +2 -2
  38. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +8 -2
  39. data/ext/ice/cpp/include/generated/Ice/Plugin.h +14 -2
  40. data/ext/ice/cpp/include/generated/Ice/PluginF.h +2 -2
  41. data/ext/ice/cpp/include/generated/Ice/Process.h +8 -2
  42. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +2 -2
  43. data/ext/ice/cpp/include/generated/Ice/Properties.h +8 -2
  44. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +8 -2
  45. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +2 -2
  46. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +21 -3
  47. data/ext/ice/cpp/include/generated/Ice/Router.h +14 -2
  48. data/ext/ice/cpp/include/generated/Ice/RouterF.h +2 -2
  49. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +8 -2
  50. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +2 -2
  51. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +2 -2
  52. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +14 -2
  53. data/ext/ice/cpp/include/generated/Ice/Version.h +2 -2
  54. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +7 -2
  55. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +2 -2
  56. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +7 -2
  57. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
  58. data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
  59. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
  60. data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
  61. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
  62. data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +3 -3
  63. data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
  64. data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
  65. data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
  66. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
  67. data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
  68. data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
  69. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
  70. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
  71. data/ext/ice/cpp/src/Ice/InputStream.cpp +10 -10
  72. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
  73. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
  74. data/ext/ice/cpp/src/Ice/LocalException.cpp +398 -2
  75. data/ext/ice/cpp/src/Ice/Locator.cpp +32 -2
  76. data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
  77. data/ext/ice/cpp/src/Ice/LocatorInfo.cpp +3 -3
  78. data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
  79. data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
  80. data/ext/ice/cpp/src/Ice/Metrics.cpp +8 -2
  81. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
  82. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
  83. data/ext/ice/cpp/src/Ice/ObjectAdapterFactory.cpp +4 -4
  84. data/ext/ice/cpp/src/Ice/ObjectAdapterI.cpp +8 -8
  85. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
  86. data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
  87. data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
  88. data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
  89. data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
  90. data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
  91. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
  92. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
  93. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +5 -3
  94. data/ext/ice/cpp/src/Ice/PropertyNames.h +1 -1
  95. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +8 -2
  96. data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
  97. data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
  98. data/ext/ice/cpp/src/Ice/RouterInfo.cpp +6 -2
  99. data/ext/ice/cpp/src/Ice/SHA1.cpp +2 -0
  100. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
  101. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
  102. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
  103. data/ext/ice/cpp/src/Ice/Thread.cpp +2 -2
  104. data/ext/ice/cpp/src/Ice/ThreadPool.cpp +5 -1
  105. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +2 -2
  106. data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
  107. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
  108. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +14 -2
  109. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
  110. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +14 -2
  111. data/ext/ice/cpp/src/IceSSL/CertificateI.cpp +23 -1
  112. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
  113. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +2 -2
  114. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
  115. data/ext/ice/cpp/src/IceSSL/OpenSSLCertificateI.cpp +114 -6
  116. data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.cpp +60 -1
  117. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +132 -7
  118. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.h +1 -0
  119. data/ext/ice/cpp/src/IceSSL/OpenSSLUtil.cpp +2 -0
  120. data/ext/ice/cpp/src/IceSSL/PluginI.cpp +114 -0
  121. data/ext/ice/cpp/src/IceSSL/PluginI.h +21 -0
  122. data/ext/ice/cpp/src/IceSSL/SChannelCertificateI.cpp +142 -1
  123. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.cpp +117 -3
  124. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.h +1 -0
  125. data/ext/ice/cpp/src/IceSSL/SSLEngine.cpp +20 -1
  126. data/ext/ice/cpp/src/IceSSL/SSLEngine.h +4 -0
  127. data/ext/ice/cpp/src/IceSSL/SecureTransportCertificateI.cpp +133 -2
  128. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +150 -88
  129. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.h +1 -0
  130. data/ext/ice/cpp/src/IceUtil/OutputUtil.cpp +7 -2
  131. data/ext/ice/cpp/src/IceUtil/StringConverter.cpp +6 -0
  132. data/ext/ice/cpp/src/IceUtil/Time.cpp +2 -2
  133. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.cpp +9 -5
  134. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +8 -0
  135. data/ext/ice/cpp/src/Slice/MD5I.cpp +2 -1
  136. data/ext/ice/cpp/src/Slice/PHPUtil.cpp +4 -0
  137. data/ext/ice/cpp/src/Slice/Parser.cpp +4 -0
  138. data/ext/ice/cpp/src/Slice/Parser.h +2 -2
  139. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +40 -3
  140. data/ext/ice/cpp/src/Slice/Scanner.cpp +620 -368
  141. data/ext/ice/mcpp/CMakeLists.txt +80 -0
  142. data/ext/ice/mcpp/expand.c +6 -6
  143. data/ice.gemspec +1 -1
  144. data/lib/Glacier2/Metrics.rb +1 -1
  145. data/lib/Glacier2/PermissionsVerifier.rb +1 -1
  146. data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
  147. data/lib/Glacier2/Router.rb +1 -1
  148. data/lib/Glacier2/RouterF.rb +1 -1
  149. data/lib/Glacier2/SSLInfo.rb +1 -1
  150. data/lib/Glacier2/Session.rb +1 -1
  151. data/lib/Ice/BuiltinSequences.rb +1 -1
  152. data/lib/Ice/Communicator.rb +1 -1
  153. data/lib/Ice/CommunicatorF.rb +1 -1
  154. data/lib/Ice/Connection.rb +1 -1
  155. data/lib/Ice/ConnectionF.rb +1 -1
  156. data/lib/Ice/Current.rb +1 -1
  157. data/lib/Ice/Endpoint.rb +1 -1
  158. data/lib/Ice/EndpointF.rb +1 -1
  159. data/lib/Ice/EndpointTypes.rb +1 -1
  160. data/lib/Ice/FacetMap.rb +1 -1
  161. data/lib/Ice/Identity.rb +1 -1
  162. data/lib/Ice/ImplicitContext.rb +1 -1
  163. data/lib/Ice/ImplicitContextF.rb +1 -1
  164. data/lib/Ice/Instrumentation.rb +1 -1
  165. data/lib/Ice/InstrumentationF.rb +1 -1
  166. data/lib/Ice/LocalException.rb +1 -1
  167. data/lib/Ice/Locator.rb +1 -1
  168. data/lib/Ice/LocatorF.rb +1 -1
  169. data/lib/Ice/Logger.rb +1 -1
  170. data/lib/Ice/LoggerF.rb +1 -1
  171. data/lib/Ice/Metrics.rb +1 -1
  172. data/lib/Ice/ObjectAdapter.rb +1 -1
  173. data/lib/Ice/ObjectAdapterF.rb +1 -1
  174. data/lib/Ice/ObjectFactory.rb +1 -1
  175. data/lib/Ice/Plugin.rb +1 -1
  176. data/lib/Ice/PluginF.rb +1 -1
  177. data/lib/Ice/Process.rb +1 -1
  178. data/lib/Ice/ProcessF.rb +1 -1
  179. data/lib/Ice/Properties.rb +1 -1
  180. data/lib/Ice/PropertiesAdmin.rb +1 -1
  181. data/lib/Ice/PropertiesF.rb +1 -1
  182. data/lib/Ice/RemoteLogger.rb +1 -1
  183. data/lib/Ice/Router.rb +1 -1
  184. data/lib/Ice/RouterF.rb +1 -1
  185. data/lib/Ice/ServantLocator.rb +1 -1
  186. data/lib/Ice/ServantLocatorF.rb +1 -1
  187. data/lib/Ice/SliceChecksumDict.rb +1 -1
  188. data/lib/Ice/ValueFactory.rb +1 -1
  189. data/lib/Ice/Version.rb +1 -1
  190. data/lib/IceBox/IceBox.rb +1 -1
  191. data/lib/IceGrid/Admin.rb +1 -1
  192. data/lib/IceGrid/Descriptor.rb +1 -1
  193. data/lib/IceGrid/Exception.rb +1 -1
  194. data/lib/IceGrid/FileParser.rb +1 -1
  195. data/lib/IceGrid/PluginFacade.rb +1 -1
  196. data/lib/IceGrid/Registry.rb +1 -1
  197. data/lib/IceGrid/Session.rb +1 -1
  198. data/lib/IceGrid/UserAccountMapper.rb +1 -1
  199. data/lib/IcePatch2/FileInfo.rb +1 -1
  200. data/lib/IcePatch2/FileServer.rb +1 -1
  201. data/lib/IceStorm/IceStorm.rb +1 -1
  202. data/lib/IceStorm/Metrics.rb +1 -1
  203. data/slice/Glacier2/PermissionsVerifier.ice +1 -0
  204. data/slice/Glacier2/PermissionsVerifierF.ice +1 -0
  205. data/slice/Glacier2/Router.ice +1 -0
  206. data/slice/Glacier2/RouterF.ice +1 -0
  207. data/slice/Glacier2/SSLInfo.ice +1 -0
  208. data/slice/Glacier2/Session.ice +1 -0
  209. data/slice/Ice/BuiltinSequences.ice +1 -0
  210. data/slice/Ice/Communicator.ice +1 -0
  211. data/slice/Ice/CommunicatorF.ice +1 -0
  212. data/slice/Ice/Connection.ice +1 -0
  213. data/slice/Ice/ConnectionF.ice +1 -0
  214. data/slice/Ice/Current.ice +1 -0
  215. data/slice/Ice/Endpoint.ice +1 -0
  216. data/slice/Ice/EndpointF.ice +1 -0
  217. data/slice/Ice/EndpointTypes.ice +1 -0
  218. data/slice/Ice/FacetMap.ice +1 -0
  219. data/slice/Ice/Identity.ice +1 -0
  220. data/slice/Ice/ImplicitContext.ice +1 -0
  221. data/slice/Ice/ImplicitContextF.ice +1 -0
  222. data/slice/Ice/Instrumentation.ice +1 -0
  223. data/slice/Ice/InstrumentationF.ice +1 -0
  224. data/slice/Ice/LocalException.ice +1 -0
  225. data/slice/Ice/Locator.ice +1 -0
  226. data/slice/Ice/LocatorF.ice +1 -0
  227. data/slice/Ice/Logger.ice +1 -0
  228. data/slice/Ice/LoggerF.ice +1 -0
  229. data/slice/Ice/Metrics.ice +1 -0
  230. data/slice/Ice/ObjectAdapter.ice +1 -0
  231. data/slice/Ice/ObjectAdapterF.ice +1 -0
  232. data/slice/Ice/ObjectFactory.ice +1 -0
  233. data/slice/Ice/Plugin.ice +1 -0
  234. data/slice/Ice/PluginF.ice +1 -0
  235. data/slice/Ice/Process.ice +1 -0
  236. data/slice/Ice/ProcessF.ice +1 -0
  237. data/slice/Ice/Properties.ice +1 -0
  238. data/slice/Ice/PropertiesAdmin.ice +1 -0
  239. data/slice/Ice/PropertiesF.ice +1 -0
  240. data/slice/Ice/RemoteLogger.ice +1 -0
  241. data/slice/Ice/Router.ice +1 -0
  242. data/slice/Ice/RouterF.ice +1 -0
  243. data/slice/Ice/ServantLocator.ice +1 -0
  244. data/slice/Ice/ServantLocatorF.ice +1 -0
  245. data/slice/Ice/SliceChecksumDict.ice +1 -0
  246. data/slice/Ice/ValueFactory.ice +1 -0
  247. data/slice/Ice/Version.ice +1 -0
  248. data/slice/IceBT/ConnectionInfo.ice +1 -0
  249. data/slice/IceBT/EndpointInfo.ice +1 -0
  250. data/slice/IceBT/Types.ice +1 -0
  251. data/slice/IceBox/IceBox.ice +1 -0
  252. data/slice/IceDiscovery/IceDiscovery.ice +1 -0
  253. data/slice/IceGrid/Admin.ice +1 -0
  254. data/slice/IceGrid/Descriptor.ice +1 -0
  255. data/slice/IceGrid/Exception.ice +1 -0
  256. data/slice/IceGrid/FileParser.ice +1 -0
  257. data/slice/IceGrid/PluginFacade.ice +1 -0
  258. data/slice/IceGrid/Registry.ice +1 -0
  259. data/slice/IceGrid/Session.ice +1 -0
  260. data/slice/IceGrid/UserAccountMapper.ice +1 -0
  261. data/slice/IceIAP/ConnectionInfo.ice +1 -0
  262. data/slice/IceIAP/EndpointInfo.ice +1 -0
  263. data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +1 -0
  264. data/slice/IcePatch2/FileInfo.ice +1 -0
  265. data/slice/IcePatch2/FileServer.ice +1 -0
  266. data/slice/IceSSL/ConnectionInfo.ice +1 -0
  267. data/slice/IceSSL/ConnectionInfoF.ice +1 -0
  268. data/slice/IceSSL/EndpointInfo.ice +1 -0
  269. data/slice/IceStorm/IceStorm.ice +1 -0
  270. data/slice/IceStorm/Metrics.ice +4 -1
  271. metadata +4 -4
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -45,7 +45,7 @@
45
45
  # if ICE_INT_VERSION % 100 >= 50
46
46
  # error Beta header file detected
47
47
  # endif
48
- # if ICE_INT_VERSION % 100 < 5
48
+ # if ICE_INT_VERSION % 100 < 8
49
49
  # error Ice patch level mismatch!
50
50
  # endif
51
51
  #endif
@@ -1071,7 +1071,13 @@ class ICE_API AdapterNotFoundException : public UserException
1071
1071
  public:
1072
1072
 
1073
1073
  AdapterNotFoundException() {}
1074
+
1075
+ #ifdef ICE_CPP11_COMPILER
1076
+ AdapterNotFoundException(const AdapterNotFoundException&) = default;
1077
+ virtual ~AdapterNotFoundException();
1078
+ #else
1074
1079
  virtual ~AdapterNotFoundException() throw();
1080
+ #endif
1075
1081
 
1076
1082
  /**
1077
1083
  * Obtains the Slice type ID of this exception.
@@ -1079,7 +1085,7 @@ public:
1079
1085
  */
1080
1086
  virtual ::std::string ice_id() const;
1081
1087
  /**
1082
- * Polymporphically clones this exception.
1088
+ * Polymorphically clones this exception.
1083
1089
  * @return A shallow copy of this exception.
1084
1090
  */
1085
1091
  virtual AdapterNotFoundException* ice_clone() const;
@@ -1110,7 +1116,13 @@ class ICE_API InvalidReplicaGroupIdException : public UserException
1110
1116
  public:
1111
1117
 
1112
1118
  InvalidReplicaGroupIdException() {}
1119
+
1120
+ #ifdef ICE_CPP11_COMPILER
1121
+ InvalidReplicaGroupIdException(const InvalidReplicaGroupIdException&) = default;
1122
+ virtual ~InvalidReplicaGroupIdException();
1123
+ #else
1113
1124
  virtual ~InvalidReplicaGroupIdException() throw();
1125
+ #endif
1114
1126
 
1115
1127
  /**
1116
1128
  * Obtains the Slice type ID of this exception.
@@ -1118,7 +1130,7 @@ public:
1118
1130
  */
1119
1131
  virtual ::std::string ice_id() const;
1120
1132
  /**
1121
- * Polymporphically clones this exception.
1133
+ * Polymorphically clones this exception.
1122
1134
  * @return A shallow copy of this exception.
1123
1135
  */
1124
1136
  virtual InvalidReplicaGroupIdException* ice_clone() const;
@@ -1145,7 +1157,13 @@ class ICE_API AdapterAlreadyActiveException : public UserException
1145
1157
  public:
1146
1158
 
1147
1159
  AdapterAlreadyActiveException() {}
1160
+
1161
+ #ifdef ICE_CPP11_COMPILER
1162
+ AdapterAlreadyActiveException(const AdapterAlreadyActiveException&) = default;
1163
+ virtual ~AdapterAlreadyActiveException();
1164
+ #else
1148
1165
  virtual ~AdapterAlreadyActiveException() throw();
1166
+ #endif
1149
1167
 
1150
1168
  /**
1151
1169
  * Obtains the Slice type ID of this exception.
@@ -1153,7 +1171,7 @@ public:
1153
1171
  */
1154
1172
  virtual ::std::string ice_id() const;
1155
1173
  /**
1156
- * Polymporphically clones this exception.
1174
+ * Polymorphically clones this exception.
1157
1175
  * @return A shallow copy of this exception.
1158
1176
  */
1159
1177
  virtual AdapterAlreadyActiveException* ice_clone() const;
@@ -1179,7 +1197,13 @@ class ICE_API ObjectNotFoundException : public UserException
1179
1197
  public:
1180
1198
 
1181
1199
  ObjectNotFoundException() {}
1200
+
1201
+ #ifdef ICE_CPP11_COMPILER
1202
+ ObjectNotFoundException(const ObjectNotFoundException&) = default;
1203
+ virtual ~ObjectNotFoundException();
1204
+ #else
1182
1205
  virtual ~ObjectNotFoundException() throw();
1206
+ #endif
1183
1207
 
1184
1208
  /**
1185
1209
  * Obtains the Slice type ID of this exception.
@@ -1187,7 +1211,7 @@ public:
1187
1211
  */
1188
1212
  virtual ::std::string ice_id() const;
1189
1213
  /**
1190
- * Polymporphically clones this exception.
1214
+ * Polymorphically clones this exception.
1191
1215
  * @return A shallow copy of this exception.
1192
1216
  */
1193
1217
  virtual ObjectNotFoundException* ice_clone() const;
@@ -1213,7 +1237,13 @@ class ICE_API ServerNotFoundException : public UserException
1213
1237
  public:
1214
1238
 
1215
1239
  ServerNotFoundException() {}
1240
+
1241
+ #ifdef ICE_CPP11_COMPILER
1242
+ ServerNotFoundException(const ServerNotFoundException&) = default;
1243
+ virtual ~ServerNotFoundException();
1244
+ #else
1216
1245
  virtual ~ServerNotFoundException() throw();
1246
+ #endif
1217
1247
 
1218
1248
  /**
1219
1249
  * Obtains the Slice type ID of this exception.
@@ -1221,7 +1251,7 @@ public:
1221
1251
  */
1222
1252
  virtual ::std::string ice_id() const;
1223
1253
  /**
1224
- * Polymporphically clones this exception.
1254
+ * Polymorphically clones this exception.
1225
1255
  * @return A shallow copy of this exception.
1226
1256
  */
1227
1257
  virtual ServerNotFoundException* ice_clone() const;
@@ -2280,6 +2310,12 @@ public:
2280
2310
 
2281
2311
  virtual ~Locator();
2282
2312
 
2313
+ #ifdef ICE_CPP11_COMPILER
2314
+ Locator() = default;
2315
+ Locator(const Locator&) = default;
2316
+ Locator& operator=(const Locator&) = default;
2317
+ #endif
2318
+
2283
2319
  /**
2284
2320
  * Determines whether this object supports an interface with the given Slice type ID.
2285
2321
  * @param id The fully-scoped Slice type ID.
@@ -2390,6 +2426,12 @@ public:
2390
2426
 
2391
2427
  virtual ~LocatorRegistry();
2392
2428
 
2429
+ #ifdef ICE_CPP11_COMPILER
2430
+ LocatorRegistry() = default;
2431
+ LocatorRegistry(const LocatorRegistry&) = default;
2432
+ LocatorRegistry& operator=(const LocatorRegistry&) = default;
2433
+ #endif
2434
+
2393
2435
  /**
2394
2436
  * Determines whether this object supports an interface with the given Slice type ID.
2395
2437
  * @param id The fully-scoped Slice type ID.
@@ -2517,6 +2559,12 @@ public:
2517
2559
 
2518
2560
  virtual ~LocatorFinder();
2519
2561
 
2562
+ #ifdef ICE_CPP11_COMPILER
2563
+ LocatorFinder() = default;
2564
+ LocatorFinder(const LocatorFinder&) = default;
2565
+ LocatorFinder& operator=(const LocatorFinder&) = default;
2566
+ #endif
2567
+
2520
2568
  /**
2521
2569
  * Determines whether this object supports an interface with the given Slice type ID.
2522
2570
  * @param id The fully-scoped Slice type ID.
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -36,7 +36,7 @@
36
36
  # if ICE_INT_VERSION % 100 >= 50
37
37
  # error Beta header file detected
38
38
  # endif
39
- # if ICE_INT_VERSION % 100 < 5
39
+ # if ICE_INT_VERSION % 100 < 8
40
40
  # error Ice patch level mismatch!
41
41
  # endif
42
42
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,7 +35,7 @@
35
35
  # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 5
38
+ # if ICE_INT_VERSION % 100 < 8
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -162,6 +162,12 @@ public:
162
162
 
163
163
  virtual ~Logger();
164
164
 
165
+ #ifdef ICE_CPP11_COMPILER
166
+ Logger() = default;
167
+ Logger(const Logger&) = default;
168
+ Logger& operator=(const Logger&) = default;
169
+ #endif
170
+
165
171
  /**
166
172
  * Print a message. The message is printed literally, without
167
173
  * any decorations such as executable name or time stamp.
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,7 +35,7 @@
35
35
  # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 5
38
+ # if ICE_INT_VERSION % 100 < 8
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -43,7 +43,7 @@
43
43
  # if ICE_INT_VERSION % 100 >= 50
44
44
  # error Beta header file detected
45
45
  # endif
46
- # if ICE_INT_VERSION % 100 < 5
46
+ # if ICE_INT_VERSION % 100 < 8
47
47
  # error Ice patch level mismatch!
48
48
  # endif
49
49
  #endif
@@ -1608,7 +1608,13 @@ class ICE_API UnknownMetricsView : public ::Ice::UserException
1608
1608
  public:
1609
1609
 
1610
1610
  UnknownMetricsView() {}
1611
+
1612
+ #ifdef ICE_CPP11_COMPILER
1613
+ UnknownMetricsView(const UnknownMetricsView&) = default;
1614
+ virtual ~UnknownMetricsView();
1615
+ #else
1611
1616
  virtual ~UnknownMetricsView() throw();
1617
+ #endif
1612
1618
 
1613
1619
  /**
1614
1620
  * Obtains the Slice type ID of this exception.
@@ -1616,7 +1622,7 @@ public:
1616
1622
  */
1617
1623
  virtual ::std::string ice_id() const;
1618
1624
  /**
1619
- * Polymporphically clones this exception.
1625
+ * Polymorphically clones this exception.
1620
1626
  * @return A shallow copy of this exception.
1621
1627
  */
1622
1628
  virtual UnknownMetricsView* ice_clone() const;
@@ -2474,8 +2480,13 @@ public:
2474
2480
  {
2475
2481
  }
2476
2482
 
2483
+ #ifdef ICE_CPP11_COMPILER
2484
+ Metrics(const Metrics&) = default;
2485
+ Metrics& operator=(const Metrics&) = default;
2486
+ #endif
2487
+
2477
2488
  /**
2478
- * Polymporphically clones this object.
2489
+ * Polymorphically clones this object.
2479
2490
  * @return A shallow copy of this object.
2480
2491
  */
2481
2492
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -2580,6 +2591,12 @@ public:
2580
2591
 
2581
2592
  virtual ~MetricsAdmin();
2582
2593
 
2594
+ #ifdef ICE_CPP11_COMPILER
2595
+ MetricsAdmin() = default;
2596
+ MetricsAdmin(const MetricsAdmin&) = default;
2597
+ MetricsAdmin& operator=(const MetricsAdmin&) = default;
2598
+ #endif
2599
+
2583
2600
  /**
2584
2601
  * Determines whether this object supports an interface with the given Slice type ID.
2585
2602
  * @param id The fully-scoped Slice type ID.
@@ -2756,8 +2773,13 @@ public:
2756
2773
  {
2757
2774
  }
2758
2775
 
2776
+ #ifdef ICE_CPP11_COMPILER
2777
+ ThreadMetrics(const ThreadMetrics&) = default;
2778
+ ThreadMetrics& operator=(const ThreadMetrics&) = default;
2779
+ #endif
2780
+
2759
2781
  /**
2760
- * Polymporphically clones this object.
2782
+ * Polymorphically clones this object.
2761
2783
  * @return A shallow copy of this object.
2762
2784
  */
2763
2785
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -2879,8 +2901,13 @@ public:
2879
2901
  {
2880
2902
  }
2881
2903
 
2904
+ #ifdef ICE_CPP11_COMPILER
2905
+ DispatchMetrics(const DispatchMetrics&) = default;
2906
+ DispatchMetrics& operator=(const DispatchMetrics&) = default;
2907
+ #endif
2908
+
2882
2909
  /**
2883
- * Polymporphically clones this object.
2910
+ * Polymorphically clones this object.
2884
2911
  * @return A shallow copy of this object.
2885
2912
  */
2886
2913
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3000,8 +3027,13 @@ public:
3000
3027
  {
3001
3028
  }
3002
3029
 
3030
+ #ifdef ICE_CPP11_COMPILER
3031
+ ChildInvocationMetrics(const ChildInvocationMetrics&) = default;
3032
+ ChildInvocationMetrics& operator=(const ChildInvocationMetrics&) = default;
3033
+ #endif
3034
+
3003
3035
  /**
3004
- * Polymporphically clones this object.
3036
+ * Polymorphically clones this object.
3005
3037
  * @return A shallow copy of this object.
3006
3038
  */
3007
3039
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3109,8 +3141,13 @@ public:
3109
3141
  {
3110
3142
  }
3111
3143
 
3144
+ #ifdef ICE_CPP11_COMPILER
3145
+ CollocatedMetrics(const CollocatedMetrics&) = default;
3146
+ CollocatedMetrics& operator=(const CollocatedMetrics&) = default;
3147
+ #endif
3148
+
3112
3149
  /**
3113
- * Polymporphically clones this object.
3150
+ * Polymorphically clones this object.
3114
3151
  * @return A shallow copy of this object.
3115
3152
  */
3116
3153
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3205,8 +3242,13 @@ public:
3205
3242
  {
3206
3243
  }
3207
3244
 
3245
+ #ifdef ICE_CPP11_COMPILER
3246
+ RemoteMetrics(const RemoteMetrics&) = default;
3247
+ RemoteMetrics& operator=(const RemoteMetrics&) = default;
3248
+ #endif
3249
+
3208
3250
  /**
3209
- * Polymporphically clones this object.
3251
+ * Polymorphically clones this object.
3210
3252
  * @return A shallow copy of this object.
3211
3253
  */
3212
3254
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3310,8 +3352,13 @@ public:
3310
3352
  {
3311
3353
  }
3312
3354
 
3355
+ #ifdef ICE_CPP11_COMPILER
3356
+ InvocationMetrics(const InvocationMetrics&) = default;
3357
+ InvocationMetrics& operator=(const InvocationMetrics&) = default;
3358
+ #endif
3359
+
3313
3360
  /**
3314
- * Polymporphically clones this object.
3361
+ * Polymorphically clones this object.
3315
3362
  * @return A shallow copy of this object.
3316
3363
  */
3317
3364
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -3435,8 +3482,13 @@ public:
3435
3482
  {
3436
3483
  }
3437
3484
 
3485
+ #ifdef ICE_CPP11_COMPILER
3486
+ ConnectionMetrics(const ConnectionMetrics&) = default;
3487
+ ConnectionMetrics& operator=(const ConnectionMetrics&) = default;
3488
+ #endif
3489
+
3438
3490
  /**
3439
- * Polymporphically clones this object.
3491
+ * Polymorphically clones this object.
3440
3492
  * @return A shallow copy of this object.
3441
3493
  */
3442
3494
  virtual ::Ice::ObjectPtr ice_clone() const;
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -48,7 +48,7 @@
48
48
  # if ICE_INT_VERSION % 100 >= 50
49
49
  # error Beta header file detected
50
50
  # endif
51
- # if ICE_INT_VERSION % 100 < 5
51
+ # if ICE_INT_VERSION % 100 < 8
52
52
  # error Ice patch level mismatch!
53
53
  # endif
54
54
  #endif
@@ -655,6 +655,12 @@ public:
655
655
 
656
656
  virtual ~ObjectAdapter();
657
657
 
658
+ #ifdef ICE_CPP11_COMPILER
659
+ ObjectAdapter() = default;
660
+ ObjectAdapter(const ObjectAdapter&) = default;
661
+ ObjectAdapter& operator=(const ObjectAdapter&) = default;
662
+ #endif
663
+
658
664
  /**
659
665
  * Get the name of this object adapter.
660
666
  * @return This object adapter's name.
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,7 +35,7 @@
35
35
  # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 5
38
+ # if ICE_INT_VERSION % 100 < 8
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,7 +35,7 @@
35
35
  # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 5
38
+ # if ICE_INT_VERSION % 100 < 8
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -148,6 +148,12 @@ public:
148
148
 
149
149
  virtual ~ObjectFactory();
150
150
 
151
+ #ifdef ICE_CPP11_COMPILER
152
+ ObjectFactory() = default;
153
+ ObjectFactory(const ObjectFactory&) = default;
154
+ ObjectFactory& operator=(const ObjectFactory&) = default;
155
+ #endif
156
+
151
157
  /**
152
158
  * Create a new object for a given object type. The type is the
153
159
  * absolute Slice type id, i.e., the id relative to the
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -37,7 +37,7 @@
37
37
  # if ICE_INT_VERSION % 100 >= 50
38
38
  # error Beta header file detected
39
39
  # endif
40
- # if ICE_INT_VERSION % 100 < 5
40
+ # if ICE_INT_VERSION % 100 < 8
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -202,6 +202,12 @@ public:
202
202
 
203
203
  virtual ~Plugin();
204
204
 
205
+ #ifdef ICE_CPP11_COMPILER
206
+ Plugin() = default;
207
+ Plugin(const Plugin&) = default;
208
+ Plugin& operator=(const Plugin&) = default;
209
+ #endif
210
+
205
211
  /**
206
212
  * Perform any necessary initialization steps.
207
213
  */
@@ -238,6 +244,12 @@ public:
238
244
 
239
245
  virtual ~PluginManager();
240
246
 
247
+ #ifdef ICE_CPP11_COMPILER
248
+ PluginManager() = default;
249
+ PluginManager(const PluginManager&) = default;
250
+ PluginManager& operator=(const PluginManager&) = default;
251
+ #endif
252
+
241
253
  /**
242
254
  * Initialize the configured plug-ins. The communicator automatically initializes
243
255
  * the plug-ins by default, but an application may need to interact directly with
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -35,7 +35,7 @@
35
35
  # if ICE_INT_VERSION % 100 >= 50
36
36
  # error Beta header file detected
37
37
  # endif
38
- # if ICE_INT_VERSION % 100 < 5
38
+ # if ICE_INT_VERSION % 100 < 8
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -41,7 +41,7 @@
41
41
  # if ICE_INT_VERSION % 100 >= 50
42
42
  # error Beta header file detected
43
43
  # endif
44
- # if ICE_INT_VERSION % 100 < 5
44
+ # if ICE_INT_VERSION % 100 < 8
45
45
  # error Ice patch level mismatch!
46
46
  # endif
47
47
  #endif
@@ -566,6 +566,12 @@ public:
566
566
 
567
567
  virtual ~Process();
568
568
 
569
+ #ifdef ICE_CPP11_COMPILER
570
+ Process() = default;
571
+ Process(const Process&) = default;
572
+ Process& operator=(const Process&) = default;
573
+ #endif
574
+
569
575
  /**
570
576
  * Determines whether this object supports an interface with the given Slice type ID.
571
577
  * @param id The fully-scoped Slice type ID.
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -36,7 +36,7 @@
36
36
  # if ICE_INT_VERSION % 100 >= 50
37
37
  # error Beta header file detected
38
38
  # endif
39
- # if ICE_INT_VERSION % 100 < 5
39
+ # if ICE_INT_VERSION % 100 < 8
40
40
  # error Ice patch level mismatch!
41
41
  # endif
42
42
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -42,7 +42,7 @@
42
42
  # if ICE_INT_VERSION % 100 >= 50
43
43
  # error Beta header file detected
44
44
  # endif
45
- # if ICE_INT_VERSION % 100 < 5
45
+ # if ICE_INT_VERSION % 100 < 8
46
46
  # error Ice patch level mismatch!
47
47
  # endif
48
48
  #endif
@@ -280,6 +280,12 @@ public:
280
280
 
281
281
  virtual ~Properties();
282
282
 
283
+ #ifdef ICE_CPP11_COMPILER
284
+ Properties() = default;
285
+ Properties(const Properties&) = default;
286
+ Properties& operator=(const Properties&) = default;
287
+ #endif
288
+
283
289
  /**
284
290
  * Get a property by key. If the property is not set, an empty
285
291
  * string is returned.
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -42,7 +42,7 @@
42
42
  # if ICE_INT_VERSION % 100 >= 50
43
43
  # error Beta header file detected
44
44
  # endif
45
- # if ICE_INT_VERSION % 100 < 5
45
+ # if ICE_INT_VERSION % 100 < 8
46
46
  # error Ice patch level mismatch!
47
47
  # endif
48
48
  #endif
@@ -789,6 +789,12 @@ public:
789
789
 
790
790
  virtual ~PropertiesAdmin();
791
791
 
792
+ #ifdef ICE_CPP11_COMPILER
793
+ PropertiesAdmin() = default;
794
+ PropertiesAdmin(const PropertiesAdmin&) = default;
795
+ PropertiesAdmin& operator=(const PropertiesAdmin&) = default;
796
+ #endif
797
+
792
798
  /**
793
799
  * Determines whether this object supports an interface with the given Slice type ID.
794
800
  * @param id The fully-scoped Slice type ID.
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.5
5
+ // Ice version 3.7.8
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -36,7 +36,7 @@
36
36
  # if ICE_INT_VERSION % 100 >= 50
37
37
  # error Beta header file detected
38
38
  # endif
39
- # if ICE_INT_VERSION % 100 < 5
39
+ # if ICE_INT_VERSION % 100 < 8
40
40
  # error Ice patch level mismatch!
41
41
  # endif
42
42
  #endif