zeroc-ice 3.7.5 → 3.7.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (179) hide show
  1. checksums.yaml +4 -4
  2. data/ext/Config.h +3 -0
  3. data/ext/ice/cpp/include/Ice/Exception.h +3 -3
  4. data/ext/ice/cpp/include/Ice/IconvStringConverter.h +1 -1
  5. data/ext/ice/cpp/include/Ice/Object.h +5 -0
  6. data/ext/ice/cpp/include/Ice/Service.h +1 -1
  7. data/ext/ice/cpp/include/IceSSL/Plugin.h +58 -0
  8. data/ext/ice/cpp/include/IceUtil/Config.h +3 -2
  9. data/ext/ice/cpp/include/IceUtil/MutexPtrLock.h +4 -4
  10. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +2 -2
  11. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +2 -2
  12. data/ext/ice/cpp/include/generated/Ice/Communicator.h +8 -2
  13. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +2 -2
  14. data/ext/ice/cpp/include/generated/Ice/Connection.h +45 -2
  15. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +2 -2
  16. data/ext/ice/cpp/include/generated/Ice/Current.h +2 -2
  17. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +38 -2
  18. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +2 -2
  19. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +2 -2
  20. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +2 -2
  21. data/ext/ice/cpp/include/generated/Ice/Identity.h +2 -2
  22. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +8 -2
  23. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +2 -2
  24. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +62 -2
  25. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +2 -2
  26. data/ext/ice/cpp/include/generated/Ice/LocalException.h +464 -68
  27. data/ext/ice/cpp/include/generated/Ice/Locator.h +55 -7
  28. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +2 -2
  29. data/ext/ice/cpp/include/generated/Ice/Logger.h +8 -2
  30. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +2 -2
  31. data/ext/ice/cpp/include/generated/Ice/Metrics.h +63 -11
  32. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +8 -2
  33. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +2 -2
  34. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +8 -2
  35. data/ext/ice/cpp/include/generated/Ice/Plugin.h +14 -2
  36. data/ext/ice/cpp/include/generated/Ice/PluginF.h +2 -2
  37. data/ext/ice/cpp/include/generated/Ice/Process.h +8 -2
  38. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +2 -2
  39. data/ext/ice/cpp/include/generated/Ice/Properties.h +8 -2
  40. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +8 -2
  41. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +2 -2
  42. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +21 -3
  43. data/ext/ice/cpp/include/generated/Ice/Router.h +14 -2
  44. data/ext/ice/cpp/include/generated/Ice/RouterF.h +2 -2
  45. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +8 -2
  46. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +2 -2
  47. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +2 -2
  48. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +14 -2
  49. data/ext/ice/cpp/include/generated/Ice/Version.h +2 -2
  50. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +7 -2
  51. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +2 -2
  52. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +7 -2
  53. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
  54. data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
  55. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
  56. data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
  57. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
  58. data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
  59. data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
  60. data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
  61. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
  62. data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
  63. data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
  64. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
  65. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
  66. data/ext/ice/cpp/src/Ice/InputStream.cpp +10 -10
  67. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
  68. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
  69. data/ext/ice/cpp/src/Ice/LocalException.cpp +398 -2
  70. data/ext/ice/cpp/src/Ice/Locator.cpp +32 -2
  71. data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
  72. data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
  73. data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
  74. data/ext/ice/cpp/src/Ice/Metrics.cpp +8 -2
  75. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
  76. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
  77. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
  78. data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
  79. data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
  80. data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
  81. data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
  82. data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
  83. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
  84. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
  85. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +1 -2
  86. data/ext/ice/cpp/src/Ice/PropertyNames.h +1 -1
  87. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +8 -2
  88. data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
  89. data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
  90. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
  91. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
  92. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
  93. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +2 -2
  94. data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
  95. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
  96. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +14 -2
  97. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
  98. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +14 -2
  99. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
  100. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +2 -2
  101. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
  102. data/ext/ice/cpp/src/IceSSL/OpenSSLCertificateI.cpp +4 -1
  103. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.cpp +104 -1
  104. data/ext/ice/cpp/src/IceSSL/OpenSSLTransceiverI.h +1 -0
  105. data/ext/ice/cpp/src/IceSSL/PluginI.cpp +114 -0
  106. data/ext/ice/cpp/src/IceSSL/PluginI.h +10 -0
  107. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.cpp +101 -2
  108. data/ext/ice/cpp/src/IceSSL/SChannelTransceiverI.h +1 -0
  109. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +113 -72
  110. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.h +1 -0
  111. data/ext/ice/cpp/src/IceUtil/Time.cpp +2 -2
  112. data/ext/ice/cpp/src/Slice/CPlusPlusUtil.cpp +6 -2
  113. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +8 -0
  114. data/ext/ice/cpp/src/Slice/PHPUtil.cpp +4 -0
  115. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +4 -0
  116. data/ext/ice/cpp/src/Slice/Scanner.cpp +620 -368
  117. data/ext/ice/mcpp/CMakeLists.txt +80 -0
  118. data/ext/ice/mcpp/expand.c +6 -6
  119. data/ice.gemspec +1 -1
  120. data/lib/Glacier2/Metrics.rb +1 -1
  121. data/lib/Glacier2/PermissionsVerifier.rb +1 -1
  122. data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
  123. data/lib/Glacier2/Router.rb +1 -1
  124. data/lib/Glacier2/RouterF.rb +1 -1
  125. data/lib/Glacier2/SSLInfo.rb +1 -1
  126. data/lib/Glacier2/Session.rb +1 -1
  127. data/lib/Ice/BuiltinSequences.rb +1 -1
  128. data/lib/Ice/Communicator.rb +1 -1
  129. data/lib/Ice/CommunicatorF.rb +1 -1
  130. data/lib/Ice/Connection.rb +1 -1
  131. data/lib/Ice/ConnectionF.rb +1 -1
  132. data/lib/Ice/Current.rb +1 -1
  133. data/lib/Ice/Endpoint.rb +1 -1
  134. data/lib/Ice/EndpointF.rb +1 -1
  135. data/lib/Ice/EndpointTypes.rb +1 -1
  136. data/lib/Ice/FacetMap.rb +1 -1
  137. data/lib/Ice/Identity.rb +1 -1
  138. data/lib/Ice/ImplicitContext.rb +1 -1
  139. data/lib/Ice/ImplicitContextF.rb +1 -1
  140. data/lib/Ice/Instrumentation.rb +1 -1
  141. data/lib/Ice/InstrumentationF.rb +1 -1
  142. data/lib/Ice/LocalException.rb +1 -1
  143. data/lib/Ice/Locator.rb +1 -1
  144. data/lib/Ice/LocatorF.rb +1 -1
  145. data/lib/Ice/Logger.rb +1 -1
  146. data/lib/Ice/LoggerF.rb +1 -1
  147. data/lib/Ice/Metrics.rb +1 -1
  148. data/lib/Ice/ObjectAdapter.rb +1 -1
  149. data/lib/Ice/ObjectAdapterF.rb +1 -1
  150. data/lib/Ice/ObjectFactory.rb +1 -1
  151. data/lib/Ice/Plugin.rb +1 -1
  152. data/lib/Ice/PluginF.rb +1 -1
  153. data/lib/Ice/Process.rb +1 -1
  154. data/lib/Ice/ProcessF.rb +1 -1
  155. data/lib/Ice/Properties.rb +1 -1
  156. data/lib/Ice/PropertiesAdmin.rb +1 -1
  157. data/lib/Ice/PropertiesF.rb +1 -1
  158. data/lib/Ice/RemoteLogger.rb +1 -1
  159. data/lib/Ice/Router.rb +1 -1
  160. data/lib/Ice/RouterF.rb +1 -1
  161. data/lib/Ice/ServantLocator.rb +1 -1
  162. data/lib/Ice/ServantLocatorF.rb +1 -1
  163. data/lib/Ice/SliceChecksumDict.rb +1 -1
  164. data/lib/Ice/ValueFactory.rb +1 -1
  165. data/lib/Ice/Version.rb +1 -1
  166. data/lib/IceBox/IceBox.rb +1 -1
  167. data/lib/IceGrid/Admin.rb +1 -1
  168. data/lib/IceGrid/Descriptor.rb +1 -1
  169. data/lib/IceGrid/Exception.rb +1 -1
  170. data/lib/IceGrid/FileParser.rb +1 -1
  171. data/lib/IceGrid/PluginFacade.rb +1 -1
  172. data/lib/IceGrid/Registry.rb +1 -1
  173. data/lib/IceGrid/Session.rb +1 -1
  174. data/lib/IceGrid/UserAccountMapper.rb +1 -1
  175. data/lib/IcePatch2/FileInfo.rb +1 -1
  176. data/lib/IcePatch2/FileServer.rb +1 -1
  177. data/lib/IceStorm/IceStorm.rb +1 -1
  178. data/lib/IceStorm/Metrics.rb +1 -1
  179. 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.6
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 < 6
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.6
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 < 6
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.6
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 < 6
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.6
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 < 6
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.6
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -38,7 +38,7 @@
38
38
  # if ICE_INT_VERSION % 100 >= 50
39
39
  # error Beta header file detected
40
40
  # endif
41
- # if ICE_INT_VERSION % 100 < 5
41
+ # if ICE_INT_VERSION % 100 < 6
42
42
  # error Ice patch level mismatch!
43
43
  # endif
44
44
  #endif
@@ -206,6 +206,12 @@ public:
206
206
 
207
207
  virtual ~ImplicitContext();
208
208
 
