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
  //
@@ -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
@@ -783,9 +783,15 @@ Ice::InitializationException::InitializationException(const char* file, int line
783
783
  {
784
784
  }
785
785
 
786
+ #ifdef ICE_CPP11_COMPILER
787
+ Ice::InitializationException::~InitializationException()
788
+ {
789
+ }
790
+ #else
786
791
  Ice::InitializationException::~InitializationException() throw()
787
792
  {
788
793
  }
794
+ #endif
789
795
 
790
796
  ::std::string
791
797
  Ice::InitializationException::ice_id() const
@@ -816,9 +822,15 @@ Ice::PluginInitializationException::PluginInitializationException(const char* fi
816
822
  {
817
823
  }
818
824
 
825
+ #ifdef ICE_CPP11_COMPILER
826
+ Ice::PluginInitializationException::~PluginInitializationException()
827
+ {
828
+ }
829
+ #else
819
830
  Ice::PluginInitializationException::~PluginInitializationException() throw()
820
831
  {
821
832
  }
833
+ #endif
822
834
 
823
835
  ::std::string
824
836
  Ice::PluginInitializationException::ice_id() const
@@ -843,9 +855,15 @@ Ice::CollocationOptimizationException::CollocationOptimizationException(const ch
843
855
  {
844
856
  }
845
857
 
858
+ #ifdef ICE_CPP11_COMPILER
859
+ Ice::CollocationOptimizationException::~CollocationOptimizationException()
860
+ {
861
+ }
862
+ #else
846
863
  Ice::CollocationOptimizationException::~CollocationOptimizationException() throw()
847
864
  {
848
865
  }
866
+ #endif
849
867
 
850
868
  ::std::string
851
869
  Ice::CollocationOptimizationException::ice_id() const
@@ -877,9 +895,15 @@ Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* file, in
877
895
  {
878
896
  }
879
897
 
898
+ #ifdef ICE_CPP11_COMPILER
899
+ Ice::AlreadyRegisteredException::~AlreadyRegisteredException()
900
+ {
901
+ }
902
+ #else
880
903
  Ice::AlreadyRegisteredException::~AlreadyRegisteredException() throw()
881
904
  {
882
905
  }
906
+ #endif
883
907
 
884
908
  ::std::string
885
909
  Ice::AlreadyRegisteredException::ice_id() const
@@ -911,9 +935,15 @@ Ice::NotRegisteredException::NotRegisteredException(const char* file, int line,
911
935
  {
912
936
  }
913
937
 
938
+ #ifdef ICE_CPP11_COMPILER
939
+ Ice::NotRegisteredException::~NotRegisteredException()
940
+ {
941
+ }
942
+ #else
914
943
  Ice::NotRegisteredException::~NotRegisteredException() throw()
915
944
  {
916
945
  }
946
+ #endif
917
947
 
918
948
  ::std::string
919
949
  Ice::NotRegisteredException::ice_id() const
@@ -944,9 +974,15 @@ Ice::TwowayOnlyException::TwowayOnlyException(const char* file, int line, const
944
974
  {
945
975
  }
946
976
 
977
+ #ifdef ICE_CPP11_COMPILER
978
+ Ice::TwowayOnlyException::~TwowayOnlyException()
979
+ {
980
+ }
981
+ #else
947
982
  Ice::TwowayOnlyException::~TwowayOnlyException() throw()
948
983
  {
949
984
  }
985
+ #endif
950
986
 
951
987
  ::std::string
952
988
  Ice::TwowayOnlyException::ice_id() const
@@ -971,9 +1007,15 @@ Ice::CloneNotImplementedException::CloneNotImplementedException(const char* file
971
1007
  {
972
1008
  }
973
1009
 
1010
+ #ifdef ICE_CPP11_COMPILER
1011
+ Ice::CloneNotImplementedException::~CloneNotImplementedException()
1012
+ {
1013
+ }
1014
+ #else
974
1015
  Ice::CloneNotImplementedException::~CloneNotImplementedException() throw()
975
1016
  {
976
1017
  }
1018
+ #endif
977
1019
 
978
1020
  ::std::string
979
1021
  Ice::CloneNotImplementedException::ice_id() const
@@ -1004,9 +1046,15 @@ Ice::UnknownException::UnknownException(const char* file, int line, const ::std:
1004
1046
  {
1005
1047
  }
1006
1048
 
1049
+ #ifdef ICE_CPP11_COMPILER
1050
+ Ice::UnknownException::~UnknownException()
1051
+ {
1052
+ }
1053
+ #else
1007
1054
  Ice::UnknownException::~UnknownException() throw()
1008
1055
  {
1009
1056
  }
1057
+ #endif
1010
1058
 
1011
1059
  ::std::string
1012
1060
  Ice::UnknownException::ice_id() const
@@ -1036,9 +1084,15 @@ Ice::UnknownLocalException::UnknownLocalException(const char* file, int line, co
1036
1084
  {
1037
1085
  }
1038
1086
 
1087
+ #ifdef ICE_CPP11_COMPILER
1088
+ Ice::UnknownLocalException::~UnknownLocalException()
1089
+ {
1090
+ }
1091
+ #else
1039
1092
  Ice::UnknownLocalException::~UnknownLocalException() throw()
1040
1093
  {
1041
1094
  }
1095
+ #endif
1042
1096
 
1043
1097
  ::std::string
1044
1098
  Ice::UnknownLocalException::ice_id() const
@@ -1068,9 +1122,15 @@ Ice::UnknownUserException::UnknownUserException(const char* file, int line, cons
1068
1122
  {
1069
1123
  }
1070
1124
 
1125
+ #ifdef ICE_CPP11_COMPILER
1126
+ Ice::UnknownUserException::~UnknownUserException()
1127
+ {
1128
+ }
1129
+ #else
1071
1130
  Ice::UnknownUserException::~UnknownUserException() throw()
1072
1131
  {
1073
1132
  }
1133
+ #endif
1074
1134
 
1075
1135
  ::std::string
1076
1136
  Ice::UnknownUserException::ice_id() const
@@ -1095,9 +1155,15 @@ Ice::VersionMismatchException::VersionMismatchException(const char* file, int li
1095
1155
  {
1096
1156
  }
1097
1157
 
1158
+ #ifdef ICE_CPP11_COMPILER
1159
+ Ice::VersionMismatchException::~VersionMismatchException()
1160
+ {
1161
+ }
1162
+ #else
1098
1163
  Ice::VersionMismatchException::~VersionMismatchException() throw()
1099
1164
  {
1100
1165
  }
1166
+ #endif
1101
1167
 
1102
1168
  ::std::string
1103
1169
  Ice::VersionMismatchException::ice_id() const
@@ -1122,9 +1188,15 @@ Ice::CommunicatorDestroyedException::CommunicatorDestroyedException(const char*
1122
1188
  {
1123
1189
  }
1124
1190
 
1191
+ #ifdef ICE_CPP11_COMPILER
1192
+ Ice::CommunicatorDestroyedException::~CommunicatorDestroyedException()
1193
+ {
1194
+ }
1195
+ #else
1125
1196
  Ice::CommunicatorDestroyedException::~CommunicatorDestroyedException() throw()
1126
1197
  {
1127
1198
  }
1199
+ #endif
1128
1200
 
1129
1201
  ::std::string
1130
1202
  Ice::CommunicatorDestroyedException::ice_id() const
@@ -1155,9 +1227,15 @@ Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const
1155
1227
  {
1156
1228
  }
1157
1229
 
1230
+ #ifdef ICE_CPP11_COMPILER
1231
+ Ice::ObjectAdapterDeactivatedException::~ObjectAdapterDeactivatedException()
1232
+ {
1233
+ }
1234
+ #else
1158
1235
  Ice::ObjectAdapterDeactivatedException::~ObjectAdapterDeactivatedException() throw()
1159
1236
  {
1160
1237
  }
1238
+ #endif
1161
1239
 
1162
1240
  ::std::string
1163
1241
  Ice::ObjectAdapterDeactivatedException::ice_id() const
@@ -1188,9 +1266,15 @@ Ice::ObjectAdapterIdInUseException::ObjectAdapterIdInUseException(const char* fi
1188
1266
  {
1189
1267
  }
1190
1268
 
1269
+ #ifdef ICE_CPP11_COMPILER
1270
+ Ice::ObjectAdapterIdInUseException::~ObjectAdapterIdInUseException()
1271
+ {
1272
+ }
1273
+ #else
1191
1274
  Ice::ObjectAdapterIdInUseException::~ObjectAdapterIdInUseException() throw()
1192
1275
  {
1193
1276
  }
1277
+ #endif
1194
1278
 
1195
1279
  ::std::string
1196
1280
  Ice::ObjectAdapterIdInUseException::ice_id() const
@@ -1221,9 +1305,15 @@ Ice::NoEndpointException::NoEndpointException(const char* file, int line, const
1221
1305
  {
1222
1306
  }
1223
1307
 
1308
+ #ifdef ICE_CPP11_COMPILER
1309
+ Ice::NoEndpointException::~NoEndpointException()
1310
+ {
1311
+ }
1312
+ #else
1224
1313
  Ice::NoEndpointException::~NoEndpointException() throw()
1225
1314
  {
1226
1315
  }
1316
+ #endif
1227
1317
 
1228
1318
  ::std::string
1229
1319
  Ice::NoEndpointException::ice_id() const
@@ -1254,9 +1344,15 @@ Ice::EndpointParseException::EndpointParseException(const char* file, int line,
1254
1344
  {
1255
1345
  }
1256
1346
 
1347
+ #ifdef ICE_CPP11_COMPILER
1348
+ Ice::EndpointParseException::~EndpointParseException()
1349
+ {
1350
+ }
1351
+ #else
1257
1352
  Ice::EndpointParseException::~EndpointParseException() throw()
1258
1353
  {
1259
1354
  }
1355
+ #endif
1260
1356
 
1261
1357
  ::std::string
1262
1358
  Ice::EndpointParseException::ice_id() const
@@ -1287,9 +1383,15 @@ Ice::EndpointSelectionTypeParseException::EndpointSelectionTypeParseException(co
1287
1383
  {
1288
1384
  }
1289
1385
 
1386
+ #ifdef ICE_CPP11_COMPILER
1387
+ Ice::EndpointSelectionTypeParseException::~EndpointSelectionTypeParseException()
1388
+ {
1389
+ }
1390
+ #else
1290
1391
  Ice::EndpointSelectionTypeParseException::~EndpointSelectionTypeParseException() throw()
1291
1392
  {
1292
1393
  }
1394
+ #endif
1293
1395
 
1294
1396
  ::std::string
1295
1397
  Ice::EndpointSelectionTypeParseException::ice_id() const
@@ -1320,9 +1422,15 @@ Ice::VersionParseException::VersionParseException(const char* file, int line, co
1320
1422
  {
1321
1423
  }
1322
1424
 
1425
+ #ifdef ICE_CPP11_COMPILER
1426
+ Ice::VersionParseException::~VersionParseException()
1427
+ {
1428
+ }
1429
+ #else
1323
1430
  Ice::VersionParseException::~VersionParseException() throw()
1324
1431
  {
1325
1432
  }
1433
+ #endif
1326
1434
 
1327
1435
  ::std::string
1328
1436
  Ice::VersionParseException::ice_id() const
@@ -1353,9 +1461,15 @@ Ice::IdentityParseException::IdentityParseException(const char* file, int line,
1353
1461
  {
1354
1462
  }
1355
1463
 
1464
+ #ifdef ICE_CPP11_COMPILER
1465
+ Ice::IdentityParseException::~IdentityParseException()
1466
+ {
1467
+ }
1468
+ #else
1356
1469
  Ice::IdentityParseException::~IdentityParseException() throw()
1357
1470
  {
1358
1471
  }
1472
+ #endif
1359
1473
 
1360
1474
  ::std::string
1361
1475
  Ice::IdentityParseException::ice_id() const
@@ -1386,9 +1500,15 @@ Ice::ProxyParseException::ProxyParseException(const char* file, int line, const
1386
1500
  {
1387
1501
  }
1388
1502
 
1503
+ #ifdef ICE_CPP11_COMPILER
1504
+ Ice::ProxyParseException::~ProxyParseException()
1505
+ {
1506
+ }
1507
+ #else
1389
1508
  Ice::ProxyParseException::~ProxyParseException() throw()
1390
1509
  {
1391
1510
  }
1511
+ #endif
1392
1512
 
1393
1513
  ::std::string
1394
1514
  Ice::ProxyParseException::ice_id() const
@@ -1419,9 +1539,15 @@ Ice::IllegalIdentityException::IllegalIdentityException(const char* file, int li
1419
1539
  {
1420
1540
  }
1421
1541
 
1542
+ #ifdef ICE_CPP11_COMPILER
1543
+ Ice::IllegalIdentityException::~IllegalIdentityException()
1544
+ {
1545
+ }
1546
+ #else
1422
1547
  Ice::IllegalIdentityException::~IllegalIdentityException() throw()
1423
1548
  {
1424
1549
  }
1550
+ #endif
1425
1551
 
1426
1552
  ::std::string
1427
1553
  Ice::IllegalIdentityException::ice_id() const
@@ -1452,9 +1578,15 @@ Ice::IllegalServantException::IllegalServantException(const char* file, int line
1452
1578
  {
1453
1579
  }
1454
1580
 
1581
+ #ifdef ICE_CPP11_COMPILER
1582
+ Ice::IllegalServantException::~IllegalServantException()
1583
+ {
1584
+ }
1585
+ #else
1455
1586
  Ice::IllegalServantException::~IllegalServantException() throw()
1456
1587
  {
1457
1588
  }
1589
+ #endif
1458
1590
 
1459
1591
  ::std::string
1460
1592
  Ice::IllegalServantException::ice_id() const
@@ -1487,9 +1619,15 @@ Ice::RequestFailedException::RequestFailedException(const char* file, int line,
1487
1619
  {
1488
1620
  }
1489
1621
 
1622
+ #ifdef ICE_CPP11_COMPILER
1623
+ Ice::RequestFailedException::~RequestFailedException()
1624
+ {
1625
+ }
1626
+ #else
1490
1627
  Ice::RequestFailedException::~RequestFailedException() throw()
1491
1628
  {
1492
1629
  }
1630
+ #endif
1493
1631
 
1494
1632
  ::std::string
1495
1633
  Ice::RequestFailedException::ice_id() const
@@ -1519,9 +1657,15 @@ Ice::ObjectNotExistException::ObjectNotExistException(const char* file, int line
1519
1657
  {
1520
1658
  }
1521
1659
 
1660
+ #ifdef ICE_CPP11_COMPILER
1661
+ Ice::ObjectNotExistException::~ObjectNotExistException()
1662
+ {
1663
+ }
1664
+ #else
1522
1665
  Ice::ObjectNotExistException::~ObjectNotExistException() throw()
1523
1666
  {
1524
1667
  }
1668
+ #endif
1525
1669
 
1526
1670
  ::std::string
1527
1671
  Ice::ObjectNotExistException::ice_id() const
@@ -1551,9 +1695,15 @@ Ice::FacetNotExistException::FacetNotExistException(const char* file, int line,
1551
1695
  {
1552
1696
  }
1553
1697
 
1698
+ #ifdef ICE_CPP11_COMPILER
1699
+ Ice::FacetNotExistException::~FacetNotExistException()
1700
+ {
1701
+ }
1702
+ #else
1554
1703
  Ice::FacetNotExistException::~FacetNotExistException() throw()
1555
1704
  {
1556
1705
  }
1706
+ #endif
1557
1707
 
1558
1708
  ::std::string
1559
1709
  Ice::FacetNotExistException::ice_id() const
@@ -1583,9 +1733,15 @@ Ice::OperationNotExistException::OperationNotExistException(const char* file, in
1583
1733
  {
1584
1734
  }
1585
1735
 
1736
+ #ifdef ICE_CPP11_COMPILER
1737
+ Ice::OperationNotExistException::~OperationNotExistException()
1738
+ {
1739
+ }
1740
+ #else
1586
1741
  Ice::OperationNotExistException::~OperationNotExistException() throw()
1587
1742
  {
1588
1743
  }
1744
+ #endif
1589
1745
 
1590
1746
  ::std::string
1591
1747
  Ice::OperationNotExistException::ice_id() const
@@ -1617,9 +1773,15 @@ Ice::SyscallException::SyscallException(const char* file, int line, Int error) :
1617
1773
  {
1618
1774
  }
1619
1775
 
1776
+ #ifdef ICE_CPP11_COMPILER
1777
+ Ice::SyscallException::~SyscallException()
1778
+ {
1779
+ }
1780
+ #else
1620
1781
  Ice::SyscallException::~SyscallException() throw()
1621
1782
  {
1622
1783
  }
1784
+ #endif
1623
1785
 
1624
1786
  ::std::string
1625
1787
  Ice::SyscallException::ice_id() const
@@ -1649,9 +1811,15 @@ Ice::SocketException::SocketException(const char* file, int line, Int error) :
1649
1811
  {
1650
1812
  }
1651
1813
 
1814
+ #ifdef ICE_CPP11_COMPILER
1815
+ Ice::SocketException::~SocketException()
1816
+ {
1817
+ }
1818
+ #else
1652
1819
  Ice::SocketException::~SocketException() throw()
1653
1820
  {
1654
1821
  }
1822
+ #endif
1655
1823
 
1656
1824
  ::std::string
1657
1825
  Ice::SocketException::ice_id() const
@@ -1682,9 +1850,15 @@ Ice::CFNetworkException::CFNetworkException(const char* file, int line, Int erro
1682
1850
  {
1683
1851
  }
1684
1852
 
1853
+ #ifdef ICE_CPP11_COMPILER
1854
+ Ice::CFNetworkException::~CFNetworkException()
1855
+ {
1856
+ }
1857
+ #else
1685
1858
  Ice::CFNetworkException::~CFNetworkException() throw()
1686
1859
  {
1687
1860
  }
1861
+ #endif
1688
1862
 
1689
1863
  ::std::string
1690
1864
  Ice::CFNetworkException::ice_id() const
@@ -1715,9 +1889,15 @@ Ice::FileException::FileException(const char* file, int line, Int error, const :
1715
1889
  {
1716
1890
  }
1717
1891
 
1892
+ #ifdef ICE_CPP11_COMPILER
1893
+ Ice::FileException::~FileException()
1894
+ {
1895
+ }
1896
+ #else
1718
1897
  Ice::FileException::~FileException() throw()
1719
1898
  {
1720
1899
  }
1900
+ #endif
1721
1901
 
1722
1902
  ::std::string
1723
1903
  Ice::FileException::ice_id() const
@@ -1747,9 +1927,15 @@ Ice::ConnectFailedException::ConnectFailedException(const char* file, int line,
1747
1927
  {
1748
1928
  }
1749
1929
 
1930
+ #ifdef ICE_CPP11_COMPILER
1931
+ Ice::ConnectFailedException::~ConnectFailedException()
1932
+ {
1933
+ }
1934
+ #else
1750
1935
  Ice::ConnectFailedException::~ConnectFailedException() throw()
1751
1936
  {
1752
1937
  }
1938
+ #endif
1753
1939
 
1754
1940
  ::std::string
1755
1941
  Ice::ConnectFailedException::ice_id() const
@@ -1779,9 +1965,15 @@ Ice::ConnectionRefusedException::ConnectionRefusedException(const char* file, in
1779
1965
  {
1780
1966
  }
1781
1967
 
1968
+ #ifdef ICE_CPP11_COMPILER
1969
+ Ice::ConnectionRefusedException::~ConnectionRefusedException()
1970
+ {
1971
+ }
1972
+ #else
1782
1973
  Ice::ConnectionRefusedException::~ConnectionRefusedException() throw()
1783
1974
  {
1784
1975
  }
1976
+ #endif
1785
1977
 
1786
1978
  ::std::string
1787
1979
  Ice::ConnectionRefusedException::ice_id() const
@@ -1811,9 +2003,15 @@ Ice::ConnectionLostException::ConnectionLostException(const char* file, int line
1811
2003
  {
1812
2004
  }
1813
2005
 
2006
+ #ifdef ICE_CPP11_COMPILER
2007
+ Ice::ConnectionLostException::~ConnectionLostException()
2008
+ {
2009
+ }
2010
+ #else
1814
2011
  Ice::ConnectionLostException::~ConnectionLostException() throw()
1815
2012
  {
1816
2013
  }
2014
+ #endif
1817
2015
 
1818
2016
  ::std::string
1819
2017
  Ice::ConnectionLostException::ice_id() const
@@ -1846,9 +2044,15 @@ Ice::DNSException::DNSException(const char* file, int line, Int error, const ::s
1846
2044
  {
1847
2045
  }
1848
2046
 
2047
+ #ifdef ICE_CPP11_COMPILER
2048
+ Ice::DNSException::~DNSException()
2049
+ {
2050
+ }
2051
+ #else
1849
2052
  Ice::DNSException::~DNSException() throw()
1850
2053
  {
1851
2054
  }
2055
+ #endif
1852
2056
 
1853
2057
  ::std::string
1854
2058
  Ice::DNSException::ice_id() const
@@ -1873,9 +2077,15 @@ Ice::OperationInterruptedException::OperationInterruptedException(const char* fi
1873
2077
  {
1874
2078
  }
1875
2079
 
2080
+ #ifdef ICE_CPP11_COMPILER
2081
+ Ice::OperationInterruptedException::~OperationInterruptedException()
2082
+ {
2083
+ }
2084
+ #else
1876
2085
  Ice::OperationInterruptedException::~OperationInterruptedException() throw()
1877
2086
  {
1878
2087
  }
2088
+ #endif
1879
2089
 
1880
2090
  ::std::string
1881
2091
  Ice::OperationInterruptedException::ice_id() const
@@ -1900,9 +2110,15 @@ Ice::TimeoutException::TimeoutException(const char* file, int line) :
1900
2110
  {
1901
2111
  }
1902
2112
 
2113
+ #ifdef ICE_CPP11_COMPILER
2114
+ Ice::TimeoutException::~TimeoutException()
2115
+ {
2116
+ }
2117
+ #else
1903
2118
  Ice::TimeoutException::~TimeoutException() throw()
1904
2119
  {
1905
2120
  }
2121
+ #endif
1906
2122
 
1907
2123
  ::std::string
1908
2124
  Ice::TimeoutException::ice_id() const
@@ -1927,9 +2143,15 @@ Ice::ConnectTimeoutException::ConnectTimeoutException(const char* file, int line
1927
2143
  {
1928
2144
  }
1929
2145
 
2146
+ #ifdef ICE_CPP11_COMPILER
2147
+ Ice::ConnectTimeoutException::~ConnectTimeoutException()
2148
+ {
2149
+ }
2150
+ #else
1930
2151
  Ice::ConnectTimeoutException::~ConnectTimeoutException() throw()
1931
2152
  {
1932
2153
  }
2154
+ #endif
1933
2155
 
1934
2156
  ::std::string
1935
2157
  Ice::ConnectTimeoutException::ice_id() const
@@ -1954,9 +2176,15 @@ Ice::CloseTimeoutException::CloseTimeoutException(const char* file, int line) :
1954
2176
  {
1955
2177
  }
1956
2178
 
2179
+ #ifdef ICE_CPP11_COMPILER
2180
+ Ice::CloseTimeoutException::~CloseTimeoutException()
2181
+ {
2182
+ }
2183
+ #else
1957
2184
  Ice::CloseTimeoutException::~CloseTimeoutException() throw()
1958
2185
  {
1959
2186
  }
2187
+ #endif
1960
2188
 
1961
2189
  ::std::string
1962
2190
  Ice::CloseTimeoutException::ice_id() const
@@ -1981,9 +2209,15 @@ Ice::ConnectionTimeoutException::ConnectionTimeoutException(const char* file, in
1981
2209
  {
1982
2210
  }
1983
2211
 
2212
+ #ifdef ICE_CPP11_COMPILER
2213
+ Ice::ConnectionTimeoutException::~ConnectionTimeoutException()
2214
+ {
2215
+ }
2216
+ #else
1984
2217
  Ice::ConnectionTimeoutException::~ConnectionTimeoutException() throw()
1985
2218
  {
1986
2219
  }
2220
+ #endif
1987
2221
 
1988
2222
  ::std::string
1989
2223
  Ice::ConnectionTimeoutException::ice_id() const
@@ -2008,9 +2242,15 @@ Ice::InvocationTimeoutException::InvocationTimeoutException(const char* file, in
2008
2242
  {
2009
2243
  }
2010
2244
 
2245
+ #ifdef ICE_CPP11_COMPILER
2246
+ Ice::InvocationTimeoutException::~InvocationTimeoutException()
2247
+ {
2248
+ }
2249
+ #else
2011
2250
  Ice::InvocationTimeoutException::~InvocationTimeoutException() throw()
2012
2251
  {
2013
2252
  }
2253
+ #endif
2014
2254
 
2015
2255
  ::std::string
2016
2256
  Ice::InvocationTimeoutException::ice_id() const
@@ -2035,9 +2275,15 @@ Ice::InvocationCanceledException::InvocationCanceledException(const char* file,
2035
2275
  {
2036
2276
  }
2037
2277
 
2278
+ #ifdef ICE_CPP11_COMPILER
2279
+ Ice::InvocationCanceledException::~InvocationCanceledException()
2280
+ {
2281
+ }
2282
+ #else
2038
2283
  Ice::InvocationCanceledException::~InvocationCanceledException() throw()
2039
2284
  {
2040
2285
  }
2286
+ #endif
2041
2287
 
2042
2288
  ::std::string
2043
2289
  Ice::InvocationCanceledException::ice_id() const
@@ -2068,9 +2314,15 @@ Ice::ProtocolException::ProtocolException(const char* file, int line, const ::st
2068
2314
  {
2069
2315
  }
2070
2316
 
2317
+ #ifdef ICE_CPP11_COMPILER
2318
+ Ice::ProtocolException::~ProtocolException()
2319
+ {
2320
+ }
2321
+ #else
2071
2322
  Ice::ProtocolException::~ProtocolException() throw()
2072
2323
  {
2073
2324
  }
2325
+ #endif
2074
2326
 
2075
2327
  ::std::string
2076
2328
  Ice::ProtocolException::ice_id() const
@@ -2101,9 +2353,15 @@ Ice::BadMagicException::BadMagicException(const char* file, int line, const ::st
2101
2353
  {
2102
2354
  }
2103
2355
 
2356
+ #ifdef ICE_CPP11_COMPILER
2357
+ Ice::BadMagicException::~BadMagicException()
2358
+ {
2359
+ }
2360
+ #else
2104
2361
  Ice::BadMagicException::~BadMagicException() throw()
2105
2362
  {
2106
2363
  }
2364
+ #endif
2107
2365
 
2108
2366
  ::std::string
2109
2367
  Ice::BadMagicException::ice_id() const
@@ -2135,9 +2393,15 @@ Ice::UnsupportedProtocolException::UnsupportedProtocolException(const char* file
2135
2393
  {
2136
2394
  }
2137
2395
 
2396
+ #ifdef ICE_CPP11_COMPILER
2397
+ Ice::UnsupportedProtocolException::~UnsupportedProtocolException()
2398
+ {
2399
+ }
2400
+ #else
2138
2401
  Ice::UnsupportedProtocolException::~UnsupportedProtocolException() throw()
2139
2402
  {
2140
2403
  }
2404
+ #endif
2141
2405
 
2142
2406
  ::std::string
2143
2407
  Ice::UnsupportedProtocolException::ice_id() const
@@ -2169,9 +2433,15 @@ Ice::UnsupportedEncodingException::UnsupportedEncodingException(const char* file
2169
2433
  {
2170
2434
  }
2171
2435
 
2436
+ #ifdef ICE_CPP11_COMPILER
2437
+ Ice::UnsupportedEncodingException::~UnsupportedEncodingException()
2438
+ {
2439
+ }
2440
+ #else
2172
2441
  Ice::UnsupportedEncodingException::~UnsupportedEncodingException() throw()
2173
2442
  {
2174
2443
  }
2444
+ #endif
2175
2445
 
2176
2446
  ::std::string
2177
2447
  Ice::UnsupportedEncodingException::ice_id() const
@@ -2201,9 +2471,15 @@ Ice::UnknownMessageException::UnknownMessageException(const char* file, int line
2201
2471
  {
2202
2472
  }
2203
2473
 
2474
+ #ifdef ICE_CPP11_COMPILER
2475
+ Ice::UnknownMessageException::~UnknownMessageException()
2476
+ {
2477
+ }
2478
+ #else
2204
2479
  Ice::UnknownMessageException::~UnknownMessageException() throw()
2205
2480
  {
2206
2481
  }
2482
+ #endif
2207
2483
 
2208
2484
  ::std::string
2209
2485
  Ice::UnknownMessageException::ice_id() const
@@ -2233,9 +2509,15 @@ Ice::ConnectionNotValidatedException::ConnectionNotValidatedException(const char
2233
2509
  {
2234
2510
  }
2235
2511
 
2512
+ #ifdef ICE_CPP11_COMPILER
2513
+ Ice::ConnectionNotValidatedException::~ConnectionNotValidatedException()
2514
+ {
2515
+ }
2516
+ #else
2236
2517
  Ice::ConnectionNotValidatedException::~ConnectionNotValidatedException() throw()
2237
2518
  {
2238
2519
  }
2520
+ #endif
2239
2521
 
2240
2522
  ::std::string
2241
2523
  Ice::ConnectionNotValidatedException::ice_id() const
@@ -2265,9 +2547,15 @@ Ice::UnknownRequestIdException::UnknownRequestIdException(const char* file, int
2265
2547
  {
2266
2548
  }
2267
2549
 
2550
+ #ifdef ICE_CPP11_COMPILER
2551
+ Ice::UnknownRequestIdException::~UnknownRequestIdException()
2552
+ {
2553
+ }
2554
+ #else
2268
2555
  Ice::UnknownRequestIdException::~UnknownRequestIdException() throw()
2269
2556
  {
2270
2557
  }
2558
+ #endif
2271
2559
 
2272
2560
  ::std::string
2273
2561
  Ice::UnknownRequestIdException::ice_id() const
@@ -2297,9 +2585,15 @@ Ice::UnknownReplyStatusException::UnknownReplyStatusException(const char* file,
2297
2585
  {
2298
2586
  }
2299
2587
 
2588
+ #ifdef ICE_CPP11_COMPILER
2589
+ Ice::UnknownReplyStatusException::~UnknownReplyStatusException()
2590
+ {
2591
+ }
2592
+ #else
2300
2593
  Ice::UnknownReplyStatusException::~UnknownReplyStatusException() throw()
2301
2594
  {
2302
2595
  }
2596
+ #endif
2303
2597
 
2304
2598
  ::std::string
2305
2599
  Ice::UnknownReplyStatusException::ice_id() const
@@ -2329,9 +2623,15 @@ Ice::CloseConnectionException::CloseConnectionException(const char* file, int li
2329
2623
  {
2330
2624
  }
2331
2625
 
2626
+ #ifdef ICE_CPP11_COMPILER
2627
+ Ice::CloseConnectionException::~CloseConnectionException()
2628
+ {
2629
+ }
2630
+ #else
2332
2631
  Ice::CloseConnectionException::~CloseConnectionException() throw()
2333
2632
  {
2334
2633
  }
2634
+ #endif
2335
2635
 
2336
2636
  ::std::string
2337
2637
  Ice::CloseConnectionException::ice_id() const
@@ -2362,9 +2662,15 @@ Ice::ConnectionManuallyClosedException::ConnectionManuallyClosedException(const
2362
2662
  {
2363
2663
  }
2364
2664
 
2665
+ #ifdef ICE_CPP11_COMPILER
2666
+ Ice::ConnectionManuallyClosedException::~ConnectionManuallyClosedException()
2667
+ {
2668
+ }
2669
+ #else
2365
2670
  Ice::ConnectionManuallyClosedException::~ConnectionManuallyClosedException() throw()
2366
2671
  {
2367
2672
  }
2673
+ #endif
2368
2674
 
2369
2675
  ::std::string
2370
2676
  Ice::ConnectionManuallyClosedException::ice_id() const
@@ -2394,9 +2700,15 @@ Ice::IllegalMessageSizeException::IllegalMessageSizeException(const char* file,
2394
2700
  {
2395
2701
  }
2396
2702
 
2703
+ #ifdef ICE_CPP11_COMPILER
2704
+ Ice::IllegalMessageSizeException::~IllegalMessageSizeException()
2705
+ {
2706
+ }
2707
+ #else
2397
2708
  Ice::IllegalMessageSizeException::~IllegalMessageSizeException() throw()
2398
2709
  {
2399
2710
  }
2711
+ #endif
2400
2712
 
2401
2713
  ::std::string
2402
2714
  Ice::IllegalMessageSizeException::ice_id() const
@@ -2426,9 +2738,15 @@ Ice::CompressionException::CompressionException(const char* file, int line, cons
2426
2738
  {
2427
2739
  }
2428
2740
 
2741
+ #ifdef ICE_CPP11_COMPILER
2742
+ Ice::CompressionException::~CompressionException()
2743
+ {
2744
+ }
2745
+ #else
2429
2746
  Ice::CompressionException::~CompressionException() throw()
2430
2747
  {
2431
2748
  }
2749
+ #endif
2432
2750
 
2433
2751
  ::std::string
2434
2752
  Ice::CompressionException::ice_id() const
@@ -2458,9 +2776,15 @@ Ice::DatagramLimitException::DatagramLimitException(const char* file, int line,
2458
2776
  {
2459
2777
  }
2460
2778
 
2779
+ #ifdef ICE_CPP11_COMPILER
2780
+ Ice::DatagramLimitException::~DatagramLimitException()
2781
+ {
2782
+ }
2783
+ #else
2461
2784
  Ice::DatagramLimitException::~DatagramLimitException() throw()
2462
2785
  {
2463
2786
  }
2787
+ #endif
2464
2788
 
2465
2789
  ::std::string
2466
2790
  Ice::DatagramLimitException::ice_id() const
@@ -2490,9 +2814,15 @@ Ice::MarshalException::MarshalException(const char* file, int line, const ::std:
2490
2814
  {
2491
2815
  }
2492
2816
 
2817
+ #ifdef ICE_CPP11_COMPILER
2818
+ Ice::MarshalException::~MarshalException()
2819
+ {
2820
+ }
2821
+ #else
2493
2822
  Ice::MarshalException::~MarshalException() throw()
2494
2823
  {
2495
2824
  }
2825
+ #endif
2496
2826
 
2497
2827
  ::std::string
2498
2828
  Ice::MarshalException::ice_id() const
@@ -2522,9 +2852,15 @@ Ice::ProxyUnmarshalException::ProxyUnmarshalException(const char* file, int line
2522
2852
  {
2523
2853
  }
2524
2854
 
2855
+ #ifdef ICE_CPP11_COMPILER
2856
+ Ice::ProxyUnmarshalException::~ProxyUnmarshalException()
2857
+ {
2858
+ }
2859
+ #else
2525
2860
  Ice::ProxyUnmarshalException::~ProxyUnmarshalException() throw()
2526
2861
  {
2527
2862
  }
2863
+ #endif
2528
2864
 
2529
2865
  ::std::string
2530
2866
  Ice::ProxyUnmarshalException::ice_id() const
@@ -2554,9 +2890,15 @@ Ice::UnmarshalOutOfBoundsException::UnmarshalOutOfBoundsException(const char* fi
2554
2890
  {
2555
2891
  }
2556
2892
 
2893
+ #ifdef ICE_CPP11_COMPILER
2894
+ Ice::UnmarshalOutOfBoundsException::~UnmarshalOutOfBoundsException()
2895
+ {
2896
+ }
2897
+ #else
2557
2898
  Ice::UnmarshalOutOfBoundsException::~UnmarshalOutOfBoundsException() throw()
2558
2899
  {
2559
2900
  }
2901
+ #endif
2560
2902
 
2561
2903
  ::std::string
2562
2904
  Ice::UnmarshalOutOfBoundsException::ice_id() const
@@ -2587,9 +2929,15 @@ Ice::NoValueFactoryException::NoValueFactoryException(const char* file, int line
2587
2929
  {
2588
2930
  }
2589
2931
 
2932
+ #ifdef ICE_CPP11_COMPILER
2933
+ Ice::NoValueFactoryException::~NoValueFactoryException()
2934
+ {
2935
+ }
2936
+ #else
2590
2937
  Ice::NoValueFactoryException::~NoValueFactoryException() throw()
2591
2938
  {
2592
2939
  }
2940
+ #endif
2593
2941
 
2594
2942
  ::std::string
2595
2943
  Ice::NoValueFactoryException::ice_id() const
@@ -2621,9 +2969,15 @@ Ice::UnexpectedObjectException::UnexpectedObjectException(const char* file, int
2621
2969
  {
2622
2970
  }
2623
2971
 
2972
+ #ifdef ICE_CPP11_COMPILER
2973
+ Ice::UnexpectedObjectException::~UnexpectedObjectException()
2974
+ {
2975
+ }
2976
+ #else
2624
2977
  Ice::UnexpectedObjectException::~UnexpectedObjectException() throw()
2625
2978
  {
2626
2979
  }
2980
+ #endif
2627
2981
 
2628
2982
  ::std::string
2629
2983
  Ice::UnexpectedObjectException::ice_id() const
@@ -2653,9 +3007,15 @@ Ice::MemoryLimitException::MemoryLimitException(const char* file, int line, cons
2653
3007
  {
2654
3008
  }
2655
3009
 
3010
+ #ifdef ICE_CPP11_COMPILER
3011
+ Ice::MemoryLimitException::~MemoryLimitException()
3012
+ {
3013
+ }
3014
+ #else
2656
3015
  Ice::MemoryLimitException::~MemoryLimitException() throw()
2657
3016
  {
2658
3017
  }
3018
+ #endif
2659
3019
 
2660
3020
  ::std::string
2661
3021
  Ice::MemoryLimitException::ice_id() const
@@ -2685,9 +3045,15 @@ Ice::StringConversionException::StringConversionException(const char* file, int
2685
3045
  {
2686
3046
  }
2687
3047
 
3048
+ #ifdef ICE_CPP11_COMPILER
3049
+ Ice::StringConversionException::~StringConversionException()
3050
+ {
3051
+ }
3052
+ #else
2688
3053
  Ice::StringConversionException::~StringConversionException() throw()
2689
3054
  {
2690
3055
  }
3056
+ #endif
2691
3057
 
2692
3058
  ::std::string
2693
3059
  Ice::StringConversionException::ice_id() const
@@ -2717,9 +3083,15 @@ Ice::EncapsulationException::EncapsulationException(const char* file, int line,
2717
3083
  {
2718
3084
  }
2719
3085
 
3086
+ #ifdef ICE_CPP11_COMPILER
3087
+ Ice::EncapsulationException::~EncapsulationException()
3088
+ {
3089
+ }
3090
+ #else
2720
3091
  Ice::EncapsulationException::~EncapsulationException() throw()
2721
3092
  {
2722
3093
  }
3094
+ #endif
2723
3095
 
2724
3096
  ::std::string
2725
3097
  Ice::EncapsulationException::ice_id() const
@@ -2750,9 +3122,15 @@ Ice::FeatureNotSupportedException::FeatureNotSupportedException(const char* file
2750
3122
  {
2751
3123
  }
2752
3124
 
3125
+ #ifdef ICE_CPP11_COMPILER
3126
+ Ice::FeatureNotSupportedException::~FeatureNotSupportedException()
3127
+ {
3128
+ }
3129
+ #else
2753
3130
  Ice::FeatureNotSupportedException::~FeatureNotSupportedException() throw()
2754
3131
  {
2755
3132
  }
3133
+ #endif
2756
3134
 
2757
3135
  ::std::string
2758
3136
  Ice::FeatureNotSupportedException::ice_id() const
@@ -2783,9 +3161,15 @@ Ice::SecurityException::SecurityException(const char* file, int line, const ::st
2783
3161
  {
2784
3162
  }
2785
3163
 
3164
+ #ifdef ICE_CPP11_COMPILER
3165
+ Ice::SecurityException::~SecurityException()
3166
+ {
3167
+ }
3168
+ #else
2786
3169
  Ice::SecurityException::~SecurityException() throw()
2787
3170
  {
2788
3171
  }
3172
+ #endif
2789
3173
 
2790
3174
  ::std::string
2791
3175
  Ice::SecurityException::ice_id() const
@@ -2810,9 +3194,15 @@ Ice::FixedProxyException::FixedProxyException(const char* file, int line) :
2810
3194
  {
2811
3195
  }
2812
3196
 
3197
+ #ifdef ICE_CPP11_COMPILER
3198
+ Ice::FixedProxyException::~FixedProxyException()
3199
+ {
3200
+ }
3201
+ #else
2813
3202
  Ice::FixedProxyException::~FixedProxyException() throw()
2814
3203
  {
2815
3204
  }
3205
+ #endif
2816
3206
 
2817
3207
  ::std::string
2818
3208
  Ice::FixedProxyException::ice_id() const
@@ -2837,9 +3227,15 @@ Ice::ResponseSentException::ResponseSentException(const char* file, int line) :
2837
3227
  {
2838
3228
  }
2839
3229
 
3230
+ #ifdef ICE_CPP11_COMPILER
3231
+ Ice::ResponseSentException::~ResponseSentException()
3232
+ {
3233
+ }
3234
+ #else
2840
3235
  Ice::ResponseSentException::~ResponseSentException() throw()
2841
3236
  {
2842
3237
  }
3238
+ #endif
2843
3239
 
2844
3240
  ::std::string
2845
3241
  Ice::ResponseSentException::ice_id() const