zeroc-ice-x86-mingw 3.6.4 → 3.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. checksums.yaml +5 -5
  2. data/ICE_LICENSE +1 -1
  3. data/bin/slice2rb +1 -1
  4. data/ice-x86-mingw.gemspec +1 -1
  5. data/lib/Glacier2.rb +1 -1
  6. data/lib/Glacier2/Metrics.rb +3 -3
  7. data/lib/Glacier2/PermissionsVerifier.rb +3 -3
  8. data/lib/Glacier2/PermissionsVerifierF.rb +3 -3
  9. data/lib/Glacier2/Router.rb +3 -3
  10. data/lib/Glacier2/RouterF.rb +3 -3
  11. data/lib/Glacier2/SSLInfo.rb +3 -3
  12. data/lib/Glacier2/Session.rb +3 -3
  13. data/lib/Ice.rb +1 -1
  14. data/lib/Ice/BuiltinSequences.rb +3 -3
  15. data/lib/Ice/Communicator.rb +3 -3
  16. data/lib/Ice/CommunicatorF.rb +3 -3
  17. data/lib/Ice/Connection.rb +3 -3
  18. data/lib/Ice/ConnectionF.rb +3 -3
  19. data/lib/Ice/Current.rb +3 -3
  20. data/lib/Ice/Endpoint.rb +3 -3
  21. data/lib/Ice/EndpointF.rb +3 -3
  22. data/lib/Ice/EndpointTypes.rb +3 -3
  23. data/lib/Ice/FacetMap.rb +3 -3
  24. data/lib/Ice/Identity.rb +3 -3
  25. data/lib/Ice/ImplicitContext.rb +3 -3
  26. data/lib/Ice/ImplicitContextF.rb +3 -3
  27. data/lib/Ice/Instrumentation.rb +3 -3
  28. data/lib/Ice/InstrumentationF.rb +3 -3
  29. data/lib/Ice/LocalException.rb +3 -3
  30. data/lib/Ice/Locator.rb +3 -3
  31. data/lib/Ice/LocatorF.rb +3 -3
  32. data/lib/Ice/Logger.rb +3 -3
  33. data/lib/Ice/LoggerF.rb +3 -3
  34. data/lib/Ice/Metrics.rb +3 -3
  35. data/lib/Ice/ObjectAdapterF.rb +3 -3
  36. data/lib/Ice/ObjectFactory.rb +3 -3
  37. data/lib/Ice/ObjectFactoryF.rb +3 -3
  38. data/lib/Ice/Plugin.rb +3 -3
  39. data/lib/Ice/PluginF.rb +3 -3
  40. data/lib/Ice/Process.rb +3 -3
  41. data/lib/Ice/ProcessF.rb +3 -3
  42. data/lib/Ice/Properties.rb +3 -3
  43. data/lib/Ice/PropertiesAdmin.rb +3 -3
  44. data/lib/Ice/PropertiesF.rb +3 -3
  45. data/lib/Ice/RemoteLogger.rb +3 -3
  46. data/lib/Ice/Router.rb +3 -3
  47. data/lib/Ice/RouterF.rb +3 -3
  48. data/lib/Ice/SliceChecksumDict.rb +3 -3
  49. data/lib/Ice/Version.rb +3 -3
  50. data/lib/IceBox.rb +1 -1
  51. data/lib/IceBox/IceBox.rb +3 -3
  52. data/lib/IceGrid.rb +1 -1
  53. data/lib/IceGrid/Admin.rb +3 -3
  54. data/lib/IceGrid/Descriptor.rb +3 -3
  55. data/lib/IceGrid/Exception.rb +3 -3
  56. data/lib/IceGrid/FileParser.rb +3 -3
  57. data/lib/IceGrid/Locator.rb +3 -3
  58. data/lib/IceGrid/Observer.rb +3 -3
  59. data/lib/IceGrid/Query.rb +3 -3
  60. data/lib/IceGrid/Registry.rb +3 -3
  61. data/lib/IceGrid/Session.rb +3 -3
  62. data/lib/IceGrid/UserAccountMapper.rb +3 -3
  63. data/lib/IcePatch2.rb +1 -1
  64. data/lib/IcePatch2/FileInfo.rb +3 -3
  65. data/lib/IcePatch2/FileServer.rb +3 -3
  66. data/lib/IceRuby.so +0 -0
  67. data/lib/IceStorm.rb +1 -1
  68. data/lib/IceStorm/IceStorm.rb +3 -3
  69. data/lib/IceStorm/Metrics.rb +3 -3
  70. data/slice/Freeze/BackgroundSaveEvictor.ice +1 -1
  71. data/slice/Freeze/CatalogData.ice +1 -1
  72. data/slice/Freeze/Connection.ice +12 -2
  73. data/slice/Freeze/ConnectionF.ice +1 -1
  74. data/slice/Freeze/DB.ice +1 -1
  75. data/slice/Freeze/Evictor.ice +8 -1
  76. data/slice/Freeze/EvictorF.ice +1 -1
  77. data/slice/Freeze/EvictorStorage.ice +1 -1
  78. data/slice/Freeze/Exception.ice +1 -1
  79. data/slice/Freeze/Transaction.ice +2 -1
  80. data/slice/Freeze/TransactionalEvictor.ice +1 -1
  81. data/slice/Glacier2/Metrics.ice +1 -1
  82. data/slice/Glacier2/PermissionsVerifier.ice +1 -1
  83. data/slice/Glacier2/PermissionsVerifierF.ice +1 -1
  84. data/slice/Glacier2/Router.ice +1 -1
  85. data/slice/Glacier2/RouterF.ice +1 -1
  86. data/slice/Glacier2/SSLInfo.ice +1 -1
  87. data/slice/Glacier2/Session.ice +1 -1
  88. data/slice/Ice/BuiltinSequences.ice +1 -1
  89. data/slice/Ice/Communicator.ice +50 -55
  90. data/slice/Ice/CommunicatorF.ice +1 -1
  91. data/slice/Ice/Connection.ice +34 -3
  92. data/slice/Ice/ConnectionF.ice +1 -1
  93. data/slice/Ice/Current.ice +4 -5
  94. data/slice/Ice/Endpoint.ice +6 -3
  95. data/slice/Ice/EndpointF.ice +1 -1
  96. data/slice/Ice/EndpointTypes.ice +1 -1
  97. data/slice/Ice/FacetMap.ice +1 -1
  98. data/slice/Ice/Identity.ice +1 -1
  99. data/slice/Ice/ImplicitContext.ice +5 -4
  100. data/slice/Ice/ImplicitContextF.ice +1 -1
  101. data/slice/Ice/Instrumentation.ice +1 -1
  102. data/slice/Ice/InstrumentationF.ice +1 -1
  103. data/slice/Ice/LocalException.ice +3 -4
  104. data/slice/Ice/Locator.ice +4 -4
  105. data/slice/Ice/LocatorF.ice +1 -1
  106. data/slice/Ice/Logger.ice +4 -1
  107. data/slice/Ice/LoggerF.ice +1 -1
  108. data/slice/Ice/Metrics.ice +1 -1
  109. data/slice/Ice/ObjectAdapter.ice +1 -1
  110. data/slice/Ice/ObjectAdapterF.ice +1 -1
  111. data/slice/Ice/ObjectFactory.ice +3 -3
  112. data/slice/Ice/ObjectFactoryF.ice +1 -1
  113. data/slice/Ice/Plugin.ice +1 -1
  114. data/slice/Ice/PluginF.ice +1 -1
  115. data/slice/Ice/Process.ice +2 -3
  116. data/slice/Ice/ProcessF.ice +1 -1
  117. data/slice/Ice/Properties.ice +1 -1
  118. data/slice/Ice/PropertiesAdmin.ice +1 -1
  119. data/slice/Ice/PropertiesF.ice +1 -1
  120. data/slice/Ice/RemoteLogger.ice +11 -23
  121. data/slice/Ice/Router.ice +1 -1
  122. data/slice/Ice/RouterF.ice +1 -1
  123. data/slice/Ice/ServantLocator.ice +10 -4
  124. data/slice/Ice/ServantLocatorF.ice +1 -1
  125. data/slice/Ice/SliceChecksumDict.ice +1 -1
  126. data/slice/Ice/Version.ice +1 -1
  127. data/slice/IceBox/IceBox.ice +8 -5
  128. data/slice/IceDiscovery/IceDiscovery.ice +1 -1
  129. data/slice/IceGrid/Admin.ice +13 -2
  130. data/slice/IceGrid/Descriptor.ice +1 -1
  131. data/slice/IceGrid/Exception.ice +1 -1
  132. data/slice/IceGrid/FileParser.ice +1 -1
  133. data/slice/IceGrid/Locator.ice +1 -1
  134. data/slice/IceGrid/Observer.ice +1 -1
  135. data/slice/IceGrid/PluginFacade.ice +4 -1
  136. data/slice/IceGrid/Query.ice +1 -1
  137. data/slice/IceGrid/Registry.ice +1 -1
  138. data/slice/IceGrid/Session.ice +1 -3
  139. data/slice/IceGrid/UserAccountMapper.ice +1 -1
  140. data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +1 -1
  141. data/slice/IcePatch2/FileInfo.ice +1 -1
  142. data/slice/IcePatch2/FileServer.ice +1 -1
  143. data/slice/IceSSL/ConnectionInfo.ice +1 -1
  144. data/slice/IceSSL/EndpointInfo.ice +1 -1
  145. data/slice/IceStorm/IceStorm.ice +5 -7
  146. data/slice/IceStorm/Metrics.ice +1 -1
  147. metadata +3 -4
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -21,7 +21,7 @@
21
21
 