209
+ #ifdef ICE_CPP11_COMPILER
210
+ ImplicitContext() = default;
211
+ ImplicitContext(const ImplicitContext&) = default;
212
+ ImplicitContext& operator=(const ImplicitContext&) = default;
213
+ #endif
214
+
209
215
  /**
210
216
  * Get a copy of the underlying context.
211
217
  * @return A copy of the underlying context.
@@ -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.6
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 < 6
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.6
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -38,7 +38,7 @@
38
38
  # if ICE_INT_VERSION % 100 >= 50
39
39
  # error Beta header file detected
40
40
  # endif
41
- # if ICE_INT_VERSION % 100 < 5
41
+ # if ICE_INT_VERSION % 100 < 6
42
42
  # error Ice patch level mismatch!
43
43
  # endif
44
44
  #endif
@@ -677,6 +677,12 @@ public:
677
677
 
678
678
  virtual ~Observer();
679
679
 
680
+ #ifdef ICE_CPP11_COMPILER
681
+ Observer() = default;
682
+ Observer(const Observer&) = default;
683
+ Observer& operator=(const Observer&) = default;
684
+ #endif
685
+
680
686
  /**
681
687
  * This method is called when the instrumented object is created
682
688
  * or when the observer is attached to an existing object.
@@ -722,6 +728,12 @@ public:
722
728
 
723
729
  virtual ~ThreadObserver();
724
730
 
731
+ #ifdef ICE_CPP11_COMPILER
732
+ ThreadObserver() = default;
733
+ ThreadObserver(const ThreadObserver&) = default;
734
+ ThreadObserver& operator=(const ThreadObserver&) = default;
735
+ #endif
736
+
725
737
  /**
726
738
  * Notification of thread state change.
727
739
  * @param oldState The previous thread state.
@@ -754,6 +766,12 @@ public:
754
766
 
755
767
  virtual ~ConnectionObserver();
756
768
 
769
+ #ifdef ICE_CPP11_COMPILER
770
+ ConnectionObserver() = default;
771
+ ConnectionObserver(const ConnectionObserver&) = default;
772
+ ConnectionObserver& operator=(const ConnectionObserver&) = default;
773
+ #endif
774
+
757
775
  /**
758
776
  * Notification of sent bytes over the connection.
759
777
  * @param num The number of bytes sent.
@@ -791,6 +809,12 @@ public:
791
809
 
792
810
  virtual ~DispatchObserver();
793
811
 
812
+ #ifdef ICE_CPP11_COMPILER
813
+ DispatchObserver() = default;
814
+ DispatchObserver(const DispatchObserver&) = default;
815
+ DispatchObserver& operator=(const DispatchObserver&) = default;
816
+ #endif
817
+
794
818
  /**
795
819
  * Notification of a user exception.
796
820
  */
@@ -828,6 +852,12 @@ public:
828
852
 
829
853
  virtual ~ChildInvocationObserver();
830
854
 
855
+ #ifdef ICE_CPP11_COMPILER
856
+ ChildInvocationObserver() = default;
857
+ ChildInvocationObserver(const ChildInvocationObserver&) = default;
858
+ ChildInvocationObserver& operator=(const ChildInvocationObserver&) = default;
859
+ #endif
860
+
831
861
  /**
832
862
  * Reply notification.
833
863
  * @param size The size of the reply.
@@ -859,6 +889,12 @@ public:
859
889
  typedef RemoteObserverPtr PointerType;
860
890
 
861
891
  virtual ~RemoteObserver();
892
+
893
+ #ifdef ICE_CPP11_COMPILER
894
+ RemoteObserver() = default;
895
+ RemoteObserver(const RemoteObserver&) = default;
896
+ RemoteObserver& operator=(const RemoteObserver&) = default;
897
+ #endif
862
898
  };
863
899
 
864
900
  /// \cond INTERNAL
@@ -885,6 +921,12 @@ public:
885
921
  typedef CollocatedObserverPtr PointerType;
886
922
 
887
923
  virtual ~CollocatedObserver();
924
+
925
+ #ifdef ICE_CPP11_COMPILER
926
+ CollocatedObserver() = default;
927
+ CollocatedObserver(const CollocatedObserver&) = default;
928
+ CollocatedObserver& operator=(const CollocatedObserver&) = default;
929
+ #endif
888
930
  };
889
931
 
890
932
  /// \cond INTERNAL
@@ -914,6 +956,12 @@ public:
914
956
 
915
957
  virtual ~InvocationObserver();
916
958
 
959
+ #ifdef ICE_CPP11_COMPILER
960
+ InvocationObserver() = default;
961
+ InvocationObserver(const InvocationObserver&) = default;
962
+ InvocationObserver& operator=(const InvocationObserver&) = default;
963
+ #endif
964
+
917
965
  /**
918
966
  * Notification of the invocation being retried.
919
967
  */
@@ -978,6 +1026,12 @@ public:
978
1026
 
979
1027
  virtual ~ObserverUpdater();
980
1028
 
1029
+ #ifdef ICE_CPP11_COMPILER
1030
+ ObserverUpdater() = default;
1031
+ ObserverUpdater(const ObserverUpdater&) = default;
1032
+ ObserverUpdater& operator=(const ObserverUpdater&) = default;
1033
+ #endif
1034
+
981
1035
  /**
982
1036
  * Update connection observers associated with each of the Ice
983
1037
  * connection from the communicator and its object adapters.
@@ -1030,6 +1084,12 @@ public:
1030
1084
 
1031
1085
  virtual ~CommunicatorObserver();
1032
1086
 
1087
+ #ifdef ICE_CPP11_COMPILER
1088
+ CommunicatorObserver() = default;
1089
+ CommunicatorObserver(const CommunicatorObserver&) = default;
1090
+ CommunicatorObserver& operator=(const CommunicatorObserver&) = default;
1091
+ #endif
1092
+
1033
1093
  /**
1034
1094
  * This method should return an observer for the given endpoint
1035
1095
  * information and connector. The Ice run-time calls this method
@@ -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.6
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 < 6
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.6
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -39,7 +39,7 @@
39
39
  # if ICE_INT_VERSION % 100 >= 50
40
40
  # error Beta header file detected
41
41
  # endif
42
- # if ICE_INT_VERSION % 100 < 5
42
+ # if ICE_INT_VERSION % 100 < 6
43
43
  # error Ice patch level mismatch!
44
44
  # endif
45
45
  #endif
@@ -3850,7 +3850,13 @@ public:
3850
3850
  * @param reason The reason for the failure.
3851
3851
  */
3852
3852
  InitializationException(const char* file, int line, const ::std::string& reason);
3853
+
3854
+ #ifdef ICE_CPP11_COMPILER
3855
+ InitializationException(const InitializationException&) = default;
3856
+ virtual ~InitializationException();
3857
+ #else
3853
3858
  virtual ~InitializationException() throw();
3859
+ #endif
3854
3860
 
3855
3861
  /**
3856
3862
  * Obtains the Slice type ID of this exception.
@@ -3863,7 +3869,7 @@ public:
3863
3869
  */
3864
3870
  virtual void ice_print(::std::ostream& stream) const;
3865
3871
  /**
3866
- * Polymporphically clones this exception.
3872
+ * Polymorphically clones this exception.
3867
3873
  * @return A shallow copy of this exception.
3868
3874
  */
3869
3875
  virtual InitializationException* ice_clone() const;
@@ -3901,7 +3907,13 @@ public:
3901
3907
  * @param reason The reason for the failure.
3902
3908
  */
3903
3909
  PluginInitializationException(const char* file, int line, const ::std::string& reason);
3910
+
3911
+ #ifdef ICE_CPP11_COMPILER
3912
+ PluginInitializationException(const PluginInitializationException&) = default;
3913
+ virtual ~PluginInitializationException();
3914
+ #else
3904
3915
  virtual ~PluginInitializationException() throw();
3916
+ #endif
3905
3917
 
3906
3918
  /**
3907
3919
  * Obtains the Slice type ID of this exception.
@@ -3914,7 +3926,7 @@ public:
3914
3926
  */
3915
3927
  virtual void ice_print(::std::ostream& stream) const;
3916
3928
  /**
3917
- * Polymporphically clones this exception.
3929
+ * Polymorphically clones this exception.
3918
3930
  * @return A shallow copy of this exception.
3919
3931
  */
3920
3932
  virtual PluginInitializationException* ice_clone() const;
@@ -3946,7 +3958,13 @@ public:
3946
3958
  * @param line The line number at which the exception was raised, typically __LINE__.
3947
3959
  */
3948
3960
  CollocationOptimizationException(const char* file, int line);
3961
+
3962
+ #ifdef ICE_CPP11_COMPILER
3963
+ CollocationOptimizationException(const CollocationOptimizationException&) = default;
3964
+ virtual ~CollocationOptimizationException();
3965
+ #else
3949
3966
  virtual ~CollocationOptimizationException() throw();
3967
+ #endif
3950
3968
 
3951
3969
  /**
3952
3970
  * Obtains the Slice type ID of this exception.
@@ -3959,7 +3977,7 @@ public:
3959
3977
  */
3960
3978
  virtual void ice_print(::std::ostream& stream) const;
3961
3979
  /**
3962
- * Polymporphically clones this exception.
3980
+ * Polymorphically clones this exception.
3963
3981
  * @return A shallow copy of this exception.
3964
3982
  */
3965
3983
  virtual CollocationOptimizationException* ice_clone() const;
@@ -3998,7 +4016,13 @@ public:
3998
4016
  * @param id The ID (or name) of the object that is registered already.
3999
4017
  */
4000
4018
  AlreadyRegisteredException(const char* file, int line, const ::std::string& kindOfObject, const ::std::string& id);
4019
+
4020
+ #ifdef ICE_CPP11_COMPILER
4021
+ AlreadyRegisteredException(const AlreadyRegisteredException&) = default;
4022
+ virtual ~AlreadyRegisteredException();
4023
+ #else
4001
4024
  virtual ~AlreadyRegisteredException() throw();
4025
+ #endif
4002
4026
 
4003
4027
  /**
4004
4028
  * Obtains the Slice type ID of this exception.
@@ -4011,7 +4035,7 @@ public:
4011
4035
  */
4012
4036
  virtual void ice_print(::std::ostream& stream) const;
4013
4037
  /**
4014
- * Polymporphically clones this exception.
4038
+ * Polymorphically clones this exception.
4015
4039
  * @return A shallow copy of this exception.
4016
4040
  */
4017
4041
  virtual AlreadyRegisteredException* ice_clone() const;
@@ -4064,7 +4088,13 @@ public:
4064
4088
  * @param id The ID (or name) of the object that could not be removed.
4065
4089
  */
4066
4090
  NotRegisteredException(const char* file, int line, const ::std::string& kindOfObject, const ::std::string& id);
4091
+
4092
+ #ifdef ICE_CPP11_COMPILER
4093
+ NotRegisteredException(const NotRegisteredException&) = default;
4094
+ virtual ~NotRegisteredException();
4095
+ #else
4067
4096
  virtual ~NotRegisteredException() throw();
4097
+ #endif
4068
4098
 
4069
4099
  /**
4070
4100
  * Obtains the Slice type ID of this exception.
@@ -4077,7 +4107,7 @@ public:
4077
4107
  */
4078
4108
  virtual void ice_print(::std::ostream& stream) const;
4079
4109
  /**
4080
- * Polymporphically clones this exception.
4110
+ * Polymorphically clones this exception.
4081
4111
  * @return A shallow copy of this exception.
4082
4112
  */
4083
4113
  virtual NotRegisteredException* ice_clone() const;
