zeroc-ice-x64-mingw 3.6b1 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/BZIP2_LICENSE +42 -0
- data/ICE_LICENSE +8 -14
- data/LICENSE +2 -1
- data/MCPP_LICENSE +29 -0
- data/bin/slice2rb +1 -1
- data/ice-x64-mingw.gemspec +3 -3
- data/lib/Glacier2.rb +1 -1
- data/lib/Glacier2/Metrics.rb +2 -2
- data/lib/Glacier2/PermissionsVerifier.rb +2 -2
- data/lib/Glacier2/PermissionsVerifierF.rb +2 -2
- data/lib/Glacier2/Router.rb +2 -2
- data/lib/Glacier2/RouterF.rb +2 -2
- data/lib/Glacier2/SSLInfo.rb +2 -2
- data/lib/Glacier2/Session.rb +2 -2
- data/lib/Ice.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +2 -2
- data/lib/Ice/Communicator.rb +2 -2
- data/lib/Ice/CommunicatorF.rb +2 -2
- data/lib/Ice/Connection.rb +26 -14
- data/lib/Ice/ConnectionF.rb +2 -2
- data/lib/Ice/Current.rb +2 -2
- data/lib/Ice/Endpoint.rb +4 -2
- data/lib/Ice/EndpointF.rb +2 -2
- data/lib/Ice/EndpointTypes.rb +2 -2
- data/lib/Ice/FacetMap.rb +2 -2
- data/lib/Ice/Identity.rb +2 -2
- data/lib/Ice/ImplicitContext.rb +2 -2
- data/lib/Ice/ImplicitContextF.rb +2 -2
- data/lib/Ice/Instrumentation.rb +2 -2
- data/lib/Ice/InstrumentationF.rb +2 -2
- data/lib/Ice/LocalException.rb +2 -2
- data/lib/Ice/Locator.rb +2 -2
- data/lib/Ice/LocatorF.rb +2 -2
- data/lib/Ice/Logger.rb +2 -2
- data/lib/Ice/LoggerF.rb +2 -2
- data/lib/Ice/Metrics.rb +2 -2
- data/lib/Ice/ObjectAdapterF.rb +2 -2
- data/lib/Ice/ObjectFactory.rb +2 -2
- data/lib/Ice/ObjectFactoryF.rb +2 -2
- data/lib/Ice/Plugin.rb +2 -2
- data/lib/Ice/PluginF.rb +2 -2
- data/lib/Ice/Process.rb +2 -2
- data/lib/Ice/ProcessF.rb +2 -2
- data/lib/Ice/Properties.rb +2 -2
- data/lib/Ice/PropertiesAdmin.rb +2 -2
- data/lib/Ice/PropertiesF.rb +2 -2
- data/lib/Ice/Router.rb +2 -2
- data/lib/Ice/RouterF.rb +2 -2
- data/lib/Ice/SliceChecksumDict.rb +2 -2
- data/lib/Ice/Version.rb +2 -2
- data/lib/IceBox.rb +1 -1
- data/lib/IceBox/IceBox.rb +2 -2
- data/lib/IceGrid.rb +1 -1
- data/lib/IceGrid/Admin.rb +2 -2
- data/lib/IceGrid/Descriptor.rb +2 -2
- data/lib/IceGrid/Exception.rb +2 -2
- data/lib/IceGrid/FileParser.rb +2 -2
- data/lib/IceGrid/Locator.rb +2 -2
- data/lib/IceGrid/Observer.rb +2 -2
- data/lib/IceGrid/Query.rb +2 -2
- data/lib/IceGrid/Registry.rb +2 -2
- data/lib/IceGrid/Session.rb +2 -2
- data/lib/IceGrid/UserAccountMapper.rb +2 -2
- data/lib/IcePatch2.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +52 -2
- data/lib/IcePatch2/FileServer.rb +33 -4
- data/lib/IceRuby.so +0 -0
- data/lib/IceStorm.rb +1 -1
- data/lib/IceStorm/IceStorm.rb +2 -2
- data/lib/IceStorm/Metrics.rb +2 -2
- data/slice/Freeze/BackgroundSaveEvictor.ice +2 -2
- data/slice/Freeze/CatalogData.ice +2 -2
- data/slice/Freeze/Connection.ice +2 -2
- data/slice/Freeze/ConnectionF.ice +2 -2
- data/slice/Freeze/DB.ice +2 -2
- data/slice/Freeze/Evictor.ice +2 -2
- data/slice/Freeze/EvictorF.ice +2 -2
- data/slice/Freeze/EvictorStorage.ice +2 -2
- data/slice/Freeze/Exception.ice +2 -2
- data/slice/Freeze/Transaction.ice +2 -2
- data/slice/Freeze/TransactionalEvictor.ice +2 -2
- data/slice/Glacier2/Metrics.ice +7 -6
- data/slice/Glacier2/PermissionsVerifier.ice +4 -3
- data/slice/Glacier2/PermissionsVerifierF.ice +3 -2
- data/slice/Glacier2/Router.ice +4 -3
- data/slice/Glacier2/RouterF.ice +3 -2
- data/slice/Glacier2/SSLInfo.ice +3 -2
- data/slice/Glacier2/Session.ice +12 -11
- data/slice/Ice/BuiltinSequences.ice +4 -3
- data/slice/Ice/Communicator.ice +22 -25
- data/slice/Ice/CommunicatorF.ice +3 -2
- data/slice/Ice/Connection.ice +39 -11
- data/slice/Ice/ConnectionF.ice +3 -2
- data/slice/Ice/Current.ice +4 -3
- data/slice/Ice/Endpoint.ice +11 -3
- data/slice/Ice/EndpointF.ice +3 -2
- data/slice/Ice/EndpointTypes.ice +3 -2
- data/slice/Ice/FacetMap.ice +3 -2
- data/slice/Ice/Identity.ice +3 -2
- data/slice/Ice/ImplicitContext.ice +3 -2
- data/slice/Ice/ImplicitContextF.ice +3 -2
- data/slice/Ice/Instrumentation.ice +4 -2
- data/slice/Ice/InstrumentationF.ice +4 -2
- data/slice/Ice/LocalException.ice +29 -10
- data/slice/Ice/Locator.ice +5 -3
- data/slice/Ice/LocatorF.ice +3 -2
- data/slice/Ice/Logger.ice +3 -2
- data/slice/Ice/LoggerF.ice +3 -2
- data/slice/Ice/Metrics.ice +15 -14
- data/slice/Ice/ObjectAdapter.ice +5 -4
- data/slice/Ice/ObjectAdapterF.ice +3 -2
- data/slice/Ice/ObjectFactory.ice +3 -2
- data/slice/Ice/ObjectFactoryF.ice +3 -2
- data/slice/Ice/Plugin.ice +3 -2
- data/slice/Ice/PluginF.ice +3 -2
- data/slice/Ice/Process.ice +3 -2
- data/slice/Ice/ProcessF.ice +3 -2
- data/slice/Ice/Properties.ice +3 -2
- data/slice/Ice/PropertiesAdmin.ice +3 -2
- data/slice/Ice/PropertiesF.ice +3 -2
- data/slice/Ice/RemoteLogger.ice +3 -2
- data/slice/Ice/Router.ice +3 -2
- data/slice/Ice/RouterF.ice +3 -2
- data/slice/Ice/ServantLocator.ice +3 -2
- data/slice/Ice/ServantLocatorF.ice +3 -2
- data/slice/Ice/SliceChecksumDict.ice +3 -2
- data/slice/Ice/Version.ice +3 -2
- data/slice/IceBox/IceBox.ice +2 -2
- data/slice/IceDiscovery/IceDiscovery.ice +2 -2
- data/slice/IceGrid/Admin.ice +49 -48
- data/slice/IceGrid/Descriptor.ice +3 -2
- data/slice/IceGrid/Exception.ice +6 -5
- data/slice/IceGrid/FileParser.ice +4 -3
- data/slice/IceGrid/Locator.ice +4 -3
- data/slice/IceGrid/Observer.ice +28 -27
- data/slice/IceGrid/PluginFacade.ice +3 -2
- data/slice/IceGrid/Query.ice +3 -2
- data/slice/IceGrid/Registry.ice +4 -3
- data/slice/IceGrid/Session.ice +9 -8
- data/slice/IceGrid/UserAccountMapper.ice +4 -3
- data/slice/{IceGrid/Discovery.ice → IceLocatorDiscovery/IceLocatorDiscovery.ice} +12 -14
- data/slice/IcePatch2/FileInfo.ice +31 -2
- data/slice/IcePatch2/FileServer.ice +63 -5
- data/slice/IceSSL/ConnectionInfo.ice +17 -2
- data/slice/IceSSL/EndpointInfo.ice +21 -3
- data/slice/IceStorm/IceStorm.ice +3 -2
- data/slice/IceStorm/Metrics.ice +4 -3
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4915e4351451ebb92891550bbfb71eaddf692f0
|
4
|
+
data.tar.gz: c5fce054b3e574c5ea87a397fa748e37515bac50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da9f9903dc23f480cd228cc39d37da6849d520b8de435f209f5ba6d72ee08fbd8a0152244fd7fd57674d8b8d5c2afdb04ecd573e73e08cd4a6fc568015f385ee
|
7
|
+
data.tar.gz: b3c7d86bd730321b281261a77e91b37d45dcff6f7bcc91f9ac98d2c6b39aa123769b0abf9a736179e16af176636455277bd44be9379d95d882fd3942d14e391b
|
data/BZIP2_LICENSE
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
|
2
|
+
--------------------------------------------------------------------------
|
3
|
+
|
4
|
+
This program, "bzip2", the associated library "libbzip2", and all
|
5
|
+
documentation, are copyright (C) 1996-2010 Julian R Seward. All
|
6
|
+
rights reserved.
|
7
|
+
|
8
|
+
Redistribution and use in source and binary forms, with or without
|
9
|
+
modification, are permitted provided that the following conditions
|
10
|
+
are met:
|
11
|
+
|
12
|
+
1. Redistributions of source code must retain the above copyright
|
13
|
+
notice, this list of conditions and the following disclaimer.
|
14
|
+
|
15
|
+
2. The origin of this software must not be misrepresented; you must
|
16
|
+
not claim that you wrote the original software. If you use this
|
17
|
+
software in a product, an acknowledgment in the product
|
18
|
+
documentation would be appreciated but is not required.
|
19
|
+
|
20
|
+
3. Altered source versions must be plainly marked as such, and must
|
21
|
+
not be misrepresented as being the original software.
|
22
|
+
|
23
|
+
4. The name of the author may not be used to endorse or promote
|
24
|
+
products derived from this software without specific prior written
|
25
|
+
permission.
|
26
|
+
|
27
|
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
|
28
|
+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
29
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
30
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
31
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
32
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
33
|
+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
34
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
35
|
+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
36
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
37
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
38
|
+
|
39
|
+
Julian Seward, jseward@bzip.org
|
40
|
+
bzip2/libbzip2 version 1.0.6 of 6 September 2010
|
41
|
+
|
42
|
+
--------------------------------------------------------------------------
|
data/ICE_LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2003-
|
1
|
+
Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
|
2
2
|
|
3
3
|
This copy of Ice is free software; you can redistribute it and/or modify
|
4
4
|
it under the terms of the GNU General Public License version 2 as
|
@@ -23,19 +23,13 @@ such shall be licensed under the terms of the GNU General Public License
|
|
23
23
|
version 2. This includes the situation where Ice is only being used
|
24
24
|
through an abstraction layer.
|
25
25
|
|
26
|
-
As a special exception to the above, ZeroC grants to the
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
- Mumble (http://mumble.sourceforge.net)
|
34
|
-
|
35
|
-
This exception does not extend to the parts of Ice used by these
|
36
|
-
projects, or to any other derived work: as a whole, any work based on Ice
|
37
|
-
shall be licensed under the terms and conditions of the GNU General
|
38
|
-
Public License version 2.
|
26
|
+
As a special exception to the above, ZeroC grants to the copyright
|
27
|
+
holders and contributors of the Mumble project (http://www.mumble.info)
|
28
|
+
the permission to license the Ice-based software they contribute to
|
29
|
+
Mumble under the terms of the BSD license. This exception does not extend
|
30
|
+
to the parts of Ice used by Mumble, or to any other derived work: as a
|
31
|
+
whole, any work based on Ice shall be licensed under the terms and
|
32
|
+
conditions of the GNU General Public License version 2.
|
39
33
|
|
40
34
|
You may also combine Ice with any software not derived from Ice, provided
|
41
35
|
the license of such software is compatible with the GNU General Public
|
data/LICENSE
CHANGED
@@ -2,7 +2,8 @@
|
|
2
2
|
Version 2, June 1991
|
3
3
|
|
4
4
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
5
|
-
|
5
|
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
6
|
+
|
6
7
|
Everyone is permitted to copy and distribute verbatim copies
|
7
8
|
of this license document, but changing it is not allowed.
|
8
9
|
|
data/MCPP_LICENSE
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
/*-
|
2
|
+
* Copyright (c) 1998, 2002-2008 Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
|
3
|
+
* All rights reserved.
|
4
|
+
*
|
5
|
+
* This software including the files in this directory is provided under
|
6
|
+
* the following license.
|
7
|
+
*
|
8
|
+
* Redistribution and use in source and binary forms, with or without
|
9
|
+
* modification, are permitted provided that the following conditions
|
10
|
+
* are met:
|
11
|
+
* 1. Redistributions of source code must retain the above copyright
|
12
|
+
* notice, this list of conditions and the following disclaimer.
|
13
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
14
|
+
* notice, this list of conditions and the following disclaimer in the
|
15
|
+
* documentation and/or other materials provided with the distribution.
|
16
|
+
*
|
17
|
+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
|
18
|
+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
19
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
20
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
21
|
+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
22
|
+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
23
|
+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
24
|
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
25
|
+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
26
|
+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
27
|
+
* SUCH DAMAGE.
|
28
|
+
*/
|
29
|
+
|
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-2015 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
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
Gem::Specification.new do |s|
|
11
11
|
s.name = 'zeroc-ice-x64-mingw'
|
12
|
-
s.version = '3.
|
12
|
+
s.version = '3.6.0'
|
13
13
|
s.date = '2015-02-17'
|
14
14
|
s.summary = "ZeroC Ice for Ruby"
|
15
15
|
s.description = <<-eos
|
@@ -32,8 +32,8 @@ Join us on our user forums if you have questions about Ice.
|
|
32
32
|
eos
|
33
33
|
s.authors = ["ZeroC, Inc."]
|
34
34
|
s.email = 'info@zeroc.com'
|
35
|
-
s.files = %w[ICE_LICENSE LICENSE ice-x64-mingw.gemspec] + Dir.glob('lib/**/*.rb') + Dir.glob('lib/*.so') + Dir.glob("slice/**/*.ice")
|
36
|
-
s.homepage = 'https://
|
35
|
+
s.files = %w[ICE_LICENSE LICENSE MCPP_LICENSE BZIP2_LICENSE ice-x64-mingw.gemspec] + Dir.glob('lib/**/*.rb') + Dir.glob('lib/*.so') + Dir.glob("slice/**/*.ice")
|
36
|
+
s.homepage = 'https://zeroc.com'
|
37
37
|
s.license = 'GPL v2 with exceptions'
|
38
38
|
s.rdoc_options = %w[--exclude=IceRuby.so$ --exclude=lib/slice2rb$]
|
39
39
|
s.executables << 'slice2rb'
|
data/lib/Glacier2.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Glacier2/Router.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Glacier2/RouterF.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Glacier2/SSLInfo.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Glacier2/Session.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Ice.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Ice/Communicator.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Ice/CommunicatorF.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
data/lib/Ice/Connection.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# **********************************************************************
|
2
2
|
#
|
3
|
-
# Copyright (c) 2003-
|
3
|
+
# Copyright (c) 2003-2015 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.
|
7
7
|
#
|
8
8
|
# **********************************************************************
|
9
9
|
#
|
10
|
-
# Ice version 3.
|
10
|
+
# Ice version 3.6.0
|
11
11
|
#
|
12
12
|
# <auto-generated>
|
13
13
|
#
|
@@ -32,7 +32,7 @@ module Ice
|
|
32
32
|
::Ice::__stringify(self, T_ConnectionInfo)
|
33
33
|
end
|
34
34
|
|
35
|
-
attr_accessor :incoming, :adapterName, :connectionId
|
35
|
+
attr_accessor :incoming, :adapterName, :connectionId, :rcvSize, :sndSize
|
36
36
|
end
|
37
37
|
class ConnectionInfo
|
38
38
|
include ConnectionInfo_mixin
|
@@ -41,10 +41,12 @@ module Ice
|
|
41
41
|
'::Ice::ConnectionInfo'
|
42
42
|
end
|
43
43
|
|
44
|
-
def initialize(incoming=false, adapterName='', connectionId='')
|
44
|
+
def initialize(incoming=false, adapterName='', connectionId='', rcvSize=0, sndSize=0)
|
45
45
|
@incoming = incoming
|
46
46
|
@adapterName = adapterName
|
47
47
|
@connectionId = connectionId
|
48
|
+
@rcvSize = rcvSize
|
49
|
+
@sndSize = sndSize
|
48
50
|
end
|
49
51
|
end
|
50
52
|
|
@@ -55,7 +57,9 @@ module Ice
|
|
55
57
|
T_ConnectionInfo.defineClass(ConnectionInfo, -1, false, false, nil, [], [
|
56
58
|
['incoming', ::Ice::T_bool, false, 0],
|
57
59
|
['adapterName', ::Ice::T_string, false, 0],
|
58
|
-
['connectionId', ::Ice::T_string, false, 0]
|
60
|
+
['connectionId', ::Ice::T_string, false, 0],
|
61
|
+
['rcvSize', ::Ice::T_int, false, 0],
|
62
|
+
['sndSize', ::Ice::T_int, false, 0]
|
59
63
|
])
|
60
64
|
ConnectionInfo_mixin::ICE_TYPE = T_ConnectionInfo
|
61
65
|
end
|
@@ -265,6 +269,7 @@ module Ice
|
|
265
269
|
# def timeout()
|
266
270
|
# def toString()
|
267
271
|
# def getInfo()
|
272
|
+
# def setBufferSize(rcvSize, sndSize)
|
268
273
|
|
269
274
|
def inspect
|
270
275
|
::Ice::__stringify(self, T_Connection)
|
@@ -302,8 +307,8 @@ module Ice
|
|
302
307
|
'::Ice::IPConnectionInfo'
|
303
308
|
end
|
304
309
|
|
305
|
-
def initialize(incoming=false, adapterName='', connectionId='', localAddress="", localPort=-1, remoteAddress="", remotePort=-1)
|
306
|
-
super(incoming, adapterName, connectionId)
|
310
|
+
def initialize(incoming=false, adapterName='', connectionId='', rcvSize=0, sndSize=0, localAddress="", localPort=-1, remoteAddress="", remotePort=-1)
|
311
|
+
super(incoming, adapterName, connectionId, rcvSize, sndSize)
|
307
312
|
@localAddress = localAddress
|
308
313
|
@localPort = localPort
|
309
314
|
@remoteAddress = remoteAddress
|
@@ -338,8 +343,8 @@ module Ice
|
|
338
343
|
'::Ice::TCPConnectionInfo'
|
339
344
|
end
|
340
345
|
|
341
|
-
def initialize(incoming=false, adapterName='', connectionId='', localAddress="", localPort=-1, remoteAddress="", remotePort=-1)
|
342
|
-
super(incoming, adapterName, connectionId, localAddress, localPort, remoteAddress, remotePort)
|
346
|
+
def initialize(incoming=false, adapterName='', connectionId='', rcvSize=0, sndSize=0, localAddress="", localPort=-1, remoteAddress="", remotePort=-1)
|
347
|
+
super(incoming, adapterName, connectionId, rcvSize, sndSize, localAddress, localPort, remoteAddress, remotePort)
|
343
348
|
end
|
344
349
|
end
|
345
350
|
|
@@ -367,8 +372,8 @@ module Ice
|
|
367
372
|
'::Ice::UDPConnectionInfo'
|
368
373
|
end
|
369
374
|
|
370
|
-
def initialize(incoming=false, adapterName='', connectionId='', localAddress="", localPort=-1, remoteAddress="", remotePort=-1, mcastAddress='', mcastPort=-1)
|
371
|
-
super(incoming, adapterName, connectionId, localAddress, localPort, remoteAddress, remotePort)
|
375
|
+
def initialize(incoming=false, adapterName='', connectionId='', rcvSize=0, sndSize=0, localAddress="", localPort=-1, remoteAddress="", remotePort=-1, mcastAddress='', mcastPort=-1)
|
376
|
+
super(incoming, adapterName, connectionId, rcvSize, sndSize, localAddress, localPort, remoteAddress, remotePort)
|
372
377
|
@mcastAddress = mcastAddress
|
373
378
|
@mcastPort = mcastPort
|
374
379
|
end
|
@@ -385,12 +390,18 @@ module Ice
|
|
385
390
|
UDPConnectionInfo_mixin::ICE_TYPE = T_UDPConnectionInfo
|
386
391
|
end
|
387
392
|
|
393
|
+
if not defined?(::Ice::T_HeaderDict)
|
394
|
+
T_HeaderDict = ::Ice::__defineDictionary('::Ice::HeaderDict', ::Ice::T_string, ::Ice::T_string)
|
395
|
+
end
|
396
|
+
|
388
397
|
if not defined?(::Ice::WSConnectionInfo_mixin)
|
389
398
|
module WSConnectionInfo_mixin
|
390
399
|
|
391
400
|
def inspect
|
392
401
|
::Ice::__stringify(self, T_WSConnectionInfo)
|
393
402
|
end
|
403
|
+
|
404
|
+
attr_accessor :headers
|
394
405
|
end
|
395
406
|
class WSConnectionInfo
|
396
407
|
include WSConnectionInfo_mixin
|
@@ -399,8 +410,9 @@ module Ice
|
|
399
410
|
'::Ice::WSConnectionInfo'
|
400
411
|
end
|
401
412
|
|
402
|
-
def initialize(incoming=false, adapterName='', connectionId='', localAddress="", localPort=-1, remoteAddress="", remotePort=-1)
|
403
|
-
super(incoming, adapterName, connectionId, localAddress, localPort, remoteAddress, remotePort)
|
413
|
+
def initialize(incoming=false, adapterName='', connectionId='', rcvSize=0, sndSize=0, localAddress="", localPort=-1, remoteAddress="", remotePort=-1, headers=nil)
|
414
|
+
super(incoming, adapterName, connectionId, rcvSize, sndSize, localAddress, localPort, remoteAddress, remotePort)
|
415
|
+
@headers = headers
|
404
416
|
end
|
405
417
|
end
|
406
418
|
|
@@ -408,7 +420,7 @@ module Ice
|
|
408
420
|
T_WSConnectionInfo = ::Ice::__declareLocalClass('::Ice::WSConnectionInfo')
|
409
421
|
end
|
410
422
|
|
411
|
-
T_WSConnectionInfo.defineClass(WSConnectionInfo, -1, false, false, nil, [], [])
|
423
|
+
T_WSConnectionInfo.defineClass(WSConnectionInfo, -1, false, false, nil, [], [['headers', ::Ice::T_HeaderDict, false, 0]])
|
412
424
|
WSConnectionInfo_mixin::ICE_TYPE = T_WSConnectionInfo
|
413
425
|
end
|
414
426
|
end
|