zeroc-ice 3.7.4 → 3.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. checksums.yaml +4 -4
  2. data/ext/Communicator.cpp +3 -0
  3. data/ext/Config.h +3 -0
  4. data/ext/Types.cpp +18 -2
  5. data/ext/ice/cpp/include/IceUtil/Config.h +2 -2
  6. data/ext/ice/cpp/include/IceUtil/ResourceConfig.h +2 -2
  7. data/ext/ice/cpp/include/generated/Ice/BuiltinSequences.h +2 -2
  8. data/ext/ice/cpp/include/generated/Ice/Communicator.h +2 -2
  9. data/ext/ice/cpp/include/generated/Ice/CommunicatorF.h +2 -2
  10. data/ext/ice/cpp/include/generated/Ice/Connection.h +4 -4
  11. data/ext/ice/cpp/include/generated/Ice/ConnectionF.h +2 -2
  12. data/ext/ice/cpp/include/generated/Ice/Current.h +2 -2
  13. data/ext/ice/cpp/include/generated/Ice/Endpoint.h +2 -2
  14. data/ext/ice/cpp/include/generated/Ice/EndpointF.h +2 -2
  15. data/ext/ice/cpp/include/generated/Ice/EndpointTypes.h +2 -2
  16. data/ext/ice/cpp/include/generated/Ice/FacetMap.h +2 -2
  17. data/ext/ice/cpp/include/generated/Ice/Identity.h +2 -2
  18. data/ext/ice/cpp/include/generated/Ice/ImplicitContext.h +2 -2
  19. data/ext/ice/cpp/include/generated/Ice/ImplicitContextF.h +2 -2
  20. data/ext/ice/cpp/include/generated/Ice/Instrumentation.h +2 -2
  21. data/ext/ice/cpp/include/generated/Ice/InstrumentationF.h +2 -2
  22. data/ext/ice/cpp/include/generated/Ice/LocalException.h +2 -2
  23. data/ext/ice/cpp/include/generated/Ice/Locator.h +2 -2
  24. data/ext/ice/cpp/include/generated/Ice/LocatorF.h +2 -2
  25. data/ext/ice/cpp/include/generated/Ice/Logger.h +2 -2
  26. data/ext/ice/cpp/include/generated/Ice/LoggerF.h +2 -2
  27. data/ext/ice/cpp/include/generated/Ice/Metrics.h +2 -2
  28. data/ext/ice/cpp/include/generated/Ice/ObjectAdapter.h +2 -2
  29. data/ext/ice/cpp/include/generated/Ice/ObjectAdapterF.h +2 -2
  30. data/ext/ice/cpp/include/generated/Ice/ObjectFactory.h +2 -2
  31. data/ext/ice/cpp/include/generated/Ice/Plugin.h +2 -2
  32. data/ext/ice/cpp/include/generated/Ice/PluginF.h +2 -2
  33. data/ext/ice/cpp/include/generated/Ice/Process.h +2 -2
  34. data/ext/ice/cpp/include/generated/Ice/ProcessF.h +2 -2
  35. data/ext/ice/cpp/include/generated/Ice/Properties.h +2 -2
  36. data/ext/ice/cpp/include/generated/Ice/PropertiesAdmin.h +2 -2
  37. data/ext/ice/cpp/include/generated/Ice/PropertiesF.h +2 -2
  38. data/ext/ice/cpp/include/generated/Ice/RemoteLogger.h +2 -2
  39. data/ext/ice/cpp/include/generated/Ice/Router.h +2 -2
  40. data/ext/ice/cpp/include/generated/Ice/RouterF.h +2 -2
  41. data/ext/ice/cpp/include/generated/Ice/ServantLocator.h +2 -2
  42. data/ext/ice/cpp/include/generated/Ice/ServantLocatorF.h +2 -2
  43. data/ext/ice/cpp/include/generated/Ice/SliceChecksumDict.h +2 -2
  44. data/ext/ice/cpp/include/generated/Ice/ValueFactory.h +2 -2
  45. data/ext/ice/cpp/include/generated/Ice/Version.h +2 -2
  46. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfo.h +2 -2
  47. data/ext/ice/cpp/include/generated/IceSSL/ConnectionInfoF.h +2 -2
  48. data/ext/ice/cpp/include/generated/IceSSL/EndpointInfo.h +2 -2
  49. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
  50. data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
  51. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
  52. data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
  53. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
  54. data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
  55. data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
  56. data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
  57. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
  58. data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
  59. data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
  60. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
  61. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
  62. data/ext/ice/cpp/src/Ice/InputStream.cpp +18 -3
  63. data/ext/ice/cpp/src/Ice/Instance.cpp +3 -0
  64. data/ext/ice/cpp/src/Ice/Instance.h +2 -0
  65. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
  66. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
  67. data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
  68. data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
  69. data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
  70. data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
  71. data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
  72. data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
  73. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
  74. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
  75. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
  76. data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
  77. data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
  78. data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
  79. data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
  80. data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
  81. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
  82. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
  83. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +2 -1
  84. data/ext/ice/cpp/src/Ice/PropertyNames.h +1 -1
  85. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
  86. data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
  87. data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
  88. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
  89. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
  90. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
  91. data/ext/ice/cpp/src/Ice/ThreadPool.h +0 -4
  92. data/ext/ice/cpp/src/Ice/ValueFactory.cpp +2 -2
  93. data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
  94. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
  95. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +2 -2
  96. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
  97. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +2 -2
  98. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
  99. data/ext/ice/cpp/src/IceSSL/ConnectionInfoF.cpp +2 -2
  100. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
  101. data/ext/ice/cpp/src/IceSSL/OpenSSLCertificateI.cpp +9 -12
  102. data/ext/ice/cpp/src/IceUtil/Time.cpp +4 -6
  103. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +4 -4
  104. data/ext/ice/cpp/src/Slice/Parser.cpp +6 -6
  105. data/ext/ice/cpp/src/Slice/Python.cpp +1 -1
  106. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +5 -5
  107. data/ext/ice/cpp/src/Slice/Scanner.cpp +1 -1
  108. data/ice.gemspec +1 -1
  109. data/lib/Glacier2/Metrics.rb +1 -1
  110. data/lib/Glacier2/PermissionsVerifier.rb +1 -1
  111. data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
  112. data/lib/Glacier2/Router.rb +1 -1
  113. data/lib/Glacier2/RouterF.rb +1 -1
  114. data/lib/Glacier2/SSLInfo.rb +1 -1
  115. data/lib/Glacier2/Session.rb +1 -1
  116. data/lib/Ice/BuiltinSequences.rb +1 -1
  117. data/lib/Ice/Communicator.rb +1 -1
  118. data/lib/Ice/CommunicatorF.rb +1 -1
  119. data/lib/Ice/Connection.rb +1 -1
  120. data/lib/Ice/ConnectionF.rb +1 -1
  121. data/lib/Ice/Current.rb +1 -1
  122. data/lib/Ice/Endpoint.rb +1 -1
  123. data/lib/Ice/EndpointF.rb +1 -1
  124. data/lib/Ice/EndpointTypes.rb +1 -1
  125. data/lib/Ice/FacetMap.rb +1 -1
  126. data/lib/Ice/Identity.rb +1 -1
  127. data/lib/Ice/ImplicitContext.rb +1 -1
  128. data/lib/Ice/ImplicitContextF.rb +1 -1
  129. data/lib/Ice/Instrumentation.rb +1 -1
  130. data/lib/Ice/InstrumentationF.rb +1 -1
  131. data/lib/Ice/LocalException.rb +1 -1
  132. data/lib/Ice/Locator.rb +1 -1
  133. data/lib/Ice/LocatorF.rb +1 -1
  134. data/lib/Ice/Logger.rb +1 -1
  135. data/lib/Ice/LoggerF.rb +1 -1
  136. data/lib/Ice/Metrics.rb +1 -1
  137. data/lib/Ice/ObjectAdapter.rb +1 -1
  138. data/lib/Ice/ObjectAdapterF.rb +1 -1
  139. data/lib/Ice/ObjectFactory.rb +1 -1
  140. data/lib/Ice/Plugin.rb +1 -1
  141. data/lib/Ice/PluginF.rb +1 -1
  142. data/lib/Ice/Process.rb +1 -1
  143. data/lib/Ice/ProcessF.rb +1 -1
  144. data/lib/Ice/Properties.rb +1 -1
  145. data/lib/Ice/PropertiesAdmin.rb +1 -1
  146. data/lib/Ice/PropertiesF.rb +1 -1
  147. data/lib/Ice/RemoteLogger.rb +1 -1
  148. data/lib/Ice/Router.rb +1 -1
  149. data/lib/Ice/RouterF.rb +1 -1
  150. data/lib/Ice/ServantLocator.rb +1 -1
  151. data/lib/Ice/ServantLocatorF.rb +1 -1
  152. data/lib/Ice/SliceChecksumDict.rb +1 -1
  153. data/lib/Ice/ValueFactory.rb +1 -1
  154. data/lib/Ice/Version.rb +1 -1
  155. data/lib/IceBox/IceBox.rb +1 -1
  156. data/lib/IceGrid/Admin.rb +1 -1
  157. data/lib/IceGrid/Descriptor.rb +1 -1
  158. data/lib/IceGrid/Exception.rb +1 -1
  159. data/lib/IceGrid/FileParser.rb +1 -1
  160. data/lib/IceGrid/PluginFacade.rb +1 -1
  161. data/lib/IceGrid/Registry.rb +1 -1
  162. data/lib/IceGrid/Session.rb +1 -1
  163. data/lib/IceGrid/UserAccountMapper.rb +1 -1
  164. data/lib/IcePatch2/FileInfo.rb +1 -1
  165. data/lib/IcePatch2/FileServer.rb +1 -1
  166. data/lib/IceStorm/IceStorm.rb +1 -1
  167. data/lib/IceStorm/Metrics.rb +1 -1
  168. metadata +2 -2
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
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.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
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.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
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.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
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.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif
@@ -1819,12 +1819,17 @@ Ice::InputStream::EncapsDecoder::addPatchEntry(Int index, PatchFunc patchFunc, v
1819
1819
  assert(index > 0);
1820
1820
 
1821
1821
  //
1822
- // Check if we already unmarshaled the object. If that's the case,
1823
- // just patch the object smart pointer and we're done.
1822
+ // Check if we already unmarshaled the object. If that's the case, just patch the object smart pointer
1823
+ // and we're done. A null value indicates we've encountered a cycle and Ice.AllowClassCycles is false.
1824
1824
  //
1825
1825
  IndexToPtrMap::iterator p = _unmarshaledMap.find(index);
1826
1826
  if(p != _unmarshaledMap.end())
1827
1827
  {
1828
+ if (p->second == ICE_NULLPTR)
1829
+ {
1830
+ assert(!_stream->_instance->acceptClassCycles());
1831
+ throw MarshalException(__FILE__, __LINE__, "cycle detected during Value unmarshaling");
1832
+ }
1828
1833
  (*patchFunc)(patchAddr, p->second);
1829
1834
  return;
1830
1835
  }
@@ -1862,7 +1867,10 @@ Ice::InputStream::EncapsDecoder::unmarshal(Int index, const Ice::ValuePtr& v)
1862
1867
  // Add the object to the map of unmarshaled instances, this must
1863
1868
  // be done before reading the instances (for circular references).
1864
1869
  //
1865
- _unmarshaledMap.insert(make_pair(index, v));
1870
+ // If circular references are not allowed we insert null (for cycle detection) and add
1871
+ // the object to the map once it has been fully unmarshaled.
1872
+ //
1873
+ _unmarshaledMap.insert(make_pair(index, _stream->_instance->acceptClassCycles() ? v : Ice::ValuePtr()));
1866
1874
 
1867
1875
  //
1868
1876
  // Read the object.
@@ -1915,6 +1923,13 @@ Ice::InputStream::EncapsDecoder::unmarshal(Int index, const Ice::ValuePtr& v)
1915
1923
  _valueList.clear();
1916
1924
  }