@@ -4125,7 +4155,13 @@ public:
4125
4155
  * @param operation The name of the operation that was invoked.
4126
4156
  */
4127
4157
  TwowayOnlyException(const char* file, int line, const ::std::string& operation);
4158
+
4159
+ #ifdef ICE_CPP11_COMPILER
4160
+ TwowayOnlyException(const TwowayOnlyException&) = default;
4161
+ virtual ~TwowayOnlyException();
4162
+ #else
4128
4163
  virtual ~TwowayOnlyException() throw();
4164
+ #endif
4129
4165
 
4130
4166
  /**
4131
4167
  * Obtains the Slice type ID of this exception.
@@ -4138,7 +4174,7 @@ public:
4138
4174
  */
4139
4175
  virtual void ice_print(::std::ostream& stream) const;
4140
4176
  /**
4141
- * Polymporphically clones this exception.
4177
+ * Polymorphically clones this exception.
4142
4178
  * @return A shallow copy of this exception.
4143
4179
  */
4144
4180
  virtual TwowayOnlyException* ice_clone() const;
@@ -4173,7 +4209,13 @@ public:
4173
4209
  * @param line The line number at which the exception was raised, typically __LINE__.
4174
4210
  */
4175
4211
  CloneNotImplementedException(const char* file, int line);
4212
+
4213
+ #ifdef ICE_CPP11_COMPILER
4214
+ CloneNotImplementedException(const CloneNotImplementedException&) = default;
4215
+ virtual ~CloneNotImplementedException();
4216
+ #else
4176
4217
  virtual ~CloneNotImplementedException() throw();
4218
+ #endif
4177
4219
 
4178
4220
  /**
4179
4221
  * Obtains the Slice type ID of this exception.
@@ -4186,7 +4228,7 @@ public:
4186
4228
  */
4187
4229
  virtual void ice_print(::std::ostream& stream) const;
4188
4230
  /**
4189
- * Polymporphically clones this exception.
4231
+ * Polymorphically clones this exception.
4190
4232
  * @return A shallow copy of this exception.
4191
4233
  */
4192
4234
  virtual CloneNotImplementedException* ice_clone() const;
@@ -4222,7 +4264,13 @@ public:
4222
4264
  * @param unknown This field is set to the textual representation of the unknown exception if available.
4223
4265
  */
4224
4266
  UnknownException(const char* file, int line, const ::std::string& unknown);
4267
+
4268
+ #ifdef ICE_CPP11_COMPILER
4269
+ UnknownException(const UnknownException&) = default;
4270
+ virtual ~UnknownException();
4271
+ #else
4225
4272
  virtual ~UnknownException() throw();
4273
+ #endif
4226
4274
 
4227
4275
  /**
4228
4276
  * Obtains the Slice type ID of this exception.
@@ -4235,7 +4283,7 @@ public:
4235
4283
  */
4236
4284
  virtual void ice_print(::std::ostream& stream) const;
4237
4285
  /**
4238
- * Polymporphically clones this exception.
4286
+ * Polymorphically clones this exception.
4239
4287
  * @return A shallow copy of this exception.
4240
4288
  */
4241
4289
  virtual UnknownException* ice_clone() const;
@@ -4279,7 +4327,13 @@ public:
4279
4327
  * @param unknown This field is set to the textual representation of the unknown exception if available.
4280
4328
  */
4281
4329
  UnknownLocalException(const char* file, int line, const ::std::string& unknown);
4330
+
4331
+ #ifdef ICE_CPP11_COMPILER
4332
+ UnknownLocalException(const UnknownLocalException&) = default;
4333
+ virtual ~UnknownLocalException();
4334
+ #else
4282
4335
  virtual ~UnknownLocalException() throw();
4336
+ #endif
4283
4337
 
4284
4338
  /**
4285
4339
  * Obtains the Slice type ID of this exception.
@@ -4292,7 +4346,7 @@ public:
4292
4346
  */
4293
4347
  virtual void ice_print(::std::ostream& stream) const;
4294
4348
  /**
4295
- * Polymporphically clones this exception.
4349
+ * Polymorphically clones this exception.
4296
4350
  * @return A shallow copy of this exception.
4297
4351
  */
4298
4352
  virtual UnknownLocalException* ice_clone() const;
@@ -4334,7 +4388,13 @@ public:
4334
4388
  * @param unknown This field is set to the textual representation of the unknown exception if available.
4335
4389
  */
4336
4390
  UnknownUserException(const char* file, int line, const ::std::string& unknown);
4391
+
4392
+ #ifdef ICE_CPP11_COMPILER
4393
+ UnknownUserException(const UnknownUserException&) = default;
4394
+ virtual ~UnknownUserException();
4395
+ #else
4337
4396
  virtual ~UnknownUserException() throw();
4397
+ #endif
4338
4398
 
4339
4399
  /**
4340
4400
  * Obtains the Slice type ID of this exception.
@@ -4347,7 +4407,7 @@ public:
4347
4407
  */
4348
4408
  virtual void ice_print(::std::ostream& stream) const;
4349
4409
  /**
4350
- * Polymporphically clones this exception.
4410
+ * Polymorphically clones this exception.
4351
4411
  * @return A shallow copy of this exception.
4352
4412
  */
4353
4413
  virtual UnknownUserException* ice_clone() const;
@@ -4372,7 +4432,13 @@ public:
4372
4432
  * @param line The line number at which the exception was raised, typically __LINE__.
4373
4433
  */
4374
4434
  VersionMismatchException(const char* file, int line);
4435
+
4436
+ #ifdef ICE_CPP11_COMPILER
4437
+ VersionMismatchException(const VersionMismatchException&) = default;
4438
+ virtual ~VersionMismatchException();
4439
+ #else
4375
4440
  virtual ~VersionMismatchException() throw();
4441
+ #endif
4376
4442
 
4377
4443
  /**
4378
4444
  * Obtains the Slice type ID of this exception.
@@ -4385,7 +4451,7 @@ public:
4385
4451
  */
4386
4452
  virtual void ice_print(::std::ostream& stream) const;
4387
4453
  /**
4388
- * Polymporphically clones this exception.
4454
+ * Polymorphically clones this exception.
4389
4455
  * @return A shallow copy of this exception.
4390
4456
  */
4391
4457
  virtual VersionMismatchException* ice_clone() const;
@@ -4410,7 +4476,13 @@ public:
4410
4476
  * @param line The line number at which the exception was raised, typically __LINE__.
4411
4477
  */
4412
4478
  CommunicatorDestroyedException(const char* file, int line);
4479
+
4480
+ #ifdef ICE_CPP11_COMPILER
4481
+ CommunicatorDestroyedException(const CommunicatorDestroyedException&) = default;
4482
+ virtual ~CommunicatorDestroyedException();
4483
+ #else
4413
4484
  virtual ~CommunicatorDestroyedException() throw();
4485
+ #endif
4414
4486
 
4415
4487
  /**
4416
4488
  * Obtains the Slice type ID of this exception.
@@ -4423,7 +4495,7 @@ public:
4423
4495
  */
4424
4496
  virtual void ice_print(::std::ostream& stream) const;
4425
4497
  /**
4426
- * Polymporphically clones this exception.
4498
+ * Polymorphically clones this exception.
4427
4499
  * @return A shallow copy of this exception.
4428
4500
  */
4429
4501
  virtual CommunicatorDestroyedException* ice_clone() const;
@@ -4458,7 +4530,13 @@ public:
4458
4530
  * @param name Name of the adapter.
4459
4531
  */
4460
4532
  ObjectAdapterDeactivatedException(const char* file, int line, const ::std::string& name);
4533
+
4534
+ #ifdef ICE_CPP11_COMPILER
4535
+ ObjectAdapterDeactivatedException(const ObjectAdapterDeactivatedException&) = default;
4536
+ virtual ~ObjectAdapterDeactivatedException();
4537
+ #else
4461
4538
  virtual ~ObjectAdapterDeactivatedException() throw();
4539
+ #endif
4462
4540
 
4463
4541
  /**
4464
4542
  * Obtains the Slice type ID of this exception.
@@ -4471,7 +4549,7 @@ public:
4471
4549
  */
4472
4550
  virtual void ice_print(::std::ostream& stream) const;
4473
4551
  /**
4474
- * Polymporphically clones this exception.
4552
+ * Polymorphically clones this exception.
4475
4553
  * @return A shallow copy of this exception.
4476
4554
  */
4477
4555
  virtual ObjectAdapterDeactivatedException* ice_clone() const;
@@ -4511,7 +4589,13 @@ public:
4511
4589
  * @param id Adapter ID.
4512
4590
  */
4513
4591
  ObjectAdapterIdInUseException(const char* file, int line, const ::std::string& id);
4592
+
4593
+ #ifdef ICE_CPP11_COMPILER
4594
+ ObjectAdapterIdInUseException(const ObjectAdapterIdInUseException&) = default;
4595
+ virtual ~ObjectAdapterIdInUseException();
4596
+ #else
4514
4597
  virtual ~ObjectAdapterIdInUseException() throw();
4598
+ #endif
4515
4599
 
4516
4600
  /**
4517
4601
  * Obtains the Slice type ID of this exception.
@@ -4524,7 +4608,7 @@ public:
4524
4608
  */
4525
4609
  virtual void ice_print(::std::ostream& stream) const;
4526
4610
  /**
4527
- * Polymporphically clones this exception.
4611
+ * Polymorphically clones this exception.
4528
4612
  * @return A shallow copy of this exception.
4529
4613
  */
4530
4614
  virtual ObjectAdapterIdInUseException* ice_clone() const;
@@ -4561,7 +4645,13 @@ public:
4561
4645
  * @param proxy The stringified proxy for which no suitable endpoint is available.
4562
4646
  */
4563
4647
  NoEndpointException(const char* file, int line, const ::std::string& proxy);
4648
+
4649
+ #ifdef ICE_CPP11_COMPILER
4650
+ NoEndpointException(const NoEndpointException&) = default;
4651
+ virtual ~NoEndpointException();
4652
+ #else
4564
4653
  virtual ~NoEndpointException() throw();
4654
+ #endif
4565
4655
 
4566
4656
  /**
4567
4657
  * Obtains the Slice type ID of this exception.
@@ -4574,7 +4664,7 @@ public:
4574
4664
  */
4575
4665
  virtual void ice_print(::std::ostream& stream) const;
4576
4666
  /**
4577
- * Polymporphically clones this exception.
4667
+ * Polymorphically clones this exception.
4578
4668
  * @return A shallow copy of this exception.
4579
4669
  */
4580
4670
  virtual NoEndpointException* ice_clone() const;
