zeroc-ice 3.6.2 → 3.6.3

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 (209) hide show
  1. checksums.yaml +4 -4
  2. data/bin/slice2rb +0 -0
  3. data/ext/Slice.cpp +32 -39
  4. data/ext/ice/cpp/include/Ice/BasicStream.h +15 -4
  5. data/ext/ice/cpp/include/Ice/BuiltinSequences.h +2 -2
  6. data/ext/ice/cpp/include/Ice/Communicator.h +2 -2
  7. data/ext/ice/cpp/include/Ice/CommunicatorF.h +2 -2
  8. data/ext/ice/cpp/include/Ice/Connection.h +2 -2
  9. data/ext/ice/cpp/include/Ice/ConnectionF.h +2 -2
  10. data/ext/ice/cpp/include/Ice/Current.h +2 -2
  11. data/ext/ice/cpp/include/Ice/Endpoint.h +2 -2
  12. data/ext/ice/cpp/include/Ice/EndpointF.h +2 -2
  13. data/ext/ice/cpp/include/Ice/EndpointTypes.h +2 -2
  14. data/ext/ice/cpp/include/Ice/FacetMap.h +2 -2
  15. data/ext/ice/cpp/include/Ice/Identity.h +2 -2
  16. data/ext/ice/cpp/include/Ice/ImplicitContext.h +2 -2
  17. data/ext/ice/cpp/include/Ice/ImplicitContextF.h +2 -2
  18. data/ext/ice/cpp/include/Ice/Instrumentation.h +2 -2
  19. data/ext/ice/cpp/include/Ice/InstrumentationF.h +2 -2
  20. data/ext/ice/cpp/include/Ice/LocalException.h +2 -2
  21. data/ext/ice/cpp/include/Ice/Locator.h +2 -2
  22. data/ext/ice/cpp/include/Ice/LocatorF.h +2 -2
  23. data/ext/ice/cpp/include/Ice/Logger.h +2 -2
  24. data/ext/ice/cpp/include/Ice/LoggerF.h +2 -2
  25. data/ext/ice/cpp/include/Ice/Metrics.h +2 -2
  26. data/ext/ice/cpp/include/Ice/ObjectAdapter.h +2 -2
  27. data/ext/ice/cpp/include/Ice/ObjectAdapterF.h +2 -2
  28. data/ext/ice/cpp/include/Ice/ObjectFactory.h +2 -2
  29. data/ext/ice/cpp/include/Ice/ObjectFactoryF.h +2 -2
  30. data/ext/ice/cpp/include/Ice/Plugin.h +2 -2
  31. data/ext/ice/cpp/include/Ice/PluginF.h +2 -2
  32. data/ext/ice/cpp/include/Ice/Process.h +2 -2
  33. data/ext/ice/cpp/include/Ice/ProcessF.h +2 -2
  34. data/ext/ice/cpp/include/Ice/Properties.h +2 -2
  35. data/ext/ice/cpp/include/Ice/PropertiesAdmin.h +2 -2
  36. data/ext/ice/cpp/include/Ice/PropertiesF.h +2 -2
  37. data/ext/ice/cpp/include/Ice/RemoteLogger.h +2 -2
  38. data/ext/ice/cpp/include/Ice/Router.h +2 -2
  39. data/ext/ice/cpp/include/Ice/RouterF.h +2 -2
  40. data/ext/ice/cpp/include/Ice/ServantLocator.h +2 -2
  41. data/ext/ice/cpp/include/Ice/ServantLocatorF.h +2 -2
  42. data/ext/ice/cpp/include/Ice/SliceChecksumDict.h +2 -2
  43. data/ext/ice/cpp/include/Ice/SlicedData.h +6 -0
  44. data/ext/ice/cpp/include/Ice/Version.h +2 -2
  45. data/ext/ice/cpp/include/IceSSL/ConnectionInfo.h +2 -2
  46. data/ext/ice/cpp/include/IceSSL/EndpointInfo.h +2 -2
  47. data/ext/ice/cpp/include/IceUtil/Config.h +86 -26
  48. data/ext/ice/cpp/include/IceUtil/IconvStringConverter.h +1 -1
  49. data/ext/ice/cpp/include/IceUtil/Time.h +3 -2
  50. data/ext/ice/cpp/include/Slice/PythonUtil.h +1 -1
  51. data/ext/ice/cpp/include/Slice/RubyUtil.h +1 -1
  52. data/ext/ice/cpp/include/Slice/Util.h +5 -0
  53. data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
  54. data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
  55. data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
  56. data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
  57. data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
  58. data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +57 -42
  59. data/ext/ice/cpp/src/Ice/ConnectionFactory.h +2 -0
  60. data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
  61. data/ext/ice/cpp/src/Ice/DynamicLibrary.cpp +9 -5
  62. data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
  63. data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
  64. data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
  65. data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
  66. data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
  67. data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
  68. data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
  69. data/ext/ice/cpp/src/Ice/Incoming.cpp +11 -4
  70. data/ext/ice/cpp/src/Ice/Instance.cpp +4 -2
  71. data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
  72. data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
  73. data/ext/ice/cpp/src/Ice/InstrumentationI.cpp +1 -3
  74. data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
  75. data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
  76. data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
  77. data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
  78. data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
  79. data/ext/ice/cpp/src/Ice/LoggerI.cpp +94 -5
  80. data/ext/ice/cpp/src/Ice/LoggerI.h +7 -1
  81. data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
  82. data/ext/ice/cpp/src/Ice/Network.cpp +23 -7
  83. data/ext/ice/cpp/src/Ice/Network.h +1 -1
  84. data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
  85. data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
  86. data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
  87. data/ext/ice/cpp/src/Ice/ObjectFactoryF.cpp +2 -2
  88. data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
  89. data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
  90. data/ext/ice/cpp/src/Ice/PluginManagerI.cpp +5 -0
  91. data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
  92. data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
  93. data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
  94. data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
  95. data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
  96. data/ext/ice/cpp/src/Ice/PropertyNames.cpp +4 -3
  97. data/ext/ice/cpp/src/Ice/PropertyNames.h +1 -1
  98. data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
  99. data/ext/ice/cpp/src/Ice/RetryQueue.cpp +1 -1
  100. data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
  101. data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
  102. data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
  103. data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
  104. data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
  105. data/ext/ice/cpp/src/Ice/StreamSocket.cpp +19 -3
  106. data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
  107. data/ext/ice/cpp/src/Ice/WSConnector.h +2 -2
  108. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
  109. data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +2 -2
  110. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
  111. data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +2 -2
  112. data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
  113. data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
  114. data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.cpp +54 -39
  115. data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +5 -8
  116. data/ext/ice/cpp/src/IceSSL/Util.cpp +155 -4
  117. data/ext/ice/cpp/src/IceUtil/Cond.cpp +1 -1
  118. data/ext/ice/cpp/src/IceUtil/FileUtil.cpp +8 -0
  119. data/ext/ice/cpp/src/IceUtil/FileUtil.h +18 -5
  120. data/ext/ice/cpp/src/IceUtil/OutputUtil.cpp +5 -5
  121. data/ext/ice/cpp/src/IceUtil/Time.cpp +25 -17
  122. data/ext/ice/cpp/src/Slice/JavaUtil.cpp +5 -11
  123. data/ext/ice/cpp/src/Slice/Preprocessor.cpp +3 -3
  124. data/ext/ice/cpp/src/Slice/Python.cpp +14 -17
  125. data/ext/ice/cpp/src/Slice/PythonUtil.cpp +183 -48
  126. data/ext/ice/cpp/src/Slice/Ruby.cpp +6 -6
  127. data/ext/ice/cpp/src/Slice/RubyUtil.cpp +0 -10
  128. data/ext/ice/cpp/src/Slice/Util.cpp +28 -3
  129. data/ext/ice/mcpp/Makefile +10 -6
  130. data/ext/ice/mcpp/configed.H +3 -0
  131. data/ext/ice/mcpp/main.c +2 -2
  132. data/ext/ice/mcpp/mcpp.gyp +6 -0
  133. data/ext/ice/mcpp/support.c +1 -1
  134. data/ext/ice/mcpp/system.H +6 -1
  135. data/ext/ice/mcpp/system.c +52 -15
  136. data/ice.gemspec +1 -1
  137. data/lib/Glacier2/Metrics.rb +1 -1
  138. data/lib/Glacier2/PermissionsVerifier.rb +1 -1
  139. data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
  140. data/lib/Glacier2/Router.rb +1 -1
  141. data/lib/Glacier2/RouterF.rb +1 -1
  142. data/lib/Glacier2/SSLInfo.rb +1 -1
  143. data/lib/Glacier2/Session.rb +1 -1
  144. data/lib/Ice/BuiltinSequences.rb +1 -1
  145. data/lib/Ice/Communicator.rb +1 -1
  146. data/lib/Ice/CommunicatorF.rb +1 -1
  147. data/lib/Ice/Connection.rb +1 -1
  148. data/lib/Ice/ConnectionF.rb +1 -1
  149. data/lib/Ice/Current.rb +1 -1
  150. data/lib/Ice/Endpoint.rb +1 -1
  151. data/lib/Ice/EndpointF.rb +1 -1
  152. data/lib/Ice/EndpointTypes.rb +1 -1
  153. data/lib/Ice/FacetMap.rb +1 -1
  154. data/lib/Ice/Identity.rb +1 -1
  155. data/lib/Ice/ImplicitContext.rb +1 -1
  156. data/lib/Ice/ImplicitContextF.rb +1 -1
  157. data/lib/Ice/Instrumentation.rb +1 -1
  158. data/lib/Ice/InstrumentationF.rb +1 -1
  159. data/lib/Ice/LocalException.rb +1 -1
  160. data/lib/Ice/Locator.rb +1 -1
  161. data/lib/Ice/LocatorF.rb +1 -1
  162. data/lib/Ice/Logger.rb +1 -1
  163. data/lib/Ice/LoggerF.rb +1 -1
  164. data/lib/Ice/Metrics.rb +1 -1
  165. data/lib/Ice/ObjectAdapterF.rb +1 -1
  166. data/lib/Ice/ObjectFactory.rb +1 -1
  167. data/lib/Ice/ObjectFactoryF.rb +1 -1
  168. data/lib/Ice/Plugin.rb +1 -1
  169. data/lib/Ice/PluginF.rb +1 -1
  170. data/lib/Ice/Process.rb +1 -1
  171. data/lib/Ice/ProcessF.rb +1 -1
  172. data/lib/Ice/Properties.rb +1 -1
  173. data/lib/Ice/PropertiesAdmin.rb +1 -1
  174. data/lib/Ice/PropertiesF.rb +1 -1
  175. data/lib/Ice/RemoteLogger.rb +1 -1
  176. data/lib/Ice/Router.rb +1 -1
  177. data/lib/Ice/RouterF.rb +1 -1
  178. data/lib/Ice/SliceChecksumDict.rb +1 -1
  179. data/lib/Ice/Version.rb +1 -1
  180. data/lib/IceBox/IceBox.rb +1 -1
  181. data/lib/IceGrid/Admin.rb +1 -1
  182. data/lib/IceGrid/Descriptor.rb +1 -1
  183. data/lib/IceGrid/Exception.rb +1 -1
  184. data/lib/IceGrid/FileParser.rb +1 -1
  185. data/lib/IceGrid/Locator.rb +1 -1
  186. data/lib/IceGrid/Observer.rb +1 -1
  187. data/lib/IceGrid/Query.rb +1 -1
  188. data/lib/IceGrid/Registry.rb +1 -1
  189. data/lib/IceGrid/Session.rb +1 -1
  190. data/lib/IceGrid/UserAccountMapper.rb +1 -1
  191. data/lib/IcePatch2/FileInfo.rb +1 -1
  192. data/lib/IcePatch2/FileServer.rb +1 -1
  193. data/lib/IceStorm/IceStorm.rb +1 -1
  194. data/lib/IceStorm/Metrics.rb +1 -1
  195. data/slice/Glacier2/PermissionsVerifier.ice +0 -3
  196. data/slice/Glacier2/Session.ice +2 -9
  197. data/slice/Ice/Communicator.ice +3 -3
  198. data/slice/Ice/ImplicitContext.ice +4 -5
  199. data/slice/Ice/Instrumentation.ice +26 -26
  200. data/slice/Ice/LocalException.ice +1 -1
  201. data/slice/Ice/Locator.ice +5 -3
  202. data/slice/Ice/Metrics.ice +1 -1
  203. data/slice/Ice/ObjectFactory.ice +0 -2
  204. data/slice/Ice/RemoteLogger.ice +32 -32
  205. data/slice/Ice/Router.ice +3 -0
  206. data/slice/IceGrid/Session.ice +5 -9
  207. data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +7 -7
  208. data/slice/IcePatch2/FileServer.ice +28 -34
  209. metadata +30 -30