1917
1925
  }
1926
+
1927
+ if(!_stream->_instance->acceptClassCycles())
1928
+ {
1929
+ // This class has been fully unmarshaled without creating any cycles
1930
+ // It can be added to the map now.
1931
+ _unmarshaledMap[index] = v;
1932
+ }
1918
1933
  }
1919
1934
 
1920
1935
  void
@@ -950,6 +950,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
950
950
  _classGraphDepthMax(0),
951
951
  _collectObjects(false),
952
952
  _toStringMode(ICE_ENUM(ToStringMode, Unicode)),
953
+ _acceptClassCycles(false),
953
954
  _implicitContext(0),
954
955
  _stringConverter(Ice::getProcessStringConverter()),
955
956
  _wstringConverter(Ice::getProcessWstringConverter()),
@@ -1227,6 +1228,8 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
1227
1228
  throw InitializationException(__FILE__, __LINE__, "The value for Ice.ToStringMode must be Unicode, ASCII or Compat");
1228
1229
  }
1229
1230
 
1231
+ const_cast<bool&>(_acceptClassCycles) = _initData.properties->getPropertyAsInt("Ice.AcceptClassCycles") > 0;
1232
+
1230
1233
  const_cast<ImplicitContextIPtr&>(_implicitContext) =
1231
1234
  ImplicitContextI::create(_initData.properties->getProperty("Ice.ImplicitContext"));