@@ -4613,7 +4703,13 @@ public:
4613
4703
  * @param str Describes the failure and includes the string that could not be parsed.
4614
4704
  */
4615
4705
  EndpointParseException(const char* file, int line, const ::std::string& str);
4706
+
4707
+ #ifdef ICE_CPP11_COMPILER
4708
+ EndpointParseException(const EndpointParseException&) = default;
4709
+ virtual ~EndpointParseException();
4710
+ #else
4616
4711
  virtual ~EndpointParseException() throw();
4712
+ #endif
4617
4713
 
4618
4714
  /**
4619
4715
  * Obtains the Slice type ID of this exception.
@@ -4626,7 +4722,7 @@ public:
4626
4722
  */
4627
4723
  virtual void ice_print(::std::ostream& stream) const;
4628
4724
  /**
4629
- * Polymporphically clones this exception.
4725
+ * Polymorphically clones this exception.
4630
4726
  * @return A shallow copy of this exception.
4631
4727
  */
4632
4728
  virtual EndpointParseException* ice_clone() const;
@@ -4664,7 +4760,13 @@ public:
4664
4760
  * @param str Describes the failure and includes the string that could not be parsed.
4665
4761
  */
4666
4762
  EndpointSelectionTypeParseException(const char* file, int line, const ::std::string& str);
4763
+
4764
+ #ifdef ICE_CPP11_COMPILER
4765
+ EndpointSelectionTypeParseException(const EndpointSelectionTypeParseException&) = default;
4766
+ virtual ~EndpointSelectionTypeParseException();
4767
+ #else
4667
4768
  virtual ~EndpointSelectionTypeParseException() throw();
4769
+ #endif
4668
4770
 
4669
4771
  /**
4670
4772
  * Obtains the Slice type ID of this exception.
@@ -4677,7 +4779,7 @@ public:
4677
4779
  */
4678
4780
  virtual void ice_print(::std::ostream& stream) const;
4679
4781
  /**
4680
- * Polymporphically clones this exception.
4782
+ * Polymorphically clones this exception.
4681
4783
  * @return A shallow copy of this exception.
4682
4784
  */
4683
4785
  virtual EndpointSelectionTypeParseException* ice_clone() const;
@@ -4715,7 +4817,13 @@ public:
4715
4817
  * @param str Describes the failure and includes the string that could not be parsed.
4716
4818
  */
4717
4819
  VersionParseException(const char* file, int line, const ::std::string& str);
4820
+
4821
+ #ifdef ICE_CPP11_COMPILER
4822
+ VersionParseException(const VersionParseException&) = default;
4823
+ virtual ~VersionParseException();
4824
+ #else
4718
4825
  virtual ~VersionParseException() throw();
4826
+ #endif
4719
4827
 
4720
4828
  /**
4721
4829
  * Obtains the Slice type ID of this exception.
@@ -4728,7 +4836,7 @@ public:
4728
4836
  */
4729
4837
  virtual void ice_print(::std::ostream& stream) const;
4730
4838
  /**
4731
- * Polymporphically clones this exception.
4839
+ * Polymorphically clones this exception.
4732
4840
  * @return A shallow copy of this exception.
4733
4841
  */
4734
4842
  virtual VersionParseException* ice_clone() const;
@@ -4766,7 +4874,13 @@ public:
4766
4874
  * @param str Describes the failure and includes the string that could not be parsed.
4767
4875
  */
4768
4876
  IdentityParseException(const char* file, int line, const ::std::string& str);
4877
+
4878
+ #ifdef ICE_CPP11_COMPILER
4879
+ IdentityParseException(const IdentityParseException&) = default;
4880
+ virtual ~IdentityParseException();
4881
+ #else
4769
4882
  virtual ~IdentityParseException() throw();
4883
+ #endif
4770
4884
 
4771
4885
  /**
4772
4886
  * Obtains the Slice type ID of this exception.
@@ -4779,7 +4893,7 @@ public:
4779
4893
  */
4780
4894
  virtual void ice_print(::std::ostream& stream) const;
4781
4895
  /**
4782
- * Polymporphically clones this exception.
4896
+ * Polymorphically clones this exception.
4783
4897
  * @return A shallow copy of this exception.
4784
4898
  */
4785
4899
  virtual IdentityParseException* ice_clone() const;
@@ -4817,7 +4931,13 @@ public:
4817
4931
  * @param str Describes the failure and includes the string that could not be parsed.
4818
4932
  */
4819
4933
  ProxyParseException(const char* file, int line, const ::std::string& str);
4934
+
4935
+ #ifdef ICE_CPP11_COMPILER
4936
+ ProxyParseException(const ProxyParseException&) = default;
4937
+ virtual ~ProxyParseException();
4938
+ #else
4820
4939
  virtual ~ProxyParseException() throw();
4940
+ #endif
4821
4941
 
4822
4942
  /**
4823
4943
  * Obtains the Slice type ID of this exception.
@@ -4830,7 +4950,7 @@ public:
4830
4950
  */
4831
4951
  virtual void ice_print(::std::ostream& stream) const;
4832
4952
  /**
4833
- * Polymporphically clones this exception.
4953
+ * Polymorphically clones this exception.
4834
4954
  * @return A shallow copy of this exception.
4835
4955
  */
4836
4956
  virtual ProxyParseException* ice_clone() const;
@@ -4867,7 +4987,13 @@ public:
4867
4987
  * @param id The illegal identity.
4868
4988
  */
4869
4989
  IllegalIdentityException(const char* file, int line, const Identity& id);
4990
+
4991
+ #ifdef ICE_CPP11_COMPILER
4992
+ IllegalIdentityException(const IllegalIdentityException&) = default;
4993
+ virtual ~IllegalIdentityException();
4994
+ #else
4870
4995
  virtual ~IllegalIdentityException() throw();
4996
+ #endif
4871
4997
 
4872
4998
  /**
4873
4999
  * Obtains the Slice type ID of this exception.
@@ -4880,7 +5006,7 @@ public:
4880
5006
  */
4881
5007
  virtual void ice_print(::std::ostream& stream) const;
4882
5008
  /**
4883
- * Polymporphically clones this exception.
5009
+ * Polymorphically clones this exception.
4884
5010
  * @return A shallow copy of this exception.
4885
5011
  */
4886
5012
  virtual IllegalIdentityException* ice_clone() const;
@@ -4918,7 +5044,13 @@ public:
4918
5044
  * @param reason Describes why this servant is illegal.
4919
5045
  */
4920
5046
  IllegalServantException(const char* file, int line, const ::std::string& reason);
5047
+
5048
+ #ifdef ICE_CPP11_COMPILER
5049
+ IllegalServantException(const IllegalServantException&) = default;
5050
+ virtual ~IllegalServantException();
5051
+ #else
4921
5052
  virtual ~IllegalServantException() throw();
5053
+ #endif
4922
5054
 
4923
5055
  /**
4924
5056
  * Obtains the Slice type ID of this exception.
@@ -4931,7 +5063,7 @@ public:
4931
5063
  */
4932
5064
  virtual void ice_print(::std::ostream& stream) const;
4933
5065
  /**
4934
- * Polymporphically clones this exception.
5066
+ * Polymorphically clones this exception.
4935
5067
  * @return A shallow copy of this exception.
4936
5068
  */
4937
5069
  virtual IllegalServantException* ice_clone() const;
@@ -4973,7 +5105,13 @@ public:
4973
5105
  * @param operation The operation name of the request.
4974
5106
  */
4975
5107
  RequestFailedException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation);
5108
+
5109
+ #ifdef ICE_CPP11_COMPILER
5110
+ RequestFailedException(const RequestFailedException&) = default;
5111
+ virtual ~RequestFailedException();
5112
+ #else
4976
5113
  virtual ~RequestFailedException() throw();
5114
+ #endif
4977
5115
 
4978
5116
  /**
4979
5117
  * Obtains the Slice type ID of this exception.
@@ -4986,7 +5124,7 @@ public:
4986
5124
  */
4987
5125
  virtual void ice_print(::std::ostream& stream) const;
4988
5126
  /**
4989
- * Polymporphically clones this exception.
5127
+ * Polymorphically clones this exception.
4990
5128
  * @return A shallow copy of this exception.
4991
5129
  */
4992
5130
  virtual RequestFailedException* ice_clone() const;
@@ -5034,7 +5172,13 @@ public:
5034
5172
  * @param operation The operation name of the request.
5035
5173
  */
5036
5174
  ObjectNotExistException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation);
5175
+
5176
+ #ifdef ICE_CPP11_COMPILER
5177
+ ObjectNotExistException(const ObjectNotExistException&) = default;
5178
+ virtual ~ObjectNotExistException();
5179
+ #else
5037
5180
  virtual ~ObjectNotExistException() throw();
5181
+ #endif
5038
5182
 
5039
5183
  /**
5040
5184
  * Obtains the Slice type ID of this exception.
@@ -5047,7 +5191,7 @@ public:
5047
5191
  */
5048
5192
  virtual void ice_print(::std::ostream& stream) const;
5049
5193
  /**
5050
- * Polymporphically clones this exception.
5194
+ * Polymorphically clones this exception.
5051
5195
  * @return A shallow copy of this exception.
5052
5196
  */
5053
5197
  virtual ObjectNotExistException* ice_clone() const;
@@ -5082,7 +5226,13 @@ public:
5082
5226
  * @param operation The operation name of the request.
5083
5227
  */
5084
5228
  FacetNotExistException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation);
5229
+
5230
+ #ifdef ICE_CPP11_COMPILER
5231
+ FacetNotExistException(const FacetNotExistException&) = default;
5232
+ virtual ~FacetNotExistException();
5233
+ #else
5085
5234
  virtual ~FacetNotExistException() throw();
5235
+ #endif
5086
5236
 
5087
5237
  /**
5088
5238
  * Obtains the Slice type ID of this exception.
@@ -5095,7 +5245,7 @@ public:
5095
5245
  */
5096
5246
  virtual void ice_print(::std::ostream& stream) const;
5097
5247
  /**
5098
- * Polymporphically clones this exception.
5248
+ * Polymorphically clones this exception.
5099
5249
  * @return A shallow copy of this exception.
5100
5250
  */
5101
5251
  virtual FacetNotExistException* ice_clone() const;
@@ -5131,7 +5281,13 @@ public:
5131
5281
  * @param operation The operation name of the request.
5132
5282
  */
5133
5283
  OperationNotExistException(const char* file, int line, const Identity& id, const ::std::string& facet, const ::std::string& operation);
