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
data/lib/IceRuby.so
CHANGED
Binary file
|
data/lib/IceStorm.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/IceStorm/IceStorm.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/IceStorm/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,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 <Freeze/Evictor.ice>
|
15
15
|
|
@@ -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
|
module Freeze
|
15
15
|
{
|
data/slice/Freeze/Connection.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,7 +13,7 @@
|
|
13
13
|
#include <Ice/Version.ice>
|
14
14
|
#include <Ice/CommunicatorF.ice>
|
15
15
|
|
16
|
-
[["cpp:header-ext:h"]]
|
16
|
+
[["cpp:header-ext:h", "objc:header-dir:objc"]]
|
17
17
|
|
18
18
|
module Freeze
|
19
19
|
{
|
@@ -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
|
module Freeze
|
15
15
|
{
|
data/slice/Freeze/DB.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
|
/**
|
15
15
|
*
|
data/slice/Freeze/Evictor.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/ObjectAdapterF.ice>
|
15
15
|
#include <Ice/ServantLocator.ice>
|
data/slice/Freeze/EvictorF.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
|
module Freeze
|
15
15
|
{
|
@@ -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/Identity.ice>
|
15
15
|
|
data/slice/Freeze/Exception.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
|
module Freeze
|
15
15
|
{
|
@@ -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
|
module Freeze
|
15
15
|
{
|
@@ -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 <Freeze/Evictor.ice>
|
15
15
|
|
data/slice/Glacier2/Metrics.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,11 +9,12 @@
|
|
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
|
[["cpp:include:Glacier2/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/Metrics.ice>
|
16
16
|
|
17
|
+
["objc:prefix:ICEMX"]
|
17
18
|
module IceMX
|
18
19
|
{
|
19
20
|
|
@@ -37,14 +38,14 @@ class SessionMetrics extends Metrics
|
|
37
38
|
*
|
38
39
|
**/
|
39
40
|
int forwardedServer = 0;
|
40
|
-
|
41
|
+
|
41
42
|
/**
|
42
43
|
*
|
43
44
|
* The size of the routing table.
|
44
|
-
*
|
45
|
+
*
|
45
46
|
**/
|
46
47
|
int routingTableSize = 0;
|
47
|
-
|
48
|
+
|
48
49
|
/**
|
49
50
|
*
|
50
51
|
* Number of client requests queued.
|
@@ -58,7 +59,7 @@ class SessionMetrics extends Metrics
|
|
58
59
|
*
|
59
60
|
**/
|
60
61
|
int queuedServer = 0;
|
61
|
-
|
62
|
+
|
62
63
|
/**
|
63
64
|
*
|
64
65
|
* Number of client requests overridden.
|
@@ -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,11 +9,12 @@
|
|
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
|
[["cpp:include:Glacier2/Config.h"]]
|
14
14
|
|
15
15
|
#include <Glacier2/SSLInfo.ice>
|
16
16
|
|
17
|
+
["objc:prefix:GLACIER2"]
|
17
18
|
module Glacier2
|
18
19
|
{
|
19
20
|
|
@@ -96,7 +97,7 @@ interface SSLPermissionsVerifier
|
|
96
97
|
* @see SSLInfo
|
97
98
|
*
|
98
99
|
**/
|
99
|
-
["nonmutating", "cpp:const", "format:sliced"]
|
100
|
+
["nonmutating", "cpp:const", "format:sliced"]
|
100
101
|
idempotent bool authorize(SSLInfo info, out string reason)
|
101
102
|
throws PermissionDeniedException;
|
102
103
|
};
|
@@ -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:GLACIER2"]
|
14
15
|
module Glacier2
|
15
16
|
{
|
16
17
|
|
data/slice/Glacier2/Router.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", "js:ice-build"]]
|
13
13
|
[["cpp:include:Glacier2/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/Router.ice>
|
@@ -24,6 +24,7 @@
|
|
24
24
|
* security solution that is both non-intrusive and easy to configure.
|
25
25
|
*
|
26
26
|
**/
|
27
|
+
["objc:prefix:GLACIER2"]
|
27
28
|
module Glacier2
|
28
29
|
{
|
29
30
|
|
@@ -52,7 +53,7 @@ interface Router extends Ice::Router
|
|
52
53
|
* This category must be used in the identities of all of the client's
|
53
54
|
* callback objects. This is necessary in order for the router to
|
54
55
|
* forward callback requests to the intended client. If the Glacier2
|
55
|
-
* server endpoints are not set, the returned category is an empty
|
56
|
+
* server endpoints are not set, the returned category is an empty
|
56
57
|
* string.
|
57
58
|
*
|
58
59
|
* @return The category.
|
data/slice/Glacier2/RouterF.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:GLACIER2"]
|
14
15
|
module Glacier2
|
15
16
|
{
|
16
17
|
|
data/slice/Glacier2/SSLInfo.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,11 +9,12 @@
|
|
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
|
[["cpp:include:Glacier2/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/BuiltinSequences.ice>
|
16
16
|
|
17
|
+
["objc:prefix:GLACIER2"]
|
17
18
|
module Glacier2
|
18
19
|
{
|
19
20
|
|
data/slice/Glacier2/Session.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
|
[["cpp:include:Glacier2/Config.h"]]
|
14
14
|
|
15
15
|
#include <Ice/BuiltinSequences.ice>
|
16
16
|
#include <Ice/Identity.ice>
|
17
17
|
#include <Glacier2/SSLInfo.ice>
|
18
18
|
|
19
|
+
["objc:prefix:GLACIER2"]
|
19
20
|
module Glacier2
|
20
21
|
{
|
21
22
|
|
@@ -65,7 +66,7 @@ interface Session
|
|
65
66
|
*
|
66
67
|
* An object for managing the set of identity constraints for specific
|
67
68
|
* parts of object identity on a
|
68
|
-
* {@link Session}.
|
69
|
+
* {@link Session}.
|
69
70
|
*
|
70
71
|
* @see Session
|
71
72
|
* @see SessionControl
|
@@ -98,7 +99,7 @@ interface StringSet
|
|
98
99
|
* Returns a sequence of strings describing the constraints in this
|
99
100
|
* set.
|
100
101
|
*
|
101
|
-
* @return The sequence of strings for this set.
|
102
|
+
* @return The sequence of strings for this set.
|
102
103
|
*
|
103
104
|
**/
|
104
105
|
idempotent Ice::StringSeq get();
|
@@ -107,7 +108,7 @@ interface StringSet
|
|
107
108
|
/**
|
108
109
|
*
|
109
110
|
* An object for managing the set of object identity constraints on a
|
110
|
-
* {@link Session}.
|
111
|
+
* {@link Session}.
|
111
112
|
*
|
112
113
|
* @see Session
|
113
114
|
* @see SessionControl
|
@@ -140,7 +141,7 @@ interface IdentitySet
|
|
140
141
|
* Returns a sequence of identities describing the constraints in this
|
141
142
|
* set.
|
142
143
|
*
|
143
|
-
* @return The sequence of Ice identities for this set.
|
144
|
+
* @return The sequence of Ice identities for this set.
|
144
145
|
*
|
145
146
|
**/
|
146
147
|
idempotent Ice::IdentitySeq get();
|
@@ -159,7 +160,7 @@ interface SessionControl
|
|
159
160
|
/**
|
160
161
|
*
|
161
162
|
* Access the object that manages the allowable categories
|
162
|
-
* for object identities for this session.
|
163
|
+
* for object identities for this session.
|
163
164
|
*
|
164
165
|
* @return A StringSet object.
|
165
166
|
*
|
@@ -169,7 +170,7 @@ interface SessionControl
|
|
169
170
|
/**
|
170
171
|
*
|
171
172
|
* Access the object that manages the allowable adapter identities
|
172
|
-
* for objects for this session.
|
173
|
+
* for objects for this session.
|
173
174
|
*
|
174
175
|
* @return A StringSet object.
|
175
176
|
*
|
@@ -179,7 +180,7 @@ interface SessionControl
|
|
179
180
|
/**
|
180
181
|
*
|
181
182
|
* Access the object that manages the allowable object identities
|
182
|
-
* for this session.
|
183
|
+
* for this session.
|
183
184
|
*
|
184
185
|
* @return An IdentitySet object.
|
185
186
|
*
|
@@ -194,7 +195,7 @@ interface SessionControl
|
|
194
195
|
*
|
195
196
|
**/
|
196
197
|
idempotent int getSessionTimeout();
|
197
|
-
|
198
|
+
|
198
199
|
/**
|
199
200
|
*
|
200
201
|
* Destroy the associated session.
|
@@ -264,7 +265,7 @@ interface SSLSessionManager
|
|
264
265
|
* cannot be created.
|
265
266
|
*
|
266
267
|
**/
|
267
|
-
["format:sliced"]
|
268
|
+
["format:sliced"]
|
268
269
|
Session* create(SSLInfo info, SessionControl* control)
|
269
270
|
throws CannotCreateSessionException;
|
270
271
|
};
|