1232
1235
 
@@ -106,6 +106,7 @@ public:
106
106
  size_t classGraphDepthMax() const { return _classGraphDepthMax; }
107
107
  bool collectObjects() const { return _collectObjects; }
108
108
  Ice::ToStringMode toStringMode() const { return _toStringMode; }
109
+ bool acceptClassCycles() const { return _acceptClassCycles; }
109
110
  const ACMConfig& clientACM() const;
110
111
  const ACMConfig& serverACM() const;
111
112
 
@@ -175,6 +176,7 @@ private:
175
176
  const size_t _classGraphDepthMax; // Immutable, not reset by destroy().
176
177
  const bool _collectObjects; // Immutable, not reset by destroy().
177
178
  const Ice::ToStringMode _toStringMode; // Immutable, not reset by destroy()
179
+ const bool _acceptClassCycles; // Immutable, not reset by destroy()
178
180
  ACMConfig _clientACM;
179
181
  ACMConfig _serverACM;
180
182
  RouterManagerPtr _routerManager;
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
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.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -41,7 +41,7 @@
41
41
  # if ICE_INT_VERSION % 100 >= 50
42
42
  # error Beta header file detected
43
43
  # endif
44
- # if ICE_INT_VERSION % 100 < 4
44
+ # if ICE_INT_VERSION % 100 < 5
45
45
  # error Ice patch level mismatch!