5284
+
5285
+ #ifdef ICE_CPP11_COMPILER
5286
+ OperationNotExistException(const OperationNotExistException&) = default;
5287
+ virtual ~OperationNotExistException();
5288
+ #else
5134
5289
  virtual ~OperationNotExistException() throw();
5290
+ #endif
5135
5291
 
5136
5292
  /**
5137
5293
  * Obtains the Slice type ID of this exception.
@@ -5144,7 +5300,7 @@ public:
5144
5300
  */
5145
5301
  virtual void ice_print(::std::ostream& stream) const;
5146
5302
  /**
5147
- * Polymporphically clones this exception.
5303
+ * Polymorphically clones this exception.
5148
5304
  * @return A shallow copy of this exception.
5149
5305
  */
5150
5306
  virtual OperationNotExistException* ice_clone() const;
@@ -5179,7 +5335,13 @@ public:
5179
5335
  * @param error The error number describing the system exception.
5180
5336
  */
5181
5337
  SyscallException(const char* file, int line, Int error);
5338
+
5339
+ #ifdef ICE_CPP11_COMPILER
5340
+ SyscallException(const SyscallException&) = default;
5341
+ virtual ~SyscallException();
5342
+ #else
5182
5343
  virtual ~SyscallException() throw();
5344
+ #endif
5183
5345
 
5184
5346
  /**
5185
5347
  * Obtains the Slice type ID of this exception.
@@ -5192,7 +5354,7 @@ public:
5192
5354
  */
5193
5355
  virtual void ice_print(::std::ostream& stream) const;
5194
5356
  /**
5195
- * Polymporphically clones this exception.
5357
+ * Polymorphically clones this exception.
5196
5358
  * @return A shallow copy of this exception.
5197
5359
  */
5198
5360
  virtual SyscallException* ice_clone() const;
@@ -5233,7 +5395,13 @@ public:
5233
5395
  * @param error The error number describing the system exception.
5234
5396
  */
5235
5397
  SocketException(const char* file, int line, Int error);
5398
+
5399
+ #ifdef ICE_CPP11_COMPILER
5400
+ SocketException(const SocketException&) = default;
5401
+ virtual ~SocketException();
5402
+ #else
5236
5403
  virtual ~SocketException() throw();
5404
+ #endif
5237
5405
 
5238
5406
  /**
5239
5407
  * Obtains the Slice type ID of this exception.
@@ -5246,7 +5414,7 @@ public:
5246
5414
  */
5247
5415
  virtual void ice_print(::std::ostream& stream) const;
5248
5416
  /**
5249
- * Polymporphically clones this exception.
5417
+ * Polymorphically clones this exception.
5250
5418
  * @return A shallow copy of this exception.
5251
5419
  */
5252
5420
  virtual SocketException* ice_clone() const;
@@ -5279,7 +5447,13 @@ public:
5279
5447
  * @param domain The domain of the error.
5280
5448
  */
5281
5449
  CFNetworkException(const char* file, int line, Int error, const ::std::string& domain);
5450
+
5451
+ #ifdef ICE_CPP11_COMPILER
5452
+ CFNetworkException(const CFNetworkException&) = default;
5453
+ virtual ~CFNetworkException();
5454
+ #else
5282
5455
  virtual ~CFNetworkException() throw();
5456
+ #endif
5283
5457
 
5284
5458
  /**
5285
5459
  * Obtains the Slice type ID of this exception.
@@ -5292,7 +5466,7 @@ public:
5292
5466
  */
5293
5467
  virtual void ice_print(::std::ostream& stream) const;
5294
5468
  /**
5295
- * Polymporphically clones this exception.
5469
+ * Polymorphically clones this exception.
5296
5470
  * @return A shallow copy of this exception.
5297
5471
  */
5298
5472
  virtual CFNetworkException* ice_clone() const;
@@ -5330,7 +5504,13 @@ public:
5330
5504
  * @param path The path of the file responsible for the error.
5331
5505
  */
5332
5506
  FileException(const char* file, int line, Int error, const ::std::string& path);
5507
+
5508
+ #ifdef ICE_CPP11_COMPILER
5509
+ FileException(const FileException&) = default;
5510
+ virtual ~FileException();
5511
+ #else
5333
5512
  virtual ~FileException() throw();
5513
+ #endif
5334
5514
 
5335
5515
  /**
5336
5516
  * Obtains the Slice type ID of this exception.
@@ -5343,7 +5523,7 @@ public:
5343
5523
  */
5344
5524
  virtual void ice_print(::std::ostream& stream) const;
5345
5525
  /**
5346
- * Polymporphically clones this exception.
5526
+ * Polymorphically clones this exception.
5347
5527
  * @return A shallow copy of this exception.
5348
5528
  */
5349
5529
  virtual FileException* ice_clone() const;
@@ -5380,7 +5560,13 @@ public:
5380
5560
  * @param error The error number describing the system exception.
5381
5561
  */
5382
5562
  ConnectFailedException(const char* file, int line, Int error);
5563
+
5564
+ #ifdef ICE_CPP11_COMPILER
5565
+ ConnectFailedException(const ConnectFailedException&) = default;
5566
+ virtual ~ConnectFailedException();
5567
+ #else
5383
5568
  virtual ~ConnectFailedException() throw();
5569
+ #endif
5384
5570
 
5385
5571
  /**
5386
5572
  * Obtains the Slice type ID of this exception.
@@ -5393,7 +5579,7 @@ public:
5393
5579
  */
5394
5580
  virtual void ice_print(::std::ostream& stream) const;
5395
5581
  /**
5396
- * Polymporphically clones this exception.
5582
+ * Polymorphically clones this exception.
5397
5583
  * @return A shallow copy of this exception.
5398
5584
  */
5399
5585
  virtual ConnectFailedException* ice_clone() const;
@@ -5426,7 +5612,13 @@ public:
5426
5612
  * @param error The error number describing the system exception.
5427
5613
  */
5428
5614
  ConnectionRefusedException(const char* file, int line, Int error);
5615
+
5616
+ #ifdef ICE_CPP11_COMPILER
5617
+ ConnectionRefusedException(const ConnectionRefusedException&) = default;
5618
+ virtual ~ConnectionRefusedException();
5619
+ #else
5429
5620
  virtual ~ConnectionRefusedException() throw();
5621
+ #endif
5430
5622
 
5431
5623
  /**
5432
5624
  * Obtains the Slice type ID of this exception.
@@ -5439,7 +5631,7 @@ public:
5439
5631
  */
5440
5632
  virtual void ice_print(::std::ostream& stream) const;
5441
5633
  /**
5442
- * Polymporphically clones this exception.
5634
+ * Polymorphically clones this exception.
5443
5635
  * @return A shallow copy of this exception.
5444
5636
  */
5445
5637
  virtual ConnectionRefusedException* ice_clone() const;
@@ -5471,7 +5663,13 @@ public:
5471
5663
  * @param error The error number describing the system exception.
5472
5664
  */
5473
5665
  ConnectionLostException(const char* file, int line, Int error);
5666
+
5667
+ #ifdef ICE_CPP11_COMPILER
5668
+ ConnectionLostException(const ConnectionLostException&) = default;
5669
+ virtual ~ConnectionLostException();
5670
+ #else
5474
5671
  virtual ~ConnectionLostException() throw();
5672
+ #endif
5475
5673
 
5476
5674
  /**
5477
5675
  * Obtains the Slice type ID of this exception.
@@ -5484,7 +5682,7 @@ public:
5484
5682
  */
5485
5683
  virtual void ice_print(::std::ostream& stream) const;
5486
5684
  /**
5487
- * Polymporphically clones this exception.
5685
+ * Polymorphically clones this exception.
5488
5686
  * @return A shallow copy of this exception.
5489
5687
  */
5490
5688
  virtual ConnectionLostException* ice_clone() const;
@@ -5518,7 +5716,13 @@ public:
5518
5716
  * @param host The host name that could not be resolved.
5519
5717
  */
5520
5718
  DNSException(const char* file, int line, Int error, const ::std::string& host);
5719
+
5720
+ #ifdef ICE_CPP11_COMPILER
5721
+ DNSException(const DNSException&) = default;
5722
+ virtual ~DNSException();
5723
+ #else
5521
5724
  virtual ~DNSException() throw();
5725
+ #endif
5522
5726
 
5523
5727
  /**
5524
5728
  * Obtains the Slice type ID of this exception.
@@ -5531,7 +5735,7 @@ public:
5531
5735
  */
5532
5736
  virtual void ice_print(::std::ostream& stream) const;
5533
5737
  /**
5534
- * Polymporphically clones this exception.
5738
+ * Polymorphically clones this exception.
5535
5739
  * @return A shallow copy of this exception.
5536
5740
  */
5537
5741
  virtual DNSException* ice_clone() const;
@@ -5567,7 +5771,13 @@ public:
5567
5771
  * @param line The line number at which the exception was raised, typically __LINE__.
5568
5772
  */
5569
5773
  OperationInterruptedException(const char* file, int line);
5774
+
5775
+ #ifdef ICE_CPP11_COMPILER
5776
+ OperationInterruptedException(const OperationInterruptedException&) = default;
5777
+ virtual ~OperationInterruptedException();
5778
+ #else
5570
5779
  virtual ~OperationInterruptedException() throw();
5780
+ #endif
5571
5781
 
5572
5782
  /**
5573
5783
  * Obtains the Slice type ID of this exception.
@@ -5580,7 +5790,7 @@ public:
5580
5790
  */
5581
5791
  virtual void ice_print(::std::ostream& stream) const;
5582
5792
  /**
5583
- * Polymporphically clones this exception.
5793
+ * Polymorphically clones this exception.
5584
5794
  * @return A shallow copy of this exception.
5585
5795
  */
5586
5796
  virtual OperationInterruptedException* ice_clone() const;
@@ -5604,7 +5814,13 @@ public:
5604
5814
  * @param line The line number at which the exception was raised, typically __LINE__.
5605
5815
  */
5606
5816
  TimeoutException(const char* file, int line);
5817
+
5818
+ #ifdef ICE_CPP11_COMPILER
5819
+ TimeoutException(const TimeoutException&) = default;
5820
+ virtual ~TimeoutException();
5821
+ #else
5607
5822
  virtual ~TimeoutException() throw();
5823
+ #endif
5608
5824
 
5609
5825
  /**
5610
5826
  * Obtains the Slice type ID of this exception.
@@ -5617,7 +5833,7 @@ public:
5617
5833
  */
5618
5834
  virtual void ice_print(::std::ostream& stream) const;
5619
5835
  /**
5620
- * Polymporphically clones this exception.
5836
+ * Polymorphically clones this exception.
5621
5837
  * @return A shallow copy of this exception.
5622
5838
  */
