zeroc-ice-x86-mingw 3.6b1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (149) hide show
  1. checksums.yaml +4 -4
  2. data/BZIP2_LICENSE +42 -0
  3. data/ICE_LICENSE +8 -14
  4. data/LICENSE +2 -1
  5. data/MCPP_LICENSE +29 -0
  6. data/bin/slice2rb +1 -1
  7. data/ice-x86-mingw.gemspec +3 -3
  8. data/lib/Glacier2.rb +1 -1
  9. data/lib/Glacier2/Metrics.rb +2 -2
  10. data/lib/Glacier2/PermissionsVerifier.rb +2 -2
  11. data/lib/Glacier2/PermissionsVerifierF.rb +2 -2
  12. data/lib/Glacier2/Router.rb +2 -2
  13. data/lib/Glacier2/RouterF.rb +2 -2
  14. data/lib/Glacier2/SSLInfo.rb +2 -2
  15. data/lib/Glacier2/Session.rb +2 -2
  16. data/lib/Ice.rb +1 -1
  17. data/lib/Ice/BuiltinSequences.rb +2 -2
  18. data/lib/Ice/Communicator.rb +2 -2
  19. data/lib/Ice/CommunicatorF.rb +2 -2
  20. data/lib/Ice/Connection.rb +26 -14
  21. data/lib/Ice/ConnectionF.rb +2 -2
  22. data/lib/Ice/Current.rb +2 -2
  23. data/lib/Ice/Endpoint.rb +4 -2
  24. data/lib/Ice/EndpointF.rb +2 -2
  25. data/lib/Ice/EndpointTypes.rb +2 -2
  26. data/lib/Ice/FacetMap.rb +2 -2
  27. data/lib/Ice/Identity.rb +2 -2
  28. data/lib/Ice/ImplicitContext.rb +2 -2
  29. data/lib/Ice/ImplicitContextF.rb +2 -2
  30. data/lib/Ice/Instrumentation.rb +2 -2
  31. data/lib/Ice/InstrumentationF.rb +2 -2
  32. data/lib/Ice/LocalException.rb +2 -2
  33. data/lib/Ice/Locator.rb +2 -2
  34. data/lib/Ice/LocatorF.rb +2 -2
  35. data/lib/Ice/Logger.rb +2 -2
  36. data/lib/Ice/LoggerF.rb +2 -2
  37. data/lib/Ice/Metrics.rb +2 -2
  38. data/lib/Ice/ObjectAdapterF.rb +2 -2
  39. data/lib/Ice/ObjectFactory.rb +2 -2
  40. data/lib/Ice/ObjectFactoryF.rb +2 -2
  41. data/lib/Ice/Plugin.rb +2 -2
  42. data/lib/Ice/PluginF.rb +2 -2
  43. data/lib/Ice/Process.rb +2 -2
  44. data/lib/Ice/ProcessF.rb +2 -2
  45. data/lib/Ice/Properties.rb +2 -2
  46. data/lib/Ice/PropertiesAdmin.rb +2 -2
  47. data/lib/Ice/PropertiesF.rb +2 -2
  48. data/lib/Ice/Router.rb +2 -2
  49. data/lib/Ice/RouterF.rb +2 -2
  50. data/lib/Ice/SliceChecksumDict.rb +2 -2
  51. data/lib/Ice/Version.rb +2 -2
  52. data/lib/IceBox.rb +1 -1
  53. data/lib/IceBox/IceBox.rb +2 -2
  54. data/lib/IceGrid.rb +1 -1
  55. data/lib/IceGrid/Admin.rb +2 -2
  56. data/lib/IceGrid/Descriptor.rb +2 -2
  57. data/lib/IceGrid/Exception.rb +2 -2
  58. data/lib/IceGrid/FileParser.rb +2 -2
  59. data/lib/IceGrid/Locator.rb +2 -2
  60. data/lib/IceGrid/Observer.rb +2 -2
  61. data/lib/IceGrid/Query.rb +2 -2
  62. data/lib/IceGrid/Registry.rb +2 -2
  63. data/lib/IceGrid/Session.rb +2 -2
  64. data/lib/IceGrid/UserAccountMapper.rb +2 -2
  65. data/lib/IcePatch2.rb +1 -1
  66. data/lib/IcePatch2/FileInfo.rb +52 -2
  67. data/lib/IcePatch2/FileServer.rb +33 -4
  68. data/lib/IceRuby.so +0 -0
  69. data/lib/IceStorm.rb +1 -1
  70. data/lib/IceStorm/IceStorm.rb +2 -2
  71. data/lib/IceStorm/Metrics.rb +2 -2
  72. data/slice/Freeze/BackgroundSaveEvictor.ice +2 -2
  73. data/slice/Freeze/CatalogData.ice +2 -2
  74. data/slice/Freeze/Connection.ice +2 -2
  75. data/slice/Freeze/ConnectionF.ice +2 -2
  76. data/slice/Freeze/DB.ice +2 -2
  77. data/slice/Freeze/Evictor.ice +2 -2
  78. data/slice/Freeze/EvictorF.ice +2 -2
  79. data/slice/Freeze/EvictorStorage.ice +2 -2
  80. data/slice/Freeze/Exception.ice +2 -2
  81. data/slice/Freeze/Transaction.ice +2 -2
  82. data/slice/Freeze/TransactionalEvictor.ice +2 -2
  83. data/slice/Glacier2/Metrics.ice +7 -6
  84. data/slice/Glacier2/PermissionsVerifier.ice +4 -3
  85. data/slice/Glacier2/PermissionsVerifierF.ice +3 -2
  86. data/slice/Glacier2/Router.ice +4 -3
  87. data/slice/Glacier2/RouterF.ice +3 -2
  88. data/slice/Glacier2/SSLInfo.ice +3 -2
  89. data/slice/Glacier2/Session.ice +12 -11
  90. data/slice/Ice/BuiltinSequences.ice +4 -3
  91. data/slice/Ice/Communicator.ice +22 -25
  92. data/slice/Ice/CommunicatorF.ice +3 -2
  93. data/slice/Ice/Connection.ice +39 -11
  94. data/slice/Ice/ConnectionF.ice +3 -2
  95. data/slice/Ice/Current.ice +4 -3
  96. data/slice/Ice/Endpoint.ice +11 -3
  97. data/slice/Ice/EndpointF.ice +3 -2
  98. data/slice/Ice/EndpointTypes.ice +3 -2
  99. data/slice/Ice/FacetMap.ice +3 -2
  100. data/slice/Ice/Identity.ice +3 -2
  101. data/slice/Ice/ImplicitContext.ice +3 -2
  102. data/slice/Ice/ImplicitContextF.ice +3 -2
  103. data/slice/Ice/Instrumentation.ice +4 -2
  104. data/slice/Ice/InstrumentationF.ice +4 -2
  105. data/slice/Ice/LocalException.ice +29 -10
  106. data/slice/Ice/Locator.ice +5 -3
  107. data/slice/Ice/LocatorF.ice +3 -2
  108. data/slice/Ice/Logger.ice +3 -2
  109. data/slice/Ice/LoggerF.ice +3 -2
  110. data/slice/Ice/Metrics.ice +15 -14
  111. data/slice/Ice/ObjectAdapter.ice +5 -4
  112. data/slice/Ice/ObjectAdapterF.ice +3 -2
  113. data/slice/Ice/ObjectFactory.ice +3 -2
  114. data/slice/Ice/ObjectFactoryF.ice +3 -2
  115. data/slice/Ice/Plugin.ice +3 -2
  116. data/slice/Ice/PluginF.ice +3 -2
  117. data/slice/Ice/Process.ice +3 -2
  118. data/slice/Ice/ProcessF.ice +3 -2
  119. data/slice/Ice/Properties.ice +3 -2
  120. data/slice/Ice/PropertiesAdmin.ice +3 -2
  121. data/slice/Ice/PropertiesF.ice +3 -2
  122. data/slice/Ice/RemoteLogger.ice +3 -2
  123. data/slice/Ice/Router.ice +3 -2
  124. data/slice/Ice/RouterF.ice +3 -2
  125. data/slice/Ice/ServantLocator.ice +3 -2
  126. data/slice/Ice/ServantLocatorF.ice +3 -2
  127. data/slice/Ice/SliceChecksumDict.ice +3 -2
  128. data/slice/Ice/Version.ice +3 -2
  129. data/slice/IceBox/IceBox.ice +2 -2
  130. data/slice/IceDiscovery/IceDiscovery.ice +2 -2
  131. data/slice/IceGrid/Admin.ice +49 -48
  132. data/slice/IceGrid/Descriptor.ice +3 -2
  133. data/slice/IceGrid/Exception.ice +6 -5
  134. data/slice/IceGrid/FileParser.ice +4 -3
  135. data/slice/IceGrid/Locator.ice +4 -3
  136. data/slice/IceGrid/Observer.ice +28 -27
  137. data/slice/IceGrid/PluginFacade.ice +3 -2
  138. data/slice/IceGrid/Query.ice +3 -2
  139. data/slice/IceGrid/Registry.ice +4 -3
  140. data/slice/IceGrid/Session.ice +9 -8
  141. data/slice/IceGrid/UserAccountMapper.ice +4 -3
  142. data/slice/{IceGrid/Discovery.ice → IceLocatorDiscovery/IceLocatorDiscovery.ice} +12 -14
  143. data/slice/IcePatch2/FileInfo.ice +31 -2
  144. data/slice/IcePatch2/FileServer.ice +63 -5
  145. data/slice/IceSSL/ConnectionInfo.ice +17 -2
  146. data/slice/IceSSL/EndpointInfo.ice +21 -3
  147. data/slice/IceStorm/IceStorm.ice +3 -2
  148. data/slice/IceStorm/Metrics.ice +4 -3
  149. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cdc1a7aed616fd4260b4d8cb9d92b8b5406b3a0
