zeroc-ice-x64-mingw 3.6.4 → 3.6.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ICE_LICENSE +1 -1
- data/bin/slice2rb +1 -1
- data/ice-x64-mingw.gemspec +1 -1
- data/lib/Glacier2.rb +1 -1
- data/lib/Glacier2/Metrics.rb +3 -3
- data/lib/Glacier2/PermissionsVerifier.rb +3 -3
- data/lib/Glacier2/PermissionsVerifierF.rb +3 -3
- data/lib/Glacier2/Router.rb +3 -3
- data/lib/Glacier2/RouterF.rb +3 -3
- data/lib/Glacier2/SSLInfo.rb +3 -3
- data/lib/Glacier2/Session.rb +3 -3
- data/lib/Ice.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +3 -3
- data/lib/Ice/Communicator.rb +3 -3
- data/lib/Ice/CommunicatorF.rb +3 -3
- data/lib/Ice/Connection.rb +3 -3
- data/lib/Ice/ConnectionF.rb +3 -3
- data/lib/Ice/Current.rb +3 -3
- data/lib/Ice/Endpoint.rb +3 -3
- data/lib/Ice/EndpointF.rb +3 -3
- data/lib/Ice/EndpointTypes.rb +3 -3
- data/lib/Ice/FacetMap.rb +3 -3
- data/lib/Ice/Identity.rb +3 -3
- data/lib/Ice/ImplicitContext.rb +3 -3
- data/lib/Ice/ImplicitContextF.rb +3 -3
- data/lib/Ice/Instrumentation.rb +3 -3
- data/lib/Ice/InstrumentationF.rb +3 -3
- data/lib/Ice/LocalException.rb +3 -3
- data/lib/Ice/Locator.rb +3 -3
- data/lib/Ice/LocatorF.rb +3 -3
- data/lib/Ice/Logger.rb +3 -3
- data/lib/Ice/LoggerF.rb +3 -3
- data/lib/Ice/Metrics.rb +3 -3
- data/lib/Ice/ObjectAdapterF.rb +3 -3
- data/lib/Ice/ObjectFactory.rb +3 -3
- data/lib/Ice/ObjectFactoryF.rb +3 -3
- data/lib/Ice/Plugin.rb +3 -3
- data/lib/Ice/PluginF.rb +3 -3
- data/lib/Ice/Process.rb +3 -3
- data/lib/Ice/ProcessF.rb +3 -3
- data/lib/Ice/Properties.rb +3 -3
- data/lib/Ice/PropertiesAdmin.rb +3 -3
- data/lib/Ice/PropertiesF.rb +3 -3
- data/lib/Ice/RemoteLogger.rb +3 -3
- data/lib/Ice/Router.rb +3 -3
- data/lib/Ice/RouterF.rb +3 -3
- data/lib/Ice/SliceChecksumDict.rb +3 -3
- data/lib/Ice/Version.rb +3 -3
- data/lib/IceBox.rb +1 -1
- data/lib/IceBox/IceBox.rb +3 -3
- data/lib/IceGrid.rb +1 -1
- data/lib/IceGrid/Admin.rb +3 -3
- data/lib/IceGrid/Descriptor.rb +3 -3
- data/lib/IceGrid/Exception.rb +3 -3
- data/lib/IceGrid/FileParser.rb +3 -3
- data/lib/IceGrid/Locator.rb +3 -3
- data/lib/IceGrid/Observer.rb +3 -3
- data/lib/IceGrid/Query.rb +3 -3
- data/lib/IceGrid/Registry.rb +3 -3
- data/lib/IceGrid/Session.rb +3 -3
- data/lib/IceGrid/UserAccountMapper.rb +3 -3
- data/lib/IcePatch2.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +3 -3
- data/lib/IcePatch2/FileServer.rb +3 -3
- data/lib/IceRuby.so +0 -0
- data/lib/IceStorm.rb +1 -1
- data/lib/IceStorm/IceStorm.rb +3 -3
- data/lib/IceStorm/Metrics.rb +3 -3
- data/slice/Freeze/BackgroundSaveEvictor.ice +1 -1
- data/slice/Freeze/CatalogData.ice +1 -1
- data/slice/Freeze/Connection.ice +12 -2
- data/slice/Freeze/ConnectionF.ice +1 -1
- data/slice/Freeze/DB.ice +1 -1
- data/slice/Freeze/Evictor.ice +8 -1
- data/slice/Freeze/EvictorF.ice +1 -1
- data/slice/Freeze/EvictorStorage.ice +1 -1
- data/slice/Freeze/Exception.ice +1 -1
- data/slice/Freeze/Transaction.ice +2 -1
- data/slice/Freeze/TransactionalEvictor.ice +1 -1
- data/slice/Glacier2/Metrics.ice +1 -1
- data/slice/Glacier2/PermissionsVerifier.ice +1 -1
- data/slice/Glacier2/PermissionsVerifierF.ice +1 -1
- data/slice/Glacier2/Router.ice +1 -1
- data/slice/Glacier2/RouterF.ice +1 -1
- data/slice/Glacier2/SSLInfo.ice +1 -1
- data/slice/Glacier2/Session.ice +1 -1
- data/slice/Ice/BuiltinSequences.ice +1 -1
- data/slice/Ice/Communicator.ice +50 -55
- data/slice/Ice/CommunicatorF.ice +1 -1
- data/slice/Ice/Connection.ice +34 -3
- data/slice/Ice/ConnectionF.ice +1 -1
- data/slice/Ice/Current.ice +4 -5
- data/slice/Ice/Endpoint.ice +6 -3
- data/slice/Ice/EndpointF.ice +1 -1
- data/slice/Ice/EndpointTypes.ice +1 -1
- data/slice/Ice/FacetMap.ice +1 -1
- data/slice/Ice/Identity.ice +1 -1
- data/slice/Ice/ImplicitContext.ice +5 -4
- data/slice/Ice/ImplicitContextF.ice +1 -1
- data/slice/Ice/Instrumentation.ice +1 -1
- data/slice/Ice/InstrumentationF.ice +1 -1
- data/slice/Ice/LocalException.ice +3 -4
- data/slice/Ice/Locator.ice +4 -4
- data/slice/Ice/LocatorF.ice +1 -1
- data/slice/Ice/Logger.ice +4 -1
- data/slice/Ice/LoggerF.ice +1 -1
- data/slice/Ice/Metrics.ice +1 -1
- data/slice/Ice/ObjectAdapter.ice +1 -1
- data/slice/Ice/ObjectAdapterF.ice +1 -1
- data/slice/Ice/ObjectFactory.ice +3 -3
- data/slice/Ice/ObjectFactoryF.ice +1 -1
- data/slice/Ice/Plugin.ice +1 -1
- data/slice/Ice/PluginF.ice +1 -1
- data/slice/Ice/Process.ice +2 -3
- data/slice/Ice/ProcessF.ice +1 -1
- data/slice/Ice/Properties.ice +1 -1
- data/slice/Ice/PropertiesAdmin.ice +1 -1
- data/slice/Ice/PropertiesF.ice +1 -1
- data/slice/Ice/RemoteLogger.ice +11 -23
- data/slice/Ice/Router.ice +1 -1
- data/slice/Ice/RouterF.ice +1 -1
- data/slice/Ice/ServantLocator.ice +10 -4
- data/slice/Ice/ServantLocatorF.ice +1 -1
- data/slice/Ice/SliceChecksumDict.ice +1 -1
- data/slice/Ice/Version.ice +1 -1
- data/slice/IceBox/IceBox.ice +8 -5
- data/slice/IceDiscovery/IceDiscovery.ice +1 -1
- data/slice/IceGrid/Admin.ice +13 -2
- data/slice/IceGrid/Descriptor.ice +1 -1
- data/slice/IceGrid/Exception.ice +1 -1
- data/slice/IceGrid/FileParser.ice +1 -1
- data/slice/IceGrid/Locator.ice +1 -1
- data/slice/IceGrid/Observer.ice +1 -1
- data/slice/IceGrid/PluginFacade.ice +4 -1
- data/slice/IceGrid/Query.ice +1 -1
- data/slice/IceGrid/Registry.ice +1 -1
- data/slice/IceGrid/Session.ice +1 -3
- data/slice/IceGrid/UserAccountMapper.ice +1 -1
- data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +1 -1
- data/slice/IcePatch2/FileInfo.ice +1 -1
- data/slice/IcePatch2/FileServer.ice +1 -1
- data/slice/IceSSL/ConnectionInfo.ice +1 -1
- data/slice/IceSSL/EndpointInfo.ice +1 -1
- data/slice/IceStorm/IceStorm.ice +5 -7
- data/slice/IceStorm/Metrics.ice +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 54519b8b590140b5b3a08942bd6a9ee44e695581764741ca57744fba54da2e3c
|
4
|
+
data.tar.gz: 42ba25620782994e6af275cfbe2e812ad049ec40b4a3aed6e61a8d26087cd162
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ab81a05f3c4781a662fb393c1ce5899b2584f060930caaca4e67257f9877023f040577a1410c17ff82b07a1074912b2e0109fac02819638dbe9270a66a7bd05
|
7
|
+
data.tar.gz: e9acf760480382f07d7f12275e1f0ebfd845c85f17c819477599a6fcafd6169d00a6cb2ff6425ddb5ce41a3b542fad20d18f1d665ae6af441afa9a789e0afd36
|
data/ICE_LICENSE
CHANGED
data/bin/slice2rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
data/ice-x64-mingw.gemspec
CHANGED
data/lib/Glacier2.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
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.
|
data/lib/Glacier2/Metrics.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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/Metrics.rb'
|
24
24
|
|
25
|
-
module IceMX
|
25
|
+
module ::IceMX
|
26
26
|
|
27
27
|
if not defined?(::IceMX::SessionMetrics_mixin)
|
28
28
|
module SessionMetrics_mixin
|
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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 'Glacier2/SSLInfo.rb'
|
24
24
|
|
25
|
-
module Glacier2
|
25
|
+
module ::Glacier2
|
26
26
|
|
27
27
|
if not defined?(::Glacier2::PermissionDeniedException)
|
28
28
|
class PermissionDeniedException < Ice::UserException
|
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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 Glacier2
|
24
|
+
module ::Glacier2
|
25
25
|
|
26
26
|
if not defined?(::Glacier2::T_PermissionsVerifier)
|
27
27
|
T_PermissionsVerifier = ::Ice::__declareClass('::Glacier2::PermissionsVerifier')
|
data/lib/Glacier2/Router.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
11
|
+
# Ice version 3.6.5
|
12
12
|
#
|
13
13
|
# <auto-generated>
|
14
14
|
#
|
@@ -24,7 +24,7 @@ require 'Ice/Router.rb'
|
|
24
24
|
require 'Glacier2/Session.rb'
|
25
25
|
require 'Glacier2/PermissionsVerifier.rb'
|
26
26
|
|
27
|
-
module Glacier2
|
27
|
+
module ::Glacier2
|
28
28
|
|
29
29
|
if not defined?(::Glacier2::SessionNotExistException)
|
30
30
|
class SessionNotExistException < Ice::UserException
|
data/lib/Glacier2/RouterF.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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 Glacier2
|
24
|
+
module ::Glacier2
|
25
25
|
|
26
26
|
if not defined?(::Glacier2::T_Router)
|
27
27
|
T_Router = ::Ice::__declareClass('::Glacier2::Router')
|
data/lib/Glacier2/SSLInfo.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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 Glacier2
|
25
|
+
module ::Glacier2
|
26
26
|
|
27
27
|
if not defined?(::Glacier2::SSLInfo)
|
28
28
|
class SSLInfo
|
data/lib/Glacier2/Session.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
11
|
+
# Ice version 3.6.5
|
12
12
|
#
|
13
13
|
# <auto-generated>
|
14
14
|
#
|
@@ -24,7 +24,7 @@ require 'Ice/BuiltinSequences.rb'
|
|
24
24
|
require 'Ice/Identity.rb'
|
25
25
|
require 'Glacier2/SSLInfo.rb'
|
26
26
|
|
27
|
-
module Glacier2
|
27
|
+
module ::Glacier2
|
28
28
|
|
29
29
|
if not defined?(::Glacier2::CannotCreateSessionException)
|
30
30
|
class CannotCreateSessionException < Ice::UserException
|
data/lib/Ice.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
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.
|
data/lib/Ice/BuiltinSequences.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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_BoolSeq)
|
27
27
|
T_BoolSeq = ::Ice::__defineSequence('::Ice::BoolSeq', ::Ice::T_bool)
|
data/lib/Ice/Communicator.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
11
|
+
# Ice version 3.6.5
|
12
12
|
#
|
13
13
|
# <auto-generated>
|
14
14
|
#
|
@@ -32,7 +32,7 @@ require 'Ice/Current.rb'
|
|
32
32
|
require 'Ice/Properties.rb'
|
33
33
|
require 'Ice/FacetMap.rb'
|
34
34
|
|
35
|
-
module Ice
|
35
|
+
module ::Ice
|
36
36
|
|
37
37
|
if not defined?(::Ice::Communicator_mixin)
|
38
38
|
module Communicator_mixin
|
data/lib/Ice/CommunicatorF.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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_Communicator)
|
27
27
|
T_Communicator = ::Ice::__declareLocalClass('::Ice::Communicator')
|
data/lib/Ice/Connection.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
11
|
+
# Ice version 3.6.5
|
12
12
|
#
|
13
13
|
# <auto-generated>
|
14
14
|
#
|
@@ -24,7 +24,7 @@ require 'Ice/ObjectAdapterF.rb'
|
|
24
24
|
require 'Ice/Identity.rb'
|
25
25
|
require 'Ice/Endpoint.rb'
|
26
26
|
|
27
|
-
module Ice
|
27
|
+
module ::Ice
|
28
28
|
|
29
29
|
if not defined?(::Ice::ConnectionInfo_mixin)
|
30
30
|
module ConnectionInfo_mixin
|
data/lib/Ice/ConnectionF.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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_ConnectionInfo)
|
27
27
|
T_ConnectionInfo = ::Ice::__declareLocalClass('::Ice::ConnectionInfo')
|
data/lib/Ice/Current.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
11
|
+
# Ice version 3.6.5
|
12
12
|
#
|
13
13
|
# <auto-generated>
|
14
14
|
#
|
@@ -25,7 +25,7 @@ require 'Ice/ConnectionF.rb'
|
|
25
25
|
require 'Ice/Identity.rb'
|
26
26
|
require 'Ice/Version.rb'
|
27
27
|
|
28
|
-
module Ice
|
28
|
+
module ::Ice
|
29
29
|
|
30
30
|
if not defined?(::Ice::T_Context)
|
31
31
|
T_Context = ::Ice::__defineDictionary('::Ice::Context', ::Ice::T_string, ::Ice::T_string)
|
data/lib/Ice/Endpoint.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
11
|
+
# Ice version 3.6.5
|
12
12
|
#
|
13
13
|
# <auto-generated>
|
14
14
|
#
|
@@ -24,7 +24,7 @@ require 'Ice/Version.rb'
|
|
24
24
|
require 'Ice/BuiltinSequences.rb'
|
25
25
|
require 'Ice/EndpointF.rb'
|
26
26
|
|
27
|
-
module Ice
|
27
|
+
module ::Ice
|
28
28
|
|
29
29
|
TCPEndpointType = 1
|
30
30
|
|
data/lib/Ice/EndpointF.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
# **********************************************************************
|
3
3
|
#
|
4
|
-
# Copyright (c) 2003-
|
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.
|
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_EndpointInfo)
|
27
27
|
T_EndpointInfo = ::Ice::__declareLocalClass('::Ice::EndpointInfo')
|