5623
5839
  virtual TimeoutException* ice_clone() const;
@@ -5641,7 +5857,13 @@ public:
5641
5857
  * @param line The line number at which the exception was raised, typically __LINE__.
5642
5858
  */
5643
5859
  ConnectTimeoutException(const char* file, int line);
5860
+
5861
+ #ifdef ICE_CPP11_COMPILER
5862
+ ConnectTimeoutException(const ConnectTimeoutException&) = default;
5863
+ virtual ~ConnectTimeoutException();
5864
+ #else
5644
5865
  virtual ~ConnectTimeoutException() throw();
5866
+ #endif
5645
5867
 
5646
5868
  /**
5647
5869
  * Obtains the Slice type ID of this exception.
@@ -5654,7 +5876,7 @@ public:
5654
5876
  */
5655
5877
  virtual void ice_print(::std::ostream& stream) const;
5656
5878
  /**
5657
- * Polymporphically clones this exception.
5879
+ * Polymorphically clones this exception.
5658
5880
  * @return A shallow copy of this exception.
5659
5881
  */
5660
5882
  virtual ConnectTimeoutException* ice_clone() const;
@@ -5678,7 +5900,13 @@ public:
5678
5900
  * @param line The line number at which the exception was raised, typically __LINE__.
5679
5901
  */
5680
5902
  CloseTimeoutException(const char* file, int line);
5903
+
5904
+ #ifdef ICE_CPP11_COMPILER
5905
+ CloseTimeoutException(const CloseTimeoutException&) = default;
5906
+ virtual ~CloseTimeoutException();
5907
+ #else
5681
5908
  virtual ~CloseTimeoutException() throw();
5909
+ #endif
5682
5910
 
5683
5911
  /**
5684
5912
  * Obtains the Slice type ID of this exception.
@@ -5691,7 +5919,7 @@ public:
5691
5919
  */
5692
5920
  virtual void ice_print(::std::ostream& stream) const;
5693
5921
  /**
5694
- * Polymporphically clones this exception.
5922
+ * Polymorphically clones this exception.
5695
5923
  * @return A shallow copy of this exception.
5696
5924
  */
5697
5925
  virtual CloseTimeoutException* ice_clone() const;
@@ -5716,7 +5944,13 @@ public:
5716
5944
  * @param line The line number at which the exception was raised, typically __LINE__.
5717
5945
  */
5718
5946
  ConnectionTimeoutException(const char* file, int line);
5947
+
5948
+ #ifdef ICE_CPP11_COMPILER
5949
+ ConnectionTimeoutException(const ConnectionTimeoutException&) = default;
5950
+ virtual ~ConnectionTimeoutException();
5951
+ #else
5719
5952
  virtual ~ConnectionTimeoutException() throw();
5953
+ #endif
5720
5954
 
5721
5955
  /**
5722
5956
  * Obtains the Slice type ID of this exception.
@@ -5729,7 +5963,7 @@ public:
5729
5963
  */
5730
5964
  virtual void ice_print(::std::ostream& stream) const;
5731
5965
  /**
5732
- * Polymporphically clones this exception.
5966
+ * Polymorphically clones this exception.
5733
5967
  * @return A shallow copy of this exception.
5734
5968
  */
5735
5969
  virtual ConnectionTimeoutException* ice_clone() const;
@@ -5754,7 +5988,13 @@ public:
5754
5988
  * @param line The line number at which the exception was raised, typically __LINE__.
5755
5989
  */
5756
5990
  InvocationTimeoutException(const char* file, int line);
5991
+
5992
+ #ifdef ICE_CPP11_COMPILER
5993
+ InvocationTimeoutException(const InvocationTimeoutException&) = default;
5994
+ virtual ~InvocationTimeoutException();
5995
+ #else
5757
5996
  virtual ~InvocationTimeoutException() throw();
5997
+ #endif
5758
5998
 
5759
5999
  /**
5760
6000
  * Obtains the Slice type ID of this exception.
@@ -5767,7 +6007,7 @@ public:
5767
6007
  */
5768
6008
  virtual void ice_print(::std::ostream& stream) const;
5769
6009
  /**
5770
- * Polymporphically clones this exception.
6010
+ * Polymorphically clones this exception.
5771
6011
  * @return A shallow copy of this exception.
5772
6012
  */
5773
6013
  virtual InvocationTimeoutException* ice_clone() const;
@@ -5792,7 +6032,13 @@ public:
5792
6032
  * @param line The line number at which the exception was raised, typically __LINE__.
5793
6033
  */
5794
6034
  InvocationCanceledException(const char* file, int line);
6035
+
6036
+ #ifdef ICE_CPP11_COMPILER
6037
+ InvocationCanceledException(const InvocationCanceledException&) = default;
6038
+ virtual ~InvocationCanceledException();
6039
+ #else
5795
6040
  virtual ~InvocationCanceledException() throw();
6041
+ #endif
5796
6042
 
5797
6043
  /**
5798
6044
  * Obtains the Slice type ID of this exception.
@@ -5805,7 +6051,7 @@ public:
5805
6051
  */
5806
6052
  virtual void ice_print(::std::ostream& stream) const;
5807
6053
  /**
5808
- * Polymporphically clones this exception.
6054
+ * Polymorphically clones this exception.
5809
6055
  * @return A shallow copy of this exception.
5810
6056
  */
5811
6057
  virtual InvocationCanceledException* ice_clone() const;
@@ -5838,7 +6084,13 @@ public:
5838
6084
  * @param reason The reason for the failure.
5839
6085
  */
5840
6086
  ProtocolException(const char* file, int line, const ::std::string& reason);
6087
+
6088
+ #ifdef ICE_CPP11_COMPILER
6089
+ ProtocolException(const ProtocolException&) = default;
6090
+ virtual ~ProtocolException();
6091
+ #else
5841
6092
  virtual ~ProtocolException() throw();
6093
+ #endif
5842
6094
 
5843
6095
  /**
5844
6096
  * Obtains the Slice type ID of this exception.
@@ -5851,7 +6103,7 @@ public:
5851
6103
  */
5852
6104
  virtual void ice_print(::std::ostream& stream) const;
5853
6105
  /**
5854
- * Polymporphically clones this exception.
6106
+ * Polymorphically clones this exception.
5855
6107
  * @return A shallow copy of this exception.
5856
6108
  */
5857
6109
  virtual ProtocolException* ice_clone() const;
@@ -5890,7 +6142,13 @@ public:
5890
6142
  * @param badMagic A sequence containing the first four bytes of the incorrect message.
5891
6143
  */
5892
6144
  BadMagicException(const char* file, int line, const ::std::string& reason, const ByteSeq& badMagic);
6145
+
6146
+ #ifdef ICE_CPP11_COMPILER
6147
+ BadMagicException(const BadMagicException&) = default;
6148
+ virtual ~BadMagicException();
6149
+ #else
5893
6150
  virtual ~BadMagicException() throw();
6151
+ #endif
5894
6152
 
5895
6153
  /**
5896
6154
  * Obtains the Slice type ID of this exception.
@@ -5903,7 +6161,7 @@ public:
5903
6161
  */
5904
6162
  virtual void ice_print(::std::ostream& stream) const;
5905
6163
  /**
5906
- * Polymporphically clones this exception.
6164
+ * Polymorphically clones this exception.
5907
6165
  * @return A shallow copy of this exception.
5908
6166
  */
5909
6167
  virtual BadMagicException* ice_clone() const;
@@ -5942,7 +6200,13 @@ public:
5942
6200
  * @param supported The version of the protocol that is supported.
5943
6201
  */
5944
6202
  UnsupportedProtocolException(const char* file, int line, const ::std::string& reason, const ProtocolVersion& bad, const ProtocolVersion& supported);
6203
+
6204
+ #ifdef ICE_CPP11_COMPILER
6205
+ UnsupportedProtocolException(const UnsupportedProtocolException&) = default;
6206
+ virtual ~UnsupportedProtocolException();
6207
+ #else
5945
6208
  virtual ~UnsupportedProtocolException() throw();
6209
+ #endif
5946
6210
 
5947
6211
  /**
5948
6212
  * Obtains the Slice type ID of this exception.
@@ -5955,7 +6219,7 @@ public:
5955
6219
  */
5956
6220
  virtual void ice_print(::std::ostream& stream) const;
5957
6221
  /**
5958
- * Polymporphically clones this exception.
6222
+ * Polymorphically clones this exception.
5959
6223
  * @return A shallow copy of this exception.
5960
6224
  */
5961
6225
  virtual UnsupportedProtocolException* ice_clone() const;
@@ -5998,7 +6262,13 @@ public:
5998
6262
  * @param supported The version of the encoding that is supported.
5999
6263
  */
6000
6264
  UnsupportedEncodingException(const char* file, int line, const ::std::string& reason, const EncodingVersion& bad, const EncodingVersion& supported);
6265
+
6266
+ #ifdef ICE_CPP11_COMPILER
6267
+ UnsupportedEncodingException(const UnsupportedEncodingException&) = default;
6268
+ virtual ~UnsupportedEncodingException();
6269
+ #else
6001
6270
  virtual ~UnsupportedEncodingException() throw();
6271
+ #endif
6002
6272
 
6003
6273
  /**
6004
6274
  * Obtains the Slice type ID of this exception.
@@ -6011,7 +6281,7 @@ public:
6011
6281
  */
6012
6282
  virtual void ice_print(::std::ostream& stream) const;
6013
6283
  /**
6014
- * Polymporphically clones this exception.
6284
+ * Polymorphically clones this exception.
6015
6285
  * @return A shallow copy of this exception.
6016
6286
  */
6017
6287
  virtual UnsupportedEncodingException* ice_clone() const;
@@ -6052,7 +6322,13 @@ public:
6052
6322
  * @param reason The reason for the failure.
6053
6323
  */
6054
6324
  UnknownMessageException(const char* file, int line, const ::std::string& reason);
6325
+
6326
+ #ifdef ICE_CPP11_COMPILER
6327
+ UnknownMessageException(const UnknownMessageException&) = default;
6328
+ virtual ~UnknownMessageException();
6329
+ #else
6055
6330
  virtual ~UnknownMessageException() throw();
6331
+ #endif
6056
6332
 
6057
6333
  /**
6058
6334
  * Obtains the Slice type ID of this exception.
@@ -6065,7 +6341,7 @@ public:
6065
6341
  */
6066
6342
  virtual void ice_print(::std::ostream& stream) const;