46
46
  # endif
47
47
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
40
+ # if ICE_INT_VERSION % 100 < 5
41
41
  # error Ice patch level mismatch!
42
42
  # endif
43
43
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
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.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
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.4
5
+ // Ice version 3.7.5
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -41,7 +41,7 @@
41
41
  # if ICE_INT_VERSION % 100 >= 50
42
42
  # error Beta header file detected
43
43
  # endif
44
- # if ICE_INT_VERSION % 100 < 4
44
+ # if ICE_INT_VERSION % 100 < 5
45
45
  # error Ice patch level mismatch!
46
46
  # endif
47
47
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
6
6
  //
7
7
  // <auto-generated>
8
8
  //
@@ -41,7 +41,7 @@
41
41
  # if ICE_INT_VERSION % 100 >= 50
42
42
  # error Beta header file detected
43
43
  # endif
44
- # if ICE_INT_VERSION % 100 < 4
44
+ # if ICE_INT_VERSION % 100 < 5
45
45
  # error Ice patch level mismatch!
46
46
  # endif
47
47
  #endif
@@ -2,7 +2,7 @@
2
2
  // Copyright (c) ZeroC, Inc. All rights reserved.
3
3
  //
4
4
  //
5
- // Ice version 3.7.4
5
+ // Ice version 3.7.5
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 < 4
38
+ # if ICE_INT_VERSION % 100 < 5
39
39
  # error Ice patch level mismatch!
40
40
  # endif
41
41
  #endif