4
- data.tar.gz: e7fe08bc8b531cfb57f8f80f6b38109e4d45abbf
3
+ metadata.gz: 5f7ae6a5a76384d0a455f51175448098b73642e2
4
+ data.tar.gz: 935dc5f0c45a303da95d7c7b600ddac36b00dc66
5
5
  SHA512:
6
- metadata.gz: bd8e1e5a209960fa2686d7f0153088117c39bfc5e9d29e91424fc82f494a322f32bb04f245120f3331291dfe9b77ba5539b227fff76bb669970ed39d5e4ee814
7
- data.tar.gz: 9245acb75284d98afc8dff675f7278888b8dfb97e3f78dbf16a3c92ddab80dcce95898eb56d020ccf4d5b2ad369b3aa7e72e51fb95be4fa453d6f6fdb329899e
6
+ metadata.gz: 25bc6e19e9c73e9a0c03aa29a1b44d0c10b2193f718774d749cf2d25c9c0d7be69d64719bf3d43d4558890871be97dfaf02f2a8d5e560079cabcf91998e66ce5
7
+ data.tar.gz: a2ecf381c8b80a34abbfc8da4677851f293c17b3dae1d5ce67e8115a5a91223e6b0610b3ba354a8a922577243a327eada12671cbe2813f707dd749f5b6e0e022
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-2014 ZeroC, Inc. All rights reserved.
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 contributors for
27
- the following projects the permission to license their Ice-based software
28
- under the terms of the GNU Lesser General Public License (LGPL) version
29
- 2.1 or of the BSD license:
30
-
31
- - Orca Robotics (http://orca-robotics.sourceforge.net)
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
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
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-2014 ZeroC, Inc. All rights reserved.
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.
@@ -9,7 +9,7 @@
9
9
 
10
10
  Gem::Specification.new do |s|
11
11
  s.name = 'zeroc-ice-x86-mingw'
12
- s.version = '3.6b1'
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-x86-mingw.gemspec] + Dir.glob('lib/**/*.rb') + Dir.glob('lib/*.so') + Dir.glob("slice/**/*.ice")
36
- s.homepage = 'https://www.zeroc.com'
35
+ s.files = %w[ICE_LICENSE LICENSE MCPP_LICENSE BZIP2_LICENSE ice-x86-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-2014 ZeroC, Inc. All rights reserved.
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.
@@ -1,13 +1,13 @@
1
1
  # **********************************************************************
2
2
  #
3
- # Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.
@@ -1,13 +1,13 @@
1
1
  # **********************************************************************
2
2
  #
3
- # Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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-2014 ZeroC, Inc. All rights reserved.
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.6b
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