6067
6343
  /**
6068
- * Polymporphically clones this exception.
6344
+ * Polymorphically clones this exception.
6069
6345
  * @return A shallow copy of this exception.
6070
6346
  */
6071
6347
  virtual UnknownMessageException* ice_clone() const;
@@ -6098,7 +6374,13 @@ public:
6098
6374
  * @param reason The reason for the failure.
6099
6375
  */
6100
6376
  ConnectionNotValidatedException(const char* file, int line, const ::std::string& reason);
6377
+
6378
+ #ifdef ICE_CPP11_COMPILER
6379
+ ConnectionNotValidatedException(const ConnectionNotValidatedException&) = default;
6380
+ virtual ~ConnectionNotValidatedException();
6381
+ #else
6101
6382
  virtual ~ConnectionNotValidatedException() throw();
6383
+ #endif
6102
6384
 
6103
6385
  /**
6104
6386
  * Obtains the Slice type ID of this exception.
@@ -6111,7 +6393,7 @@ public:
6111
6393
  */
6112
6394
  virtual void ice_print(::std::ostream& stream) const;
6113
6395
  /**
6114
- * Polymporphically clones this exception.
6396
+ * Polymorphically clones this exception.
6115
6397
  * @return A shallow copy of this exception.
6116
6398
  */
6117
6399
  virtual ConnectionNotValidatedException* ice_clone() const;
@@ -6144,7 +6426,13 @@ public:
6144
6426
  * @param reason The reason for the failure.
6145
6427
  */
6146
6428
  UnknownRequestIdException(const char* file, int line, const ::std::string& reason);
6429
+
6430
+ #ifdef ICE_CPP11_COMPILER
6431
+ UnknownRequestIdException(const UnknownRequestIdException&) = default;
6432
+ virtual ~UnknownRequestIdException();
6433
+ #else
6147
6434
  virtual ~UnknownRequestIdException() throw();
6435
+ #endif
6148
6436
 
6149
6437
  /**
6150
6438
  * Obtains the Slice type ID of this exception.
@@ -6157,7 +6445,7 @@ public:
6157
6445
  */
6158
6446
  virtual void ice_print(::std::ostream& stream) const;
6159
6447
  /**
6160
- * Polymporphically clones this exception.
6448
+ * Polymorphically clones this exception.
6161
6449
  * @return A shallow copy of this exception.
6162
6450
  */
6163
6451
  virtual UnknownRequestIdException* ice_clone() const;
@@ -6189,7 +6477,13 @@ public:
6189
6477
  * @param reason The reason for the failure.
6190
6478
  */
6191
6479
  UnknownReplyStatusException(const char* file, int line, const ::std::string& reason);
6480
+
6481
+ #ifdef ICE_CPP11_COMPILER
6482
+ UnknownReplyStatusException(const UnknownReplyStatusException&) = default;
6483
+ virtual ~UnknownReplyStatusException();
6484
+ #else
6192
6485
  virtual ~UnknownReplyStatusException() throw();
6486
+ #endif
6193
6487
 
6194
6488
  /**
6195
6489
  * Obtains the Slice type ID of this exception.
@@ -6202,7 +6496,7 @@ public:
6202
6496
  */
6203
6497
  virtual void ice_print(::std::ostream& stream) const;
6204
6498
  /**
6205
- * Polymporphically clones this exception.
6499
+ * Polymorphically clones this exception.
6206
6500
  * @return A shallow copy of this exception.
6207
6501
  */
6208
6502
  virtual UnknownReplyStatusException* ice_clone() const;
@@ -6241,7 +6535,13 @@ public:
6241
6535
  * @param reason The reason for the failure.
6242
6536
  */
6243
6537
  CloseConnectionException(const char* file, int line, const ::std::string& reason);
6538
+
6539
+ #ifdef ICE_CPP11_COMPILER
6540
+ CloseConnectionException(const CloseConnectionException&) = default;
6541
+ virtual ~CloseConnectionException();
6542
+ #else
6244
6543
  virtual ~CloseConnectionException() throw();
6544
+ #endif
6245
6545
 
6246
6546
  /**
6247
6547
  * Obtains the Slice type ID of this exception.
@@ -6254,7 +6554,7 @@ public:
6254
6554
  */
6255
6555
  virtual void ice_print(::std::ostream& stream) const;
6256
6556
  /**
6257
- * Polymporphically clones this exception.
6557
+ * Polymorphically clones this exception.
6258
6558
  * @return A shallow copy of this exception.
6259
6559
  */
6260
6560
  virtual CloseConnectionException* ice_clone() const;
@@ -6288,7 +6588,13 @@ public:
6288
6588
  * @param graceful True if the connection was closed gracefully, false otherwise.
6289
6589
  */
6290
6590
  ConnectionManuallyClosedException(const char* file, int line, bool graceful);
6591
+
6592
+ #ifdef ICE_CPP11_COMPILER
6593
+ ConnectionManuallyClosedException(const ConnectionManuallyClosedException&) = default;
6594
+ virtual ~ConnectionManuallyClosedException();
6595
+ #else
6291
6596
  virtual ~ConnectionManuallyClosedException() throw();
6597
+ #endif
6292
6598
 
6293
6599
  /**
6294
6600
  * Obtains the Slice type ID of this exception.
@@ -6301,7 +6607,7 @@ public:
6301
6607
  */
6302
6608
  virtual void ice_print(::std::ostream& stream) const;
6303
6609
  /**
6304
- * Polymporphically clones this exception.
6610
+ * Polymorphically clones this exception.
6305
6611
  * @return A shallow copy of this exception.
6306
6612
  */
6307
6613
  virtual ConnectionManuallyClosedException* ice_clone() const;
@@ -6339,7 +6645,13 @@ public:
6339
6645
  * @param reason The reason for the failure.
6340
6646
  */
6341
6647
  IllegalMessageSizeException(const char* file, int line, const ::std::string& reason);
6648
+
6649
+ #ifdef ICE_CPP11_COMPILER
6650
+ IllegalMessageSizeException(const IllegalMessageSizeException&) = default;
6651
+ virtual ~IllegalMessageSizeException();
6652
+ #else
6342
6653
  virtual ~IllegalMessageSizeException() throw();
6654
+ #endif
6343
6655
 
6344
6656
  /**
6345
6657
  * Obtains the Slice type ID of this exception.
@@ -6352,7 +6664,7 @@ public:
6352
6664
  */
6353
6665
  virtual void ice_print(::std::ostream& stream) const;
6354
6666
  /**
6355
- * Polymporphically clones this exception.
6667
+ * Polymorphically clones this exception.
6356
6668
  * @return A shallow copy of this exception.
6357
6669
  */
6358
6670
  virtual IllegalMessageSizeException* ice_clone() const;
@@ -6384,7 +6696,13 @@ public:
6384
6696
  * @param reason The reason for the failure.
6385
6697
  */
6386
6698
  CompressionException(const char* file, int line, const ::std::string& reason);
6699
+
6700
+ #ifdef ICE_CPP11_COMPILER
6701
+ CompressionException(const CompressionException&) = default;
6702
+ virtual ~CompressionException();
6703
+ #else
6387
6704
  virtual ~CompressionException() throw();
6705
+ #endif
6388
6706
 
6389
6707
  /**
6390
6708
  * Obtains the Slice type ID of this exception.
@@ -6397,7 +6715,7 @@ public:
6397
6715
  */
6398
6716
  virtual void ice_print(::std::ostream& stream) const;
6399
6717
  /**
6400
- * Polymporphically clones this exception.
6718
+ * Polymorphically clones this exception.
6401
6719
  * @return A shallow copy of this exception.
6402
6720
  */
6403
6721
  virtual CompressionException* ice_clone() const;
@@ -6432,7 +6750,13 @@ public:
6432
6750
  * @param reason The reason for the failure.
6433
6751
  */
6434
6752
  DatagramLimitException(const char* file, int line, const ::std::string& reason);
6753
+
6754
+ #ifdef ICE_CPP11_COMPILER
6755
+ DatagramLimitException(const DatagramLimitException&) = default;
6756
+ virtual ~DatagramLimitException();
6757
+ #else
6435
6758
  virtual ~DatagramLimitException() throw();
6759
+ #endif
6436
6760
 
6437
6761
  /**
6438
6762
  * Obtains the Slice type ID of this exception.
@@ -6445,7 +6769,7 @@ public:
6445
6769
  */
6446
6770
  virtual void ice_print(::std::ostream& stream) const;
6447
6771
  /**
6448
- * Polymporphically clones this exception.
6772
+ * Polymorphically clones this exception.
6449
6773
  * @return A shallow copy of this exception.
6450
6774
  */
6451
6775
  virtual DatagramLimitException* ice_clone() const;
@@ -6477,7 +6801,13 @@ public:
6477
6801
  * @param reason The reason for the failure.
6478
6802
  */
6479
6803
  MarshalException(const char* file, int line, const ::std::string& reason);
6804
+
6805
+ #ifdef ICE_CPP11_COMPILER
6806
+ MarshalException(const MarshalException&) = default;
6807
+ virtual ~MarshalException();
6808
+ #else
6480
6809
  virtual ~MarshalException() throw();
6810
+ #endif
6481
6811
 
6482
6812
  /**
6483
6813
  * Obtains the Slice type ID of this exception.
@@ -6490,7 +6820,7 @@ public:
6490
6820
  */
6491
6821
  virtual void ice_print(::std::ostream& stream) const;
6492
6822
  /**
6493
- * Polymporphically clones this exception.
6823
+ * Polymorphically clones this exception.
6494
6824
  * @return A shallow copy of this exception.
6495
6825
  */
6496
6826
  virtual MarshalException* ice_clone() const;
@@ -6522,7 +6852,13 @@ public:
6522
6852
  * @param reason The reason for the failure.
6523
6853
  */
6524
6854
  ProxyUnmarshalException(const char* file, int line, const ::std::string& reason);
6855
+
6856
+ #ifdef ICE_CPP11_COMPILER
6857
+ ProxyUnmarshalException(const ProxyUnmarshalException&) = default;
6858
+ virtual ~ProxyUnmarshalException();
6859
+ #else
6525
6860
  virtual ~ProxyUnmarshalException() throw();
6861
+ #endif
6526
6862
 
6527
6863
  /**
6528
6864
  * Obtains the Slice type ID of this exception.
@@ -6535,7 +6871,7 @@ public:
6535
6871
  */
6536
6872
  virtual void ice_print(::std::ostream& stream) const;
6537
6873
  /**
6538
- * Polymporphically clones this exception.
6874
+ * Polymorphically clones this exception.
6539
6875
  * @return A shallow copy of this exception.
6540
6876
  */
