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.
- 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-x86-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
@@ -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.
|
@@ -9,8 +9,9 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
|
14
|
+
["objc:prefix:ICE"]
|
14
15
|
module Ice
|
15
16
|
{
|
16
17
|
|
@@ -40,7 +41,7 @@ sequence<string> StringSeq;
|
|
40
41
|
|
41
42
|
/** A sequence of objects. **/
|
42
43
|
sequence<Object> ObjectSeq;
|
43
|
-
|
44
|
+
|
44
45
|
/** A sequence of object proxies. **/
|
45
46
|
sequence<Object*> ObjectProxySeq;
|
46
47
|
|
data/slice/Ice/Communicator.ice
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.
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc"]]
|
13
13
|
|
14
14
|
#include <Ice/LoggerF.ice>
|
15
15
|
#include <Ice/InstrumentationF.ice>
|
@@ -32,6 +32,7 @@
|
|
32
32
|
* additional functionality that supports high scalability.
|
33
33
|
*
|
34
34
|
**/
|
35
|
+
["objc:prefix:ICE"]
|
35
36
|
module Ice
|
36
37
|
{
|
37
38
|
|
@@ -152,9 +153,8 @@ local interface Communicator
|
|
152
153
|
**/
|
153
154
|
["cpp:const"] string proxyToString(Object* obj);
|
154
155
|
|
155
|
-
|
156
156
|
/**
|
157
|
-
*
|
157
|
+
*
|
158
158
|
* Convert a set of proxy properties into a proxy. The "base"
|
159
159
|
* name supplied in the <tt>property</tt> argument refers to a
|
160
160
|
* property containing a stringified proxy, such as
|
@@ -172,13 +172,13 @@ local interface Communicator
|
|
172
172
|
["cpp:const"] Object* propertyToProxy(string property);
|
173
173
|
|
174
174
|
/**
|
175
|
-
*
|
175
|
+
*
|
176
176
|
* Convert a proxy to a set of proxy properties.
|
177
177
|
*
|
178
178
|
* @param proxy The proxy.
|
179
179
|
*
|
180
180
|
* @param property The base property name.
|
181
|
-
*
|
181
|
+
*
|
182
182
|
* @return The property set.
|
183
183
|
*
|
184
184
|
**/
|
@@ -244,7 +244,7 @@ local interface Communicator
|
|
244
244
|
*
|
245
245
|
* <p>Calling this operation with an empty name will result in a
|
246
246
|
* UUID being generated for the name.
|
247
|
-
*
|
247
|
+
*
|
248
248
|
* @param name The object adapter name.
|
249
249
|
*
|
250
250
|
* @param endpoints The endpoints for the object adapter.
|
@@ -262,7 +262,7 @@ local interface Communicator
|
|
262
262
|
*
|
263
263
|
* Create a new object adapter with a router. This operation
|
264
264
|
* creates a routed object adapter.</p>
|
265
|
-
*
|
265
|
+
*
|
266
266
|
* <p>Calling this operation with an empty name will result in a
|
267
267
|
* UUID being generated for the name.
|
268
268
|
*
|
@@ -277,12 +277,12 @@ local interface Communicator
|
|
277
277
|
* @see Properties
|
278
278
|
*
|
279
279
|
**/
|
280
|
-
ObjectAdapter createObjectAdapterWithRouter(string name, Router* rtr);
|
280
|
+
ObjectAdapter createObjectAdapterWithRouter(string name, ["objc:param:router"] Router* rtr);
|
281
281
|
|
282
282
|
/**
|
283
283
|
*
|
284
|
-
* <p>Add an object factory to this communicator. Installing a
|
285
|
-
* factory with an id for which a factory is already registered
|
284
|
+
* <p>Add an object factory to this communicator. Installing a
|
285
|
+
* factory with an id for which a factory is already registered
|
286
286
|
* throws {@link AlreadyRegisteredException}.</p>
|
287
287
|
*
|
288
288
|
* <p>When unmarshaling an Ice object, the Ice run time reads the
|
@@ -328,7 +328,7 @@ local interface Communicator
|
|
328
328
|
* @see ObjectFactory
|
329
329
|
*
|
330
330
|
**/
|
331
|
-
void addObjectFactory(ObjectFactory factory, string id);
|
331
|
+
void addObjectFactory(ObjectFactory factory, ["objc:param:sliceId"] string id);
|
332
332
|
|
333
333
|
/**
|
334
334
|
*
|
@@ -346,7 +346,6 @@ local interface Communicator
|
|
346
346
|
**/
|
347
347
|
["cpp:const"] ObjectFactory findObjectFactory(string id);
|
348
348
|
|
349
|
-
|
350
349
|
/**
|
351
350
|
* Get the implicit context associated with this communicator.
|
352
351
|
*
|
@@ -467,13 +466,13 @@ local interface Communicator
|
|
467
466
|
/**
|
468
467
|
*
|
469
468
|
* Flush any pending batch requests for this communicator.
|
470
|
-
* This
|
471
|
-
*
|
469
|
+
* This means all batch requests invoked on fixed proxies
|
470
|
+
* for all connections associated with the communicator.
|
471
|
+
* Any errors that occur while flushing a connection are ignored.
|
472
472
|
*
|
473
473
|
**/
|
474
474
|
["async"] void flushBatchRequests();
|
475
475
|
|
476
|
-
|
477
476
|
/**
|
478
477
|
*
|
479
478
|
* Add the Admin object with all its facets to the provided object adapter.
|
@@ -499,15 +498,15 @@ local interface Communicator
|
|
499
498
|
*
|
500
499
|
* Get a proxy to the main facet of the Admin object.
|
501
500
|
*
|
502
|
-
* getAdmin also creates the Admin object and creates and activates the Ice.Admin object
|
503
|
-
* adapter to host this Admin object if Ice.Admin.Enpoints is set. The identity of the Admin
|
504
|
-
* object created by getAdmin is <value of Ice.Admin.InstanceName>/admin, or <UUID>/admin
|
501
|
+
* getAdmin also creates the Admin object and creates and activates the Ice.Admin object
|
502
|
+
* adapter to host this Admin object if Ice.Admin.Enpoints is set. The identity of the Admin
|
503
|
+
* object created by getAdmin is <value of Ice.Admin.InstanceName>/admin, or <UUID>/admin
|
505
504
|
* when Ice.Admin.InstanceName is not set.
|
506
505
|
*
|
507
506
|
* <p>If Ice.Admin.DelayCreation is 0 or not set, getAdmin is called by the communicator
|
508
507
|
* initialization, after initialization of all plugins.</p>
|
509
508
|
|
510
|
-
* @return A proxy to the main ("") facet of the Admin object, or a null proxy if no
|
509
|
+
* @return A proxy to the main ("") facet of the Admin object, or a null proxy if no
|
511
510
|
* Admin object is configured.
|
512
511
|
*
|
513
512
|
* @see #createAdmin
|
@@ -517,7 +516,7 @@ local interface Communicator
|
|
517
516
|
/**
|
518
517
|
*
|
519
518
|
* Add a new facet to the Admin object.
|
520
|
-
* Adding a servant with a facet that is already registered
|
519
|
+
* Adding a servant with a facet that is already registered
|
521
520
|
* throws {@link AlreadyRegisteredException}.
|
522
521
|
*
|
523
522
|
* @param servant The servant that implements the new Admin facet.
|
@@ -529,7 +528,7 @@ local interface Communicator
|
|
529
528
|
/**
|
530
529
|
*
|
531
530
|
* Remove the following facet to the Admin object.
|
532
|
-
* Removing a facet that was not previously registered throws
|
531
|
+
* Removing a facet that was not previously registered throws
|
533
532
|
* {@link NotRegisteredException}.
|
534
533
|
*
|
535
534
|
* @param facet The name of the Admin facet.
|
@@ -548,7 +547,7 @@ local interface Communicator
|
|
548
547
|
*
|
549
548
|
**/
|
550
549
|
Object findAdminFacet(string facet);
|
551
|
-
|
550
|
+
|
552
551
|
/**
|
553
552
|
*
|
554
553
|
* Returns a map of all facets of the Admin object.
|
@@ -560,8 +559,6 @@ local interface Communicator
|
|
560
559
|
*
|
561
560
|
**/
|
562
561
|
FacetMap findAllAdminFacets();
|
563
|
-
|
564
562
|
};
|
565
563
|
|
566
564
|
};
|
567
|
-
|
data/slice/Ice/CommunicatorF.ice
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.
|
@@ -9,8 +9,9 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc"]]
|
13
13
|
|
14
|
+
["objc:prefix:ICE"]
|
14
15
|
module Ice
|
15
16
|
{
|
16
17
|
|
data/slice/Ice/Connection.ice
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
|
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.
|
@@ -10,19 +10,19 @@
|
|
10
10
|
|
11
11
|
#pragma once
|
12
12
|
|
13
|
-
[["cpp:header-ext:h"]]
|
13
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
14
14
|
|
15
15
|
#include <Ice/ObjectAdapterF.ice>
|
16
16
|
#include <Ice/Identity.ice>
|
17
17
|
#include <Ice/Endpoint.ice>
|
18
18
|
|
19
|
+
["objc:prefix:ICE"]
|
19
20
|
module Ice
|
20
21
|
{
|
21
22
|
|
22
23
|
/**
|
23
24
|
*
|
24
|
-
* Base class providing access to the connection details.
|
25
|
-
*
|
25
|
+
* Base class providing access to the connection details. *
|
26
26
|
**/
|
27
27
|
local class ConnectionInfo
|
28
28
|
{
|
@@ -47,6 +47,20 @@ local class ConnectionInfo
|
|
47
47
|
*
|
48
48
|
**/
|
49
49
|
string connectionId;
|
50
|
+
|
51
|
+
/**
|
52
|
+
*
|
53
|
+
* The connection buffer receive size.
|
54
|
+
*
|
55
|
+
**/
|
56
|
+
int rcvSize;
|
57
|
+
|
58
|
+
/**
|
59
|
+
*
|
60
|
+
* The connection buffer send size.
|
61
|
+
*
|
62
|
+
**/
|
63
|
+
int sndSize;
|
50
64
|
};
|
51
65
|
|
52
66
|
local interface Connection;
|
@@ -86,7 +100,7 @@ local enum ACMClose
|
|
86
100
|
CloseOnInvocationAndIdle,
|
87
101
|
CloseOnIdleForceful
|
88
102
|
};
|
89
|
-
|
103
|
+
|
90
104
|
local enum ACMHeartbeat
|
91
105
|
{
|
92
106
|
HeartbeatOff,
|
@@ -186,9 +200,9 @@ local interface Connection
|
|
186
200
|
|
187
201
|
/**
|
188
202
|
*
|
189
|
-
* Flush any pending batch requests for this connection.
|
190
|
-
*
|
191
|
-
*
|
203
|
+
* Flush any pending batch requests for this connection.
|
204
|
+
* This means all batch requests invoked on fixed proxies
|
205
|
+
* associated with the connection.
|
192
206
|
*
|
193
207
|
**/
|
194
208
|
["async"] void flushBatchRequests();
|
@@ -215,7 +229,7 @@ local interface Connection
|
|
215
229
|
* @param heartbeat The hertbeat condition
|
216
230
|
*
|
217
231
|
**/
|
218
|
-
["java:optional"]
|
232
|
+
["java:optional"]
|
219
233
|
void setACM(optional(1) int timeout, optional(2) ACMClose close, optional(3) ACMHeartbeat heartbeat);
|
220
234
|
|
221
235
|
/**
|
@@ -265,6 +279,17 @@ local interface Connection
|
|
265
279
|
*
|
266
280
|
**/
|
267
281
|
["cpp:const"] ConnectionInfo getInfo();
|
282
|
+
|
283
|
+
|
284
|
+
/**
|
285
|
+
*
|
286
|
+
* Set the connectiion buffer receive/send size.
|
287
|
+
*
|
288
|
+
* @rcvSize The connection receive buffer size.
|
289
|
+
* @sndSize The connection send buffer size.
|
290
|
+
*
|
291
|
+
**/
|
292
|
+
void setBufferSize(int rcvSize, int sndSize);
|
268
293
|
};
|
269
294
|
|
270
295
|
/**
|
@@ -310,14 +335,17 @@ local class UDPConnectionInfo extends IPConnectionInfo
|
|
310
335
|
int mcastPort = -1;
|
311
336
|
};
|
312
337
|
|
338
|
+
dictionary<string, string> HeaderDict;
|
339
|
+
|
313
340
|
/**
|
314
341
|
*
|
315
342
|
* Provides access to the connection details of a WebSocket connection
|
316
343
|
*
|
317
344
|
**/
|
318
|
-
local class WSConnectionInfo extends
|
345
|
+
local class WSConnectionInfo extends TCPConnectionInfo
|
319
346
|
{
|
347
|
+
/** The headers from the HTTP upgrade request. */
|
348
|
+
HeaderDict headers;
|
320
349
|
};
|
321
350
|
|
322
351
|
};
|
323
|
-
|
data/slice/Ice/ConnectionF.ice
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.
|
@@ -9,8 +9,9 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
|
14
|
+
["objc:prefix:ICE"]
|
14
15
|
module Ice
|
15
16
|
{
|
16
17
|
|
data/slice/Ice/Current.ice
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.
|
@@ -9,13 +9,14 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
|
14
14
|
#include <Ice/ObjectAdapterF.ice>
|
15
15
|
#include <Ice/ConnectionF.ice>
|
16
16
|
#include <Ice/Identity.ice>
|
17
17
|
#include <Ice/Version.ice>
|
18
18
|
|
19
|
+
["objc:prefix:ICE"]
|
19
20
|
module Ice
|
20
21
|
{
|
21
22
|
|
@@ -96,7 +97,7 @@ local struct Current
|
|
96
97
|
*
|
97
98
|
**/
|
98
99
|
ObjectAdapter adapter;
|
99
|
-
|
100
|
+
|
100
101
|
/**
|
101
102
|
*
|
102
103
|
* Information about the connection over which the current method
|
data/slice/Ice/Endpoint.ice
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.
|
@@ -13,8 +13,9 @@
|
|
13
13
|
#include <Ice/BuiltinSequences.ice>
|
14
14
|
#include <Ice/EndpointF.ice>
|
15
15
|
|
16
|
-
[["cpp:header-ext:h"]]
|
16
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
17
17
|
|
18
|
+
["objc:prefix:ICE"]
|
18
19
|
module Ice
|
19
20
|
{
|
20
21
|
|
@@ -25,6 +26,13 @@ module Ice
|
|
25
26
|
**/
|
26
27
|
const short TCPEndpointType = 1;
|
27
28
|
|
29
|
+
/**
|
30
|
+
*
|
31
|
+
* Uniquely identifies SSL endpoints.
|
32
|
+
*
|
33
|
+
**/
|
34
|
+
const short SSLEndpointType = 2;
|
35
|
+
|
28
36
|
/**
|
29
37
|
*
|
30
38
|
* Uniquely identifies UDP endpoints.
|
@@ -188,7 +196,7 @@ local class UDPEndpointInfo extends IPEndpointInfo
|
|
188
196
|
* Provides access to a WebSocket endpoint information.
|
189
197
|
*
|
190
198
|
**/
|
191
|
-
local class WSEndpointInfo extends
|
199
|
+
local class WSEndpointInfo extends TCPEndpointInfo
|
192
200
|
{
|
193
201
|
/**
|
194
202
|
*
|
data/slice/Ice/EndpointF.ice
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.
|
@@ -9,8 +9,9 @@
|
|
9
9
|
|
10
10
|
#pragma once
|
11
11
|
|
12
|
-
[["cpp:header-ext:h"]]
|
12
|
+
[["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
|
13
13
|
|
14
|
+
["objc:prefix:ICE"]
|
14
15
|
module Ice
|
15
16
|
{
|
16
17
|
|