@@ -31,6 +31,9 @@ interface Router
31
31
  * Get the router's client proxy, i.e., the proxy to use for
32
32
  * forwarding requests from the client to the router.
33
33
  *
34
+ * If a null proxy is returned, the client will forward requests
35
+ * to the router's endpoints.
36
+ *
34
37
  * @return The router's client proxy.
35
38
  *
36
39
  **/
@@ -88,7 +88,8 @@ interface Session extends Glacier2::Session
88
88
 
89
89
  /**
90
90
  *
91
- * Release an object.
91
+ * Release an object that was allocated using <tt>allocateObjectById</tt> or
92
+ * <tt>allocateObjectByType</tt>.
92
93
  *
93
94
  * @param id The identity of the object to release.
94
95
  *
@@ -99,9 +100,6 @@ interface Session extends Glacier2::Session
99
100
  * released. This might happen if the object isn't allocatable or
100
101
  * isn't allocated by the session.
101
102
  *
102
- * @see #allocateObjectById
103
- * @see #allocateObjectByType
104
- *
105
103
  **/
106
104
  void releaseObject(Ice::Identity id)
107
105
  throws ObjectNotRegisteredException, AllocationException;
@@ -109,14 +107,12 @@ interface Session extends Glacier2::Session
109
107
  /**
110
108
  *
111
109
  * Set the allocation timeout. If no objects are available for an
112
- * allocation request, the request will hang for the duration of
113
- * this timeout.
110
+ * allocation request, a call to <tt>allocateObjectById</tt> or
111
+ * <tt>allocateObjectByType</tt> will block for the duration of this
112
+ * timeout.
114
113
  *
115
114
  * @param timeout The timeout in milliseconds.
116
115
  *
117
- * @see #allocateObjectById
118
- * @see #allocateObjectByType
119
- *
120
116
  **/