22
22
  require 'Ice'
23
23
 
24
- module Ice
24
+ module ::Ice
25
25
 
26
26
  if not defined?(::Ice::Process_mixin)
27
27
  module Process_mixin
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -21,7 +21,7 @@
21
21
 
22
22
  require 'Ice'
23
23
 
24
- module Ice
24
+ module ::Ice
25
25
 
26
26
  if not defined?(::Ice::T_Process)
27
27
  T_Process = ::Ice::__declareClass('::Ice::Process')
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -22,7 +22,7 @@
22
22
  require 'Ice'
23
23
  require 'Ice/PropertiesAdmin.rb'
24
24
 
25
- module Ice
25
+ module ::Ice
26
26
 
27
27
  if not defined?(::Ice::Properties_mixin)
28
28
  module Properties_mixin
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -22,7 +22,7 @@
22
22
  require 'Ice'
23
23
  require 'Ice/BuiltinSequences.rb'
24
24
 
25
- module Ice
25
+ module ::Ice
26
26
 
27
27
  if not defined?(::Ice::T_PropertyDict)
28
28
  T_PropertyDict = ::Ice::__defineDictionary('::Ice::PropertyDict', ::Ice::T_string, ::Ice::T_string)
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -21,7 +21,7 @@
21
21
 
22
22
  require 'Ice'