6541
6877
  virtual ProxyUnmarshalException* ice_clone() const;
@@ -6567,7 +6903,13 @@ public:
6567
6903
  * @param reason The reason for the failure.
6568
6904
  */
6569
6905
  UnmarshalOutOfBoundsException(const char* file, int line, const ::std::string& reason);
6906
+
6907
+ #ifdef ICE_CPP11_COMPILER
6908
+ UnmarshalOutOfBoundsException(const UnmarshalOutOfBoundsException&) = default;
6909
+ virtual ~UnmarshalOutOfBoundsException();
6910
+ #else
6570
6911
  virtual ~UnmarshalOutOfBoundsException() throw();
6912
+ #endif
6571
6913
 
6572
6914
  /**
6573
6915
  * Obtains the Slice type ID of this exception.
@@ -6580,7 +6922,7 @@ public:
6580
6922
  */
6581
6923
  virtual void ice_print(::std::ostream& stream) const;
6582
6924
  /**
6583
- * Polymporphically clones this exception.
6925
+ * Polymorphically clones this exception.
6584
6926
  * @return A shallow copy of this exception.
6585
6927
  */
6586
6928
  virtual UnmarshalOutOfBoundsException* ice_clone() const;
@@ -6618,7 +6960,13 @@ public:
6618
6960
  * @param type The Slice type ID of the class instance for which no no factory could be found.
6619
6961
  */
6620
6962
  NoValueFactoryException(const char* file, int line, const ::std::string& reason, const ::std::string& type);
6963
+
6964
+ #ifdef ICE_CPP11_COMPILER
6965
+ NoValueFactoryException(const NoValueFactoryException&) = default;
6966
+ virtual ~NoValueFactoryException();
6967
+ #else
6621
6968
  virtual ~NoValueFactoryException() throw();
6969
+ #endif
6622
6970
 
6623
6971
  /**
6624
6972
  * Obtains the Slice type ID of this exception.
@@ -6631,7 +6979,7 @@ public:
6631
6979
  */
6632
6980
  virtual void ice_print(::std::ostream& stream) const;
6633
6981
  /**
6634
- * Polymporphically clones this exception.
6982
+ * Polymorphically clones this exception.
6635
6983
  * @return A shallow copy of this exception.
6636
6984
  */
6637
6985
  virtual NoValueFactoryException* ice_clone() const;
@@ -6677,7 +7025,13 @@ public:
6677
7025
  * @param expectedType The Slice type ID that was expected by the receiving operation.
6678
7026
  */
6679
7027
  UnexpectedObjectException(const char* file, int line, const ::std::string& reason, const ::std::string& type, const ::std::string& expectedType);
7028
+
7029
+ #ifdef ICE_CPP11_COMPILER
7030
+ UnexpectedObjectException(const UnexpectedObjectException&) = default;
7031
+ virtual ~UnexpectedObjectException();
7032
+ #else
6680
7033
  virtual ~UnexpectedObjectException() throw();
7034
+ #endif
6681
7035
 
6682
7036
  /**
6683
7037
  * Obtains the Slice type ID of this exception.
@@ -6690,7 +7044,7 @@ public:
6690
7044
  */
6691
7045
  virtual void ice_print(::std::ostream& stream) const;
6692
7046
  /**
6693
- * Polymporphically clones this exception.
7047
+ * Polymorphically clones this exception.
6694
7048
  * @return A shallow copy of this exception.
6695
7049
  */
6696
7050
  virtual UnexpectedObjectException* ice_clone() const;
@@ -6733,7 +7087,13 @@ public:
6733
7087
  * @param reason The reason for the failure.
6734
7088
  */
6735
7089
  MemoryLimitException(const char* file, int line, const ::std::string& reason);
7090
+
7091
+ #ifdef ICE_CPP11_COMPILER
7092
+ MemoryLimitException(const MemoryLimitException&) = default;
7093
+ virtual ~MemoryLimitException();
7094
+ #else
6736
7095
  virtual ~MemoryLimitException() throw();
7096
+ #endif
6737
7097
 
6738
7098
  /**
6739
7099
  * Obtains the Slice type ID of this exception.
@@ -6746,7 +7106,7 @@ public:
6746
7106
  */
6747
7107
  virtual void ice_print(::std::ostream& stream) const;
6748
7108
  /**
6749
- * Polymporphically clones this exception.
7109
+ * Polymorphically clones this exception.
6750
7110
  * @return A shallow copy of this exception.
6751
7111
  */
6752
7112
  virtual MemoryLimitException* ice_clone() const;
@@ -6779,7 +7139,13 @@ public:
6779
7139
  * @param reason The reason for the failure.
6780
7140
  */
6781
7141
  StringConversionException(const char* file, int line, const ::std::string& reason);
7142
+
7143
+ #ifdef ICE_CPP11_COMPILER
7144
+ StringConversionException(const StringConversionException&) = default;
7145
+ virtual ~StringConversionException();
7146
+ #else
6782
7147
  virtual ~StringConversionException() throw();
7148
+ #endif
6783
7149
 
6784
7150
  /**
6785
7151
  * Obtains the Slice type ID of this exception.
@@ -6792,7 +7158,7 @@ public:
6792
7158
  */
6793
7159
  virtual void ice_print(::std::ostream& stream) const;
6794
7160
  /**
6795
- * Polymporphically clones this exception.
7161
+ * Polymorphically clones this exception.
6796
7162
  * @return A shallow copy of this exception.
6797
7163
  */
6798
7164
  virtual StringConversionException* ice_clone() const;
@@ -6824,7 +7190,13 @@ public:
6824
7190
  * @param reason The reason for the failure.
6825
7191
  */
6826
7192
  EncapsulationException(const char* file, int line, const ::std::string& reason);
7193
+
7194
+ #ifdef ICE_CPP11_COMPILER
7195
+ EncapsulationException(const EncapsulationException&) = default;
7196
+ virtual ~EncapsulationException();
7197
+ #else
6827
7198
  virtual ~EncapsulationException() throw();
7199
+ #endif
6828
7200
 
6829
7201
  /**
6830
7202
  * Obtains the Slice type ID of this exception.
@@ -6837,7 +7209,7 @@ public:
6837
7209
  */
6838
7210
  virtual void ice_print(::std::ostream& stream) const;
6839
7211
  /**
6840
- * Polymporphically clones this exception.
7212
+ * Polymorphically clones this exception.
6841
7213
  * @return A shallow copy of this exception.
6842
7214
  */
6843
7215
  virtual EncapsulationException* ice_clone() const;
@@ -6871,7 +7243,13 @@ public:
6871
7243
  * @param unsupportedFeature The name of the unsupported feature.
6872
7244
  */
6873
7245
  FeatureNotSupportedException(const char* file, int line, const ::std::string& unsupportedFeature);
7246
+
7247
+ #ifdef ICE_CPP11_COMPILER
7248
+ FeatureNotSupportedException(const FeatureNotSupportedException&) = default;
7249
+ virtual ~FeatureNotSupportedException();
7250
+ #else
6874
7251
  virtual ~FeatureNotSupportedException() throw();
7252
+ #endif
6875
7253
 
6876
7254
  /**
6877
7255
  * Obtains the Slice type ID of this exception.
@@ -6884,7 +7262,7 @@ public:
6884
7262
  */
6885
7263
  virtual void ice_print(::std::ostream& stream) const;
6886
7264
  /**
6887
- * Polymporphically clones this exception.
7265
+ * Polymorphically clones this exception.
6888
7266
  * @return A shallow copy of this exception.
6889
7267
  */
6890
7268
  virtual FeatureNotSupportedException* ice_clone() const;
@@ -6922,7 +7300,13 @@ public:
6922
7300
  * @param reason The reason for the failure.
6923
7301
  */
6924
7302
  SecurityException(const char* file, int line, const ::std::string& reason);
7303
+
7304
+ #ifdef ICE_CPP11_COMPILER
7305
+ SecurityException(const SecurityException&) = default;
7306
+ virtual ~SecurityException();
7307
+ #else
6925
7308
  virtual ~SecurityException() throw();
7309
+ #endif
6926
7310
 
6927
7311
  /**
6928
7312
  * Obtains the Slice type ID of this exception.
@@ -6935,7 +7319,7 @@ public:
6935
7319
  */
6936
7320
  virtual void ice_print(::std::ostream& stream) const;
6937
7321
  /**
6938
- * Polymporphically clones this exception.
7322
+ * Polymorphically clones this exception.
6939
7323
  * @return A shallow copy of this exception.
6940
7324
  */
6941
7325
  virtual SecurityException* ice_clone() const;
@@ -6965,7 +7349,13 @@ public:
6965
7349
  * @param line The line number at which the exception was raised, typically __LINE__.
6966
7350
  */
6967
7351
  FixedProxyException(const char* file, int line);
7352
+
7353
+ #ifdef ICE_CPP11_COMPILER
7354
+ FixedProxyException(const FixedProxyException&) = default;
7355
+ virtual ~FixedProxyException();
7356
+ #else
6968
7357
  virtual ~FixedProxyException() throw();
7358
+ #endif
6969
7359
 
6970
7360
  /**
6971
7361
  * Obtains the Slice type ID of this exception.
@@ -6978,7 +7368,7 @@ public:
6978
7368
  */
6979
7369
  virtual void ice_print(::std::ostream& stream) const;
6980
7370
  /**
6981
- * Polymporphically clones this exception.
7371
+ * Polymorphically clones this exception.
6982
7372
  * @return A shallow copy of this exception.
6983
7373
  */
6984
7374
  virtual FixedProxyException* ice_clone() const;
@@ -7003,7 +7393,13 @@ public:
7003
7393
  * @param line The line number at which the exception was raised, typically __LINE__.
7004
7394
  */
7005
7395
  ResponseSentException(const char* file, int line);
7396
+
7397
+ #ifdef ICE_CPP11_COMPILER
7398
+ ResponseSentException(const ResponseSentException&) = default;
7399
+ virtual ~ResponseSentException();
7400
+ #else
7006
7401
  virtual ~ResponseSentException() throw();
7402
+ #endif
7007
7403
 
7008
7404
  /**
7009
7405
  * Obtains the Slice type ID of this exception.
@@ -7016,7 +7412,7 @@ public:
7016
7412
  */
7017
7413
  virtual void ice_print(::std::ostream& stream) const;
7018
7414
  /**
7019
- * Polymporphically clones this exception.
7415
+ * Polymorphically clones this exception.
7020
7416
  * @return A shallow copy of this exception.
7021
7417
  */
7022
7418
  virtual ResponseSentException* ice_clone() const;