121
117
  idempotent void setAllocationTimeout(int timeout);
122
118
  };
@@ -25,9 +25,9 @@ module IceLocatorDiscovery
25
25
  * are searching for Ice locators. Ice locator implementations invoke
26
26
  * on this interface to provide their locator proxy.
27
27
  *
28
- * @see Locator
28
+ * @see Ice.Locator
29
29
  * @see Lookup
30
- *
30
+ *
31
31
  **/
32
32
  interface LookupReply
33
33
  {
@@ -47,14 +47,14 @@ interface LookupReply
47
47
  * The Ice lookup interface is implemented by Ice locator
48
48
  * implementations and can be used by clients to find available Ice
49
49
  * locators on the network.
50
- *
51
- * Ice locator implementations provide a well-known `Ice/LocatorLookup'
52
- * object accessible through UDP multicast. Clients typically make a
50
+ *
51
+ * Ice locator implementations provide a well-known `Ice/LocatorLookup'
52
+ * object accessible through UDP multicast. Clients typically make a
53
53
  * multicast findLocator request to find the locator proxy.
54
54
  *
55
- * @see Locator
55
+ * @see Ice.Locator
56
56
  * @see LookupReply
57
- *
57
+ *
58
58
  **/
59
59
  interface Lookup
60
60
  {
@@ -16,9 +16,9 @@
16
16
 
17
17
  /**
18
18
  *
19
- * IcePatch can be used to update file hiearchies in a simple and
19
+ * IcePatch can be used to update file hierarchies in a simple and
20
20
  * efficient manner. Checksums ensure file integrity, and data is
21
- * compressed before download.
21
+ * compressed before downloading.
22
22
  *
23
23
  **/
24
24
  ["objc:prefix:ICEPATCH2"]
@@ -35,8 +35,7 @@ sequence<Ice::ByteSeq> ByteSeqSeq;
35
35
 
36
36
  /**
37
37
  *
38
- * The <tt>partition</tt> argument for
39
- * {@link FileServer#getFileInfoSeq} was not in the range 0-255.
38
+ * A <tt>partition</tt> argument for was not in the range 0-255.
40
39
  *
41
40
  **/
42
41
  exception PartitionOutOfRangeException
@@ -45,8 +44,7 @@ exception PartitionOutOfRangeException
45
44
 
46
45
  /**
47
46
  *
48
- * This exception is raised if {@link FileServer#getFileCompressed} cannot read the
49
- * contents of a file.
47
+ * This exception is raised if a file's contents cannot be read.
50
48
  *
51
49
  **/
52
50
  exception FileAccessException
@@ -61,11 +59,8 @@ exception FileAccessException
61
59
 
62
60
  /**
63
61
  *
64
- * This exception is raised if {@link FileServer#getFileCompressed} or
65
- * {@link FileServer#getFileInfoSeq} try to operate in files with size
66
- * large than 2.1 GB, these operations does not support working with
67
- * large files instead {@link FileServer#getLargeFileCompressed} and
68
- * {@link FileServer#getLargeFileInfoSeq} must be used.
62
+ * This exception is raised if an operation tries to use a file whose size is
63
+ * larger than 2.1 GB. Use the "large" versions of the operations instead.
69
64
  *
70
65
  **/
71
66
  exception FileSizeRangeException extends FileAccessException
@@ -81,19 +76,18 @@ interface FileServer
81
76
  {
82
77
  /**
83
78
  *
84
- * Return the {@link FileInfoSeq} for the specified partition. If the
85
- * partion number is out of range, the operation throws
79
+ * Return file information for the specified partition.
86
80
  *
87
- * <p class="Deprecated"> This operation is deprecated, and only keep for
88
- * compativility with old Ice clients (older than version 3.6).
89
- *
90
- * {@link PartitionOutOfRangException}.
81
+ * <p class="Deprecated"> This operation is deprecated and only present for
82
+ * compatibility with old Ice clients (older than version 3.6).
91
83
  *
92
84
  * @param partition The partition number in the range 0-255.
93
85
  *
94
- * @return A sequence containing the {@link FileInfo} structures for
95
- * files in the specified partition.
86
+ * @return A sequence containing information about the files in the
87
+ * specified partition.
96
88
  *
89
+ * @throws PartitionOutOfRangeException If the partition number is out of range.
90
+ * @throws FileSizeRangeException If a file is larger than 2.1GB.
97
91
  **/
98
92
  ["deprecate:getFileInfoSeq() is deprecated, use getLargeFileInfoSeq() instead.",
99
93
  "nonmutating", "cpp:const"] idempotent FileInfoSeq getFileInfoSeq(int partition)
@@ -101,15 +95,14 @@ interface FileServer
101
95
 
102
96
  /**
103
97
  *
104
- * Return the {@link FileInfoSeq} for the specified partition. If the
105
- * partion number is out of range, the operation throws
106
- * {@link PartitionOutOfRangException}.
98
+ * Returns file information for the specified partition.
107
99
  *
108
100
  * @param partition The partition number in the range 0-255.
109
101
  *
110
- * @return A sequence containing the {@link FileInfo} structures for
111
- * files in the specified partition.
102
+ * @return A sequence containing information about the files in the
103
+ * specified partition.
112
104
  *
105
+ * @throws PartitionOutOfRangeException If the partition number is out of range.
113
106
  **/
114
107
  ["nonmutating", "cpp:const"] idempotent LargeFileInfoSeq getLargeFileInfoSeq(int partition)
115
108
  throws PartitionOutOfRangeException;
@@ -139,13 +132,11 @@ interface FileServer
139
132
 
140
133
  /**
141
134
  *
142
- * Read the specified file. If the read operation fails, the
143
- * operation throws {@link FileAccessException}. This operation may only
144
- * return fewer bytes than requested in case there was an
145
- * end-of-file condition.
135
+ * Read the specified file. This operation may only return fewer bytes than requested
136
+ * in case there was an end-of-file condition.
146
137
  *
147
- * <p class="Deprecated"> This operation is deprecated, and only keep for
148
- * compativility with old Ice clients (older than version 3.6).
138
+ * <p class="Deprecated"> This operation is deprecated and only present for
139
+ * compatibility with old Ice clients (older than version 3.6).
149
140
  *
150
141
  * @param path The pathname (relative to the data directory) for
151
142
  * the file to be read.
@@ -156,6 +147,9 @@ interface FileServer
156
147
  *
157
148
  * @return A sequence containing the compressed file contents.
158
149
  *
150
+ * @throws FileAccessException If an error occurred while trying to read the file.
151
+ * @throws FileSizeRangeException If a file is larger than 2.1GB.
152
+ *
159
153
  **/
160
154
  ["deprecate:getFileCompressed() is deprecated, use getLargeFileCompressed() instead.",
161
155
  "amd", "nonmutating", "cpp:const", "cpp:array"]
@@ -164,10 +158,8 @@ interface FileServer
164
158
 
165
159
  /**
166
160
  *
167
- * Read the specified file. If the read operation fails, the
168
- * operation throws {@link FileAccessException}. This operation may only
169
- * return fewer bytes than requested in case there was an
170
- * end-of-file condition.
161
+ * Read the specified file. This operation may only return fewer bytes than requested
162
+ * in case there was an end-of-file condition.
171
163
  *
172
164
  * @param path The pathname (relative to the data directory) for
173
165
  * the file to be read.
@@ -178,6 +170,8 @@ interface FileServer
178
170
  *
179
171
  * @return A sequence containing the compressed file contents.
180
172
  *
173
+ * @throws FileAccessException If an error occurred while trying to read the file.
174
+ *
181
175
  **/
182
176
  ["amd", "nonmutating", "cpp:const", "cpp:array"]
183
177
  idempotent Ice::ByteSeq getLargeFileCompressed(string path, long pos, int num)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeroc-ice
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.2
4
+ version: 3.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZeroC, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-10-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  The Internet Communications Engine (Ice) provides a robust, proven
@@ -363,40 +363,40 @@ files:
363
363
  - ext/ice/cpp/src/Ice/BuiltinSequences.cpp
364
364
  - ext/ice/cpp/src/Ice/CommunicatorF.cpp
365
365
  - ext/ice/cpp/src/Ice/ConnectionF.cpp
366
+ - ext/ice/cpp/src/Ice/Current.cpp
366
367
  - ext/ice/cpp/src/Ice/FacetMap.cpp
367
368
  - ext/ice/cpp/src/Ice/EndpointF.cpp
368
- - ext/ice/cpp/src/Ice/Current.cpp
369
369
  - ext/ice/cpp/src/Ice/EndpointTypes.cpp
370
370
  - ext/ice/cpp/src/Ice/Identity.cpp
371
+ - ext/ice/cpp/src/Ice/Connection.cpp
372
+ - ext/ice/cpp/src/Ice/Communicator.cpp
371
373
  - ext/ice/cpp/src/Ice/Endpoint.cpp
372
374
  - ext/ice/cpp/src/Ice/ImplicitContextF.cpp
373
- - ext/ice/cpp/src/Ice/Connection.cpp
374
375
  - ext/ice/cpp/src/Ice/InstrumentationF.cpp
375
- - ext/ice/cpp/src/Ice/Communicator.cpp
376
- - ext/ice/cpp/src/Ice/LocatorF.cpp
377
376
  - ext/ice/cpp/src/Ice/Locator.cpp
377
+ - ext/ice/cpp/src/Ice/Instrumentation.cpp
378
+ - ext/ice/cpp/src/Ice/LocatorF.cpp
378
379
  - ext/ice/cpp/src/Ice/Logger.cpp
379
380
  - ext/ice/cpp/src/Ice/LoggerF.cpp
380
- - ext/ice/cpp/src/Ice/Instrumentation.cpp
381
- - ext/ice/cpp/src/Ice/ImplicitContext.cpp
382
381
  - ext/ice/cpp/src/Ice/LocalException.cpp
382
+ - ext/ice/cpp/src/Ice/ImplicitContext.cpp
383
383
  - ext/ice/cpp/src/Ice/ObjectAdapterF.cpp
384
384
  - ext/ice/cpp/src/Ice/Metrics.cpp
385
+ - ext/ice/cpp/src/Ice/PluginF.cpp
385
386
  - ext/ice/cpp/src/Ice/ObjectFactory.cpp
386
387
  - ext/ice/cpp/src/Ice/ObjectFactoryF.cpp
387
- - ext/ice/cpp/src/Ice/PluginF.cpp
388
388
  - ext/ice/cpp/src/Ice/Plugin.cpp
389
389
  - ext/ice/cpp/src/Ice/Process.cpp
390
390
  - ext/ice/cpp/src/Ice/ProcessF.cpp
391
+ - ext/ice/cpp/src/Ice/PropertiesF.cpp
391
392
  - ext/ice/cpp/src/Ice/PropertiesAdmin.cpp
392
- - ext/ice/cpp/src/Ice/Properties.cpp
393
393
  - ext/ice/cpp/src/Ice/ObjectAdapter.cpp
394
- - ext/ice/cpp/src/Ice/PropertiesF.cpp
395
- - ext/ice/cpp/src/Ice/RemoteLogger.cpp
394
+ - ext/ice/cpp/src/Ice/Properties.cpp
396
395
  - ext/ice/cpp/src/Ice/Router.cpp
396
+ - ext/ice/cpp/src/Ice/RemoteLogger.cpp
397
397
  - ext/ice/cpp/src/Ice/RouterF.cpp
398
- - ext/ice/cpp/src/Ice/ServantLocator.cpp
399
398
  - ext/ice/cpp/src/Ice/ServantLocatorF.cpp
399
+ - ext/ice/cpp/src/Ice/ServantLocator.cpp
400
400
  - ext/ice/cpp/src/Ice/SliceChecksumDict.cpp
401
401
  - ext/ice/cpp/src/Ice/Version.cpp
402
402
  - ext/ice/cpp/src/IceSSL/AcceptorI.h
@@ -566,43 +566,43 @@ files:
566
566
  - ext/ice/cpp/include/Ice/UserExceptionFactory.h
567
567
  - ext/ice/cpp/include/Ice/BuiltinSequences.h
568
568
  - ext/ice/cpp/include/Ice/CommunicatorF.h
569
- - ext/ice/cpp/include/Ice/FacetMap.h
570
569
  - ext/ice/cpp/include/Ice/ConnectionF.h
571
- - ext/ice/cpp/include/Ice/EndpointF.h
572
570
  - ext/ice/cpp/include/Ice/Current.h
571
+ - ext/ice/cpp/include/Ice/FacetMap.h
572
+ - ext/ice/cpp/include/Ice/EndpointF.h
573
573
  - ext/ice/cpp/include/Ice/EndpointTypes.h
574
- - ext/ice/cpp/include/Ice/ImplicitContextF.h
575
574
  - ext/ice/cpp/include/Ice/Identity.h
576
- - ext/ice/cpp/include/Ice/Endpoint.h
577
- - ext/ice/cpp/include/Ice/InstrumentationF.h
578
- - ext/ice/cpp/include/Ice/LocatorF.h
579
- - ext/ice/cpp/include/Ice/Connection.h
580
575
  - ext/ice/cpp/include/Ice/Communicator.h
576
+ - ext/ice/cpp/include/Ice/ImplicitContextF.h
577
+ - ext/ice/cpp/include/Ice/Connection.h
578
+ - ext/ice/cpp/include/Ice/LocatorF.h
579
+ - ext/ice/cpp/include/Ice/InstrumentationF.h
580
+ - ext/ice/cpp/include/Ice/Endpoint.h
581
+ - ext/ice/cpp/include/Ice/Instrumentation.h
581
582
  - ext/ice/cpp/include/Ice/Logger.h
582
583
  - ext/ice/cpp/include/Ice/LoggerF.h
583
584
  - ext/ice/cpp/include/Ice/ImplicitContext.h
584
- - ext/ice/cpp/include/Ice/Instrumentation.h
585
+ - ext/ice/cpp/include/Ice/Locator.h
585
586
  - ext/ice/cpp/include/Ice/ObjectAdapterF.h
587
+ - ext/ice/cpp/include/Ice/PluginF.h
586
588
  - ext/ice/cpp/include/Ice/ObjectFactory.h
587
589
  - ext/ice/cpp/include/Ice/ObjectFactoryF.h
588
- - ext/ice/cpp/include/Ice/PluginF.h
589
- - ext/ice/cpp/include/Ice/ProcessF.h
590
590
  - ext/ice/cpp/include/Ice/Plugin.h
591
- - ext/ice/cpp/include/Ice/Locator.h
591
+ - ext/ice/cpp/include/Ice/PropertiesF.h
592
+ - ext/ice/cpp/include/Ice/ProcessF.h
593
+ - ext/ice/cpp/include/Ice/LocalException.h
592
594
  - ext/ice/cpp/include/Ice/Process.h
593
595
  - ext/ice/cpp/include/Ice/Properties.h
594
- - ext/ice/cpp/include/Ice/PropertiesF.h
595
596
  - ext/ice/cpp/include/Ice/ObjectAdapter.h
596
- - ext/ice/cpp/include/Ice/LocalException.h
597
- - ext/ice/cpp/include/Ice/RouterF.h
598
597
  - ext/ice/cpp/include/Ice/PropertiesAdmin.h
599
- - ext/ice/cpp/include/Ice/ServantLocator.h
598
+ - ext/ice/cpp/include/Ice/RouterF.h
599
+ - ext/ice/cpp/include/Ice/Router.h
600
600
  - ext/ice/cpp/include/Ice/ServantLocatorF.h
601
+ - ext/ice/cpp/include/Ice/ServantLocator.h
601
602
  - ext/ice/cpp/include/Ice/SliceChecksumDict.h
602
- - ext/ice/cpp/include/Ice/Router.h
603
+ - ext/ice/cpp/include/Ice/Version.h
603
604
  - ext/ice/cpp/include/Ice/Metrics.h
604
605
  - ext/ice/cpp/include/Ice/RemoteLogger.h
605
- - ext/ice/cpp/include/Ice/Version.h
606
606
  - ext/ice/cpp/include/IceSSL/Config.h
607
607
  - ext/ice/cpp/include/IceSSL/IceSSL.h
608
608
  - ext/ice/cpp/include/IceSSL/Plugin.h