23
23
 
24
- module Ice
24
+ module ::Ice
25
25
 
26
26
  if not defined?(::Ice::T_Properties)
27
27
  T_Properties = ::Ice::__declareLocalClass('::Ice::Properties')
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -22,7 +22,7 @@
22
22
  require 'Ice'
23
23
  require 'Ice/BuiltinSequences.rb'
24
24
 
25
- module Ice
25
+ module ::Ice
26
26
 
27
27
  if not defined?(::Ice::LogMessageType)
28
28
  class LogMessageType
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -22,7 +22,7 @@
22
22
  require 'Ice'
23
23
  require 'Ice/BuiltinSequences.rb'
24
24
 
25
- module Ice
25
+ module ::Ice
26
26
 
27
27
  if not defined?(::Ice::Router_mixin)
28
28
  module Router_mixin
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -21,7 +21,7 @@
21
21
 
22
22
  require 'Ice'
23
23
 
24
- module Ice
24
+ module ::Ice
25
25
 
26
26
  if not defined?(::Ice::T_Router)
27
27
  T_Router = ::Ice::__declareClass('::Ice::Router')
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -21,7 +21,7 @@
21
21
 
22
22
  require 'Ice'
23
23
 
24
- module Ice
24
+ module ::Ice
25
25
 
26
26
  if not defined?(::Ice::T_SliceChecksumDict)
27
27
  T_SliceChecksumDict = ::Ice::__defineDictionary('::Ice::SliceChecksumDict', ::Ice::T_string, ::Ice::T_string)
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -21,7 +21,7 @@
21
21
 
22
22
  require 'Ice'
23
23
 
24
- module Ice
24
+ module ::Ice
25
25
 
26
26
  if not defined?(::Ice::ProtocolVersion)
27
27
  class ProtocolVersion
@@ -1,6 +1,6 @@
1
1
  # **********************************************************************
2
2
  #
3
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
3
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  # This copy of Ice is licensed to you under the terms described in the
6
6
  # ICE_LICENSE file included in this distribution.
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -25,7 +25,7 @@ require 'Ice/CommunicatorF.rb'
25
25
  require 'Ice/PropertiesF.rb'
26
26
  require 'Ice/SliceChecksumDict.rb'
27
27
 
28
- module IceBox
28
+ module ::IceBox
29
29
 
30
30
  if not defined?(::IceBox::FailureException)
31
31
  class FailureException < Ice::LocalException
@@ -1,6 +1,6 @@
1
1
  # **********************************************************************
2
2
  #
3
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
3
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4
4
  #
5
5
  # This copy of Ice is licensed to you under the terms described in the
6
6
  # ICE_LICENSE file included in this distribution.
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -28,7 +28,7 @@ require 'Glacier2/Session.rb'
28
28
  require 'IceGrid/Exception.rb'
29
29
  require 'IceGrid/Descriptor.rb'
30
30
 
31
- module IceGrid
31
+ module ::IceGrid
32
32
 
33
33
  if not defined?(::IceGrid::ServerState)
34
34
  class ServerState
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -23,7 +23,7 @@ require 'Ice'
23
23
  require 'Ice/Identity.rb'
24
24
  require 'Ice/BuiltinSequences.rb'
25
25
 
26
- module IceGrid
26
+ module ::IceGrid
27
27
 
28
28
  if not defined?(::IceGrid::T_StringStringDict)
29
29
  T_StringStringDict = ::Ice::__defineDictionary('::IceGrid::StringStringDict', ::Ice::T_string, ::Ice::T_string)
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -23,7 +23,7 @@ require 'Ice'
23
23
  require 'Ice/Identity.rb'
24
24
  require 'Ice/BuiltinSequences.rb'
25
25
 
26
- module IceGrid
26
+ module ::IceGrid
27
27
 
28
28
  if not defined?(::IceGrid::ApplicationNotExistException)
29
29
  class ApplicationNotExistException < Ice::UserException
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -22,7 +22,7 @@
22
22
  require 'Ice'
23
23
  require 'IceGrid/Admin.rb'
24
24
 
25
- module IceGrid
25
+ module ::IceGrid
26
26
 
27
27
  if not defined?(::IceGrid::ParseException)
28
28
  class ParseException < Ice::UserException
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -22,7 +22,7 @@
22
22
  require 'Ice'
23
23
  require 'Ice/Locator.rb'
24
24
 
25
- module IceGrid
25
+ module ::IceGrid
26
26
 
27
27
  if not defined?(::IceGrid::T_Registry)
28
28
  T_Registry = ::Ice::__declareClass('::IceGrid::Registry')
@@ -1,14 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # **********************************************************************
3
3
  #
4
- # Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4
+ # Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
5
5
  #
6
6
  # This copy of Ice is licensed to you under the terms described in the
7
7
  # ICE_LICENSE file included in this distribution.
8
8
  #
9
9
  # **********************************************************************
10
10
  #
11
- # Ice version 3.6.4
11
+ # Ice version 3.6.5
12
12
  #
13
13
  # <auto-generated>
14
14
  #
@@ -25,7 +25,7 @@ require 'IceGrid/Exception.rb'
25
25
  require 'IceGrid/Descriptor.rb'
26
26
  require 'IceGrid/Admin.rb'
27
27
 
28
- module IceGrid
28
+ module ::IceGrid
29
29
 
30
30
  if not defined?(::IceGrid::ServerDynamicInfo)
31
31
  class ServerDynamicInfo