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.
- checksums.yaml +4 -4
- data/bin/slice2rb +0 -0
- data/ext/Slice.cpp +32 -39
- data/ext/ice/cpp/include/Ice/BasicStream.h +15 -4
- data/ext/ice/cpp/include/Ice/BuiltinSequences.h +2 -2
- data/ext/ice/cpp/include/Ice/Communicator.h +2 -2
- data/ext/ice/cpp/include/Ice/CommunicatorF.h +2 -2
- data/ext/ice/cpp/include/Ice/Connection.h +2 -2
- data/ext/ice/cpp/include/Ice/ConnectionF.h +2 -2
- data/ext/ice/cpp/include/Ice/Current.h +2 -2
- data/ext/ice/cpp/include/Ice/Endpoint.h +2 -2
- data/ext/ice/cpp/include/Ice/EndpointF.h +2 -2
- data/ext/ice/cpp/include/Ice/EndpointTypes.h +2 -2
- data/ext/ice/cpp/include/Ice/FacetMap.h +2 -2
- data/ext/ice/cpp/include/Ice/Identity.h +2 -2
- data/ext/ice/cpp/include/Ice/ImplicitContext.h +2 -2
- data/ext/ice/cpp/include/Ice/ImplicitContextF.h +2 -2
- data/ext/ice/cpp/include/Ice/Instrumentation.h +2 -2
- data/ext/ice/cpp/include/Ice/InstrumentationF.h +2 -2
- data/ext/ice/cpp/include/Ice/LocalException.h +2 -2
- data/ext/ice/cpp/include/Ice/Locator.h +2 -2
- data/ext/ice/cpp/include/Ice/LocatorF.h +2 -2
- data/ext/ice/cpp/include/Ice/Logger.h +2 -2
- data/ext/ice/cpp/include/Ice/LoggerF.h +2 -2
- data/ext/ice/cpp/include/Ice/Metrics.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectAdapter.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectAdapterF.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectFactory.h +2 -2
- data/ext/ice/cpp/include/Ice/ObjectFactoryF.h +2 -2
- data/ext/ice/cpp/include/Ice/Plugin.h +2 -2
- data/ext/ice/cpp/include/Ice/PluginF.h +2 -2
- data/ext/ice/cpp/include/Ice/Process.h +2 -2
- data/ext/ice/cpp/include/Ice/ProcessF.h +2 -2
- data/ext/ice/cpp/include/Ice/Properties.h +2 -2
- data/ext/ice/cpp/include/Ice/PropertiesAdmin.h +2 -2
- data/ext/ice/cpp/include/Ice/PropertiesF.h +2 -2
- data/ext/ice/cpp/include/Ice/RemoteLogger.h +2 -2
- data/ext/ice/cpp/include/Ice/Router.h +2 -2
- data/ext/ice/cpp/include/Ice/RouterF.h +2 -2
- data/ext/ice/cpp/include/Ice/ServantLocator.h +2 -2
- data/ext/ice/cpp/include/Ice/ServantLocatorF.h +2 -2
- data/ext/ice/cpp/include/Ice/SliceChecksumDict.h +2 -2
- data/ext/ice/cpp/include/Ice/SlicedData.h +6 -0
- data/ext/ice/cpp/include/Ice/Version.h +2 -2
- data/ext/ice/cpp/include/IceSSL/ConnectionInfo.h +2 -2
- data/ext/ice/cpp/include/IceSSL/EndpointInfo.h +2 -2
- data/ext/ice/cpp/include/IceUtil/Config.h +86 -26
- data/ext/ice/cpp/include/IceUtil/IconvStringConverter.h +1 -1
- data/ext/ice/cpp/include/IceUtil/Time.h +3 -2
- data/ext/ice/cpp/include/Slice/PythonUtil.h +1 -1
- data/ext/ice/cpp/include/Slice/RubyUtil.h +1 -1
- data/ext/ice/cpp/include/Slice/Util.h +5 -0
- data/ext/ice/cpp/src/Ice/BuiltinSequences.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Communicator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/CommunicatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Connection.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ConnectionFactory.cpp +57 -42
- data/ext/ice/cpp/src/Ice/ConnectionFactory.h +2 -0
- data/ext/ice/cpp/src/Ice/Current.cpp +2 -2
- data/ext/ice/cpp/src/Ice/DynamicLibrary.cpp +9 -5
- data/ext/ice/cpp/src/Ice/Endpoint.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/EndpointTypes.cpp +2 -2
- data/ext/ice/cpp/src/Ice/FacetMap.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Identity.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContext.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ImplicitContextF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Incoming.cpp +11 -4
- data/ext/ice/cpp/src/Ice/Instance.cpp +4 -2
- data/ext/ice/cpp/src/Ice/Instrumentation.cpp +2 -2
- data/ext/ice/cpp/src/Ice/InstrumentationF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/InstrumentationI.cpp +1 -3
- data/ext/ice/cpp/src/Ice/LocalException.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Locator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Logger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LoggerF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/LoggerI.cpp +94 -5
- data/ext/ice/cpp/src/Ice/LoggerI.h +7 -1
- data/ext/ice/cpp/src/Ice/Metrics.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Network.cpp +23 -7
- data/ext/ice/cpp/src/Ice/Network.h +1 -1
- data/ext/ice/cpp/src/Ice/ObjectAdapter.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectAdapterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectFactory.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ObjectFactoryF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Plugin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PluginF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PluginManagerI.cpp +5 -0
- data/ext/ice/cpp/src/Ice/Process.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ProcessF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/Properties.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesAdmin.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertiesF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/PropertyNames.cpp +4 -3
- data/ext/ice/cpp/src/Ice/PropertyNames.h +1 -1
- data/ext/ice/cpp/src/Ice/RemoteLogger.cpp +2 -2
- data/ext/ice/cpp/src/Ice/RetryQueue.cpp +1 -1
- data/ext/ice/cpp/src/Ice/Router.cpp +2 -2
- data/ext/ice/cpp/src/Ice/RouterF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ServantLocator.cpp +2 -2
- data/ext/ice/cpp/src/Ice/ServantLocatorF.cpp +2 -2
- data/ext/ice/cpp/src/Ice/SliceChecksumDict.cpp +2 -2
- data/ext/ice/cpp/src/Ice/StreamSocket.cpp +19 -3
- data/ext/ice/cpp/src/Ice/Version.cpp +2 -2
- data/ext/ice/cpp/src/Ice/WSConnector.h +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceDiscovery/IceDiscovery.h +2 -2
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.cpp +2 -2
- data/ext/ice/cpp/src/IceLocatorDiscovery/IceLocatorDiscovery.h +2 -2
- data/ext/ice/cpp/src/IceSSL/ConnectionInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/EndpointInfo.cpp +2 -2
- data/ext/ice/cpp/src/IceSSL/OpenSSLEngine.cpp +54 -39
- data/ext/ice/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +5 -8
- data/ext/ice/cpp/src/IceSSL/Util.cpp +155 -4
- data/ext/ice/cpp/src/IceUtil/Cond.cpp +1 -1
- data/ext/ice/cpp/src/IceUtil/FileUtil.cpp +8 -0
- data/ext/ice/cpp/src/IceUtil/FileUtil.h +18 -5
- data/ext/ice/cpp/src/IceUtil/OutputUtil.cpp +5 -5
- data/ext/ice/cpp/src/IceUtil/Time.cpp +25 -17
- data/ext/ice/cpp/src/Slice/JavaUtil.cpp +5 -11
- data/ext/ice/cpp/src/Slice/Preprocessor.cpp +3 -3
- data/ext/ice/cpp/src/Slice/Python.cpp +14 -17
- data/ext/ice/cpp/src/Slice/PythonUtil.cpp +183 -48
- data/ext/ice/cpp/src/Slice/Ruby.cpp +6 -6
- data/ext/ice/cpp/src/Slice/RubyUtil.cpp +0 -10
- data/ext/ice/cpp/src/Slice/Util.cpp +28 -3
- data/ext/ice/mcpp/Makefile +10 -6
- data/ext/ice/mcpp/configed.H +3 -0
- data/ext/ice/mcpp/main.c +2 -2
- data/ext/ice/mcpp/mcpp.gyp +6 -0
- data/ext/ice/mcpp/support.c +1 -1
- data/ext/ice/mcpp/system.H +6 -1
- data/ext/ice/mcpp/system.c +52 -15
- data/ice.gemspec +1 -1
- data/lib/Glacier2/Metrics.rb +1 -1
- data/lib/Glacier2/PermissionsVerifier.rb +1 -1
- data/lib/Glacier2/PermissionsVerifierF.rb +1 -1
- data/lib/Glacier2/Router.rb +1 -1
- data/lib/Glacier2/RouterF.rb +1 -1
- data/lib/Glacier2/SSLInfo.rb +1 -1
- data/lib/Glacier2/Session.rb +1 -1
- data/lib/Ice/BuiltinSequences.rb +1 -1
- data/lib/Ice/Communicator.rb +1 -1
- data/lib/Ice/CommunicatorF.rb +1 -1
- data/lib/Ice/Connection.rb +1 -1
- data/lib/Ice/ConnectionF.rb +1 -1
- data/lib/Ice/Current.rb +1 -1
- data/lib/Ice/Endpoint.rb +1 -1
- data/lib/Ice/EndpointF.rb +1 -1
- data/lib/Ice/EndpointTypes.rb +1 -1
- data/lib/Ice/FacetMap.rb +1 -1
- data/lib/Ice/Identity.rb +1 -1
- data/lib/Ice/ImplicitContext.rb +1 -1
- data/lib/Ice/ImplicitContextF.rb +1 -1
- data/lib/Ice/Instrumentation.rb +1 -1
- data/lib/Ice/InstrumentationF.rb +1 -1
- data/lib/Ice/LocalException.rb +1 -1
- data/lib/Ice/Locator.rb +1 -1
- data/lib/Ice/LocatorF.rb +1 -1
- data/lib/Ice/Logger.rb +1 -1
- data/lib/Ice/LoggerF.rb +1 -1
- data/lib/Ice/Metrics.rb +1 -1
- data/lib/Ice/ObjectAdapterF.rb +1 -1
- data/lib/Ice/ObjectFactory.rb +1 -1
- data/lib/Ice/ObjectFactoryF.rb +1 -1
- data/lib/Ice/Plugin.rb +1 -1
- data/lib/Ice/PluginF.rb +1 -1
- data/lib/Ice/Process.rb +1 -1
- data/lib/Ice/ProcessF.rb +1 -1
- data/lib/Ice/Properties.rb +1 -1
- data/lib/Ice/PropertiesAdmin.rb +1 -1
- data/lib/Ice/PropertiesF.rb +1 -1
- data/lib/Ice/RemoteLogger.rb +1 -1
- data/lib/Ice/Router.rb +1 -1
- data/lib/Ice/RouterF.rb +1 -1
- data/lib/Ice/SliceChecksumDict.rb +1 -1
- data/lib/Ice/Version.rb +1 -1
- data/lib/IceBox/IceBox.rb +1 -1
- data/lib/IceGrid/Admin.rb +1 -1
- data/lib/IceGrid/Descriptor.rb +1 -1
- data/lib/IceGrid/Exception.rb +1 -1
- data/lib/IceGrid/FileParser.rb +1 -1
- data/lib/IceGrid/Locator.rb +1 -1
- data/lib/IceGrid/Observer.rb +1 -1
- data/lib/IceGrid/Query.rb +1 -1
- data/lib/IceGrid/Registry.rb +1 -1
- data/lib/IceGrid/Session.rb +1 -1
- data/lib/IceGrid/UserAccountMapper.rb +1 -1
- data/lib/IcePatch2/FileInfo.rb +1 -1
- data/lib/IcePatch2/FileServer.rb +1 -1
- data/lib/IceStorm/IceStorm.rb +1 -1
- data/lib/IceStorm/Metrics.rb +1 -1
- data/slice/Glacier2/PermissionsVerifier.ice +0 -3
- data/slice/Glacier2/Session.ice +2 -9
- data/slice/Ice/Communicator.ice +3 -3
- data/slice/Ice/ImplicitContext.ice +4 -5
- data/slice/Ice/Instrumentation.ice +26 -26
- data/slice/Ice/LocalException.ice +1 -1
- data/slice/Ice/Locator.ice +5 -3
- data/slice/Ice/Metrics.ice +1 -1
- data/slice/Ice/ObjectFactory.ice +0 -2
- data/slice/Ice/RemoteLogger.ice +32 -32
- data/slice/Ice/Router.ice +3 -0
- data/slice/IceGrid/Session.ice +5 -9
- data/slice/IceLocatorDiscovery/IceLocatorDiscovery.ice +7 -7
- data/slice/IcePatch2/FileServer.ice +28 -34
- metadata +30 -30
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
# if ICE_INT_VERSION % 100 > 50
|
|
46
46
|
# error Beta header file detected
|
|
47
47
|
# endif
|
|
48
|
-
# if ICE_INT_VERSION % 100 <
|
|
48
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
49
49
|
# error Ice patch level mismatch!
|
|
50
50
|
# endif
|
|
51
51
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
# if ICE_INT_VERSION % 100 > 50
|
|
46
46
|
# error Beta header file detected
|
|
47
47
|
# endif
|
|
48
|
-
# if ICE_INT_VERSION % 100 <
|
|
48
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
49
49
|
# error Ice patch level mismatch!
|
|
50
50
|
# endif
|
|
51
51
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
# if ICE_INT_VERSION % 100 > 50
|
|
41
41
|
# error Beta header file detected
|
|
42
42
|
# endif
|
|
43
|
-
# if ICE_INT_VERSION % 100 <
|
|
43
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
44
44
|
# error Ice patch level mismatch!
|
|
45
45
|
# endif
|
|
46
46
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
# if ICE_INT_VERSION % 100 > 50
|
|
44
44
|
# error Beta header file detected
|
|
45
45
|
# endif
|
|
46
|
-
# if ICE_INT_VERSION % 100 <
|
|
46
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
47
47
|
# error Ice patch level mismatch!
|
|
48
48
|
# endif
|
|
49
49
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
# if ICE_INT_VERSION % 100 > 50
|
|
40
40
|
# error Beta header file detected
|
|
41
41
|
# endif
|
|
42
|
-
# if ICE_INT_VERSION % 100 <
|
|
42
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
43
43
|
# error Ice patch level mismatch!
|
|
44
44
|
# endif
|
|
45
45
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
# if ICE_INT_VERSION % 100 > 50
|
|
46
46
|
# error Beta header file detected
|
|
47
47
|
# endif
|
|
48
|
-
# if ICE_INT_VERSION % 100 <
|
|
48
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
49
49
|
# error Ice patch level mismatch!
|
|
50
50
|
# endif
|
|
51
51
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
# if ICE_INT_VERSION % 100 > 50
|
|
46
46
|
# error Beta header file detected
|
|
47
47
|
# endif
|
|
48
|
-
# if ICE_INT_VERSION % 100 <
|
|
48
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
49
49
|
# error Ice patch level mismatch!
|
|
50
50
|
# endif
|
|
51
51
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
# if ICE_INT_VERSION % 100 > 50
|
|
40
40
|
# error Beta header file detected
|
|
41
41
|
# endif
|
|
42
|
-
# if ICE_INT_VERSION % 100 <
|
|
42
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
43
43
|
# error Ice patch level mismatch!
|
|
44
44
|
# endif
|
|
45
45
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
# if ICE_INT_VERSION % 100 > 50
|
|
47
47
|
# error Beta header file detected
|
|
48
48
|
# endif
|
|
49
|
-
# if ICE_INT_VERSION % 100 <
|
|
49
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
50
50
|
# error Ice patch level mismatch!
|
|
51
51
|
# endif
|
|
52
52
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
# if ICE_INT_VERSION % 100 > 50
|
|
45
45
|
# error Beta header file detected
|
|
46
46
|
# endif
|
|
47
|
-
# if ICE_INT_VERSION % 100 <
|
|
47
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
48
48
|
# error Ice patch level mismatch!
|
|
49
49
|
# endif
|
|
50
50
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
# if ICE_INT_VERSION % 100 > 50
|
|
40
40
|
# error Beta header file detected
|
|
41
41
|
# endif
|
|
42
|
-
# if ICE_INT_VERSION % 100 <
|
|
42
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
43
43
|
# error Ice patch level mismatch!
|
|
44
44
|
# endif
|
|
45
45
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
# if ICE_INT_VERSION % 100 > 50
|
|
41
41
|
# error Beta header file detected
|
|
42
42
|
# endif
|
|
43
|
-
# if ICE_INT_VERSION % 100 <
|
|
43
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
44
44
|
# error Ice patch level mismatch!
|
|
45
45
|
# endif
|
|
46
46
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -69,7 +69,13 @@ public:
|
|
|
69
69
|
//
|
|
70
70
|
// Unknown sliced object holds instance of unknown type.
|
|
71
71
|
//
|
|
72
|
+
|
|
73
|
+
#ifdef __IBMCPP__
|
|
74
|
+
// xlC does not handle properly the public/private multiple inheritance from Object
|
|
75
|
+
class ICE_API UnknownSlicedObject : public IceInternal::GCObject
|
|
76
|
+
#else
|
|
72
77
|
class ICE_API UnknownSlicedObject : virtual public Object, private IceInternal::GCObject
|
|
78
|
+
#endif
|
|
73
79
|
{
|
|
74
80
|
public:
|
|
75
81
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
# if ICE_INT_VERSION % 100 > 50
|
|
39
39
|
# error Beta header file detected
|
|
40
40
|
# endif
|
|
41
|
-
# if ICE_INT_VERSION % 100 <
|
|
41
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
42
42
|
# error Ice patch level mismatch!
|
|
43
43
|
# endif
|
|
44
44
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
# if ICE_INT_VERSION % 100 > 50
|
|
42
42
|
# error Beta header file detected
|
|
43
43
|
# endif
|
|
44
|
-
# if ICE_INT_VERSION % 100 <
|
|
44
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
45
45
|
# error Ice patch level mismatch!
|
|
46
46
|
# endif
|
|
47
47
|
#endif
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
//
|
|
8
8
|
// **********************************************************************
|
|
9
9
|
//
|
|
10
|
-
// Ice version 3.6.
|
|
10
|
+
// Ice version 3.6.3
|
|
11
11
|
//
|
|
12
12
|
// <auto-generated>
|
|
13
13
|
//
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
# if ICE_INT_VERSION % 100 > 50
|
|
40
40
|
# error Beta header file detected
|
|
41
41
|
# endif
|
|
42
|
-
# if ICE_INT_VERSION % 100 <
|
|
42
|
+
# if ICE_INT_VERSION % 100 < 3
|
|
43
43
|
# error Ice patch level mismatch!
|
|
44
44
|
# endif
|
|
45
45
|
#endif
|
|
@@ -11,41 +11,90 @@
|
|
|
11
11
|
#define ICE_UTIL_CONFIG_H
|
|
12
12
|
|
|
13
13
|
//
|
|
14
|
-
//
|
|
14
|
+
// Use the system headers as preferred way to detect endianness
|
|
15
|
+
// and fallback to architecture based checks.
|
|
15
16
|
//
|
|
16
|
-
// Most CPUs support only one endianness, with the notable exceptions
|
|
17
|
-
// of Itanium (IA64) and MIPS.
|
|
18
17
|
//
|
|
19
|
-
#
|
|
20
|
-
|
|
18
|
+
#include <stdlib.h>
|
|
19
|
+
|
|
20
|
+
#if defined(__GLIBC__)
|
|
21
|
+
# include <endian.h>
|
|
22
|
+
#elif defined(__APPLE__)
|
|
23
|
+
# include <machine/endian.h>
|
|
24
|
+
#elif defined(__FreeBSD__)
|
|
25
|
+
# include <sys/endian.h>
|
|
21
26
|
#endif
|
|
22
27
|
|
|
23
|
-
#if defined(
|
|
24
|
-
defined(
|
|
25
|
-
|
|
26
|
-
|
|
28
|
+
#if (defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN) && (__BYTE_ORDER == __LITTLE_ENDIAN)) || \
|
|
29
|
+
(defined(_BYTE_ORDER) && defined(_LITTLE_ENDIAN) && (_BYTE_ORDER == _LITTLE_ENDIAN))
|
|
30
|
+
|
|
31
|
+
# define ICE_LITTLE_ENDIAN
|
|
32
|
+
|
|
33
|
+
#elif (defined(__BYTE_ORDER) && defined(__BIG_ENDIAN) && (__BYTE_ORDER == __BIG_ENDIAN)) || \
|
|
34
|
+
(defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && (_BYTE_ORDER == _BIG_ENDIAN))
|
|
35
|
+
|
|
36
|
+
# define ICE_BIG_ENDIAN
|
|
37
|
+
|
|
38
|
+
#elif defined(__i386) || \
|
|
39
|
+
defined(_M_IX86) || \
|
|
40
|
+
defined(__x86_64) || \
|
|
41
|
+
defined(_M_X64) || \
|
|
42
|
+
defined(_M_IA64) || \
|
|
43
|
+
defined(__alpha__) || \
|
|
44
|
+
defined(__ARMEL__) || \
|
|
45
|
+
defined(_M_ARM_FP) || \
|
|
46
|
+
defined(__arm64) || \
|
|
47
|
+
defined(__MIPSEL__)
|
|
48
|
+
|
|
27
49
|
# define ICE_LITTLE_ENDIAN
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
defined(
|
|
50
|
+
|
|
51
|
+
#elif defined(__sparc) || \
|
|
52
|
+
defined(__sparc__) || \
|
|
53
|
+
defined(__hppa) || \
|
|
54
|
+
defined(__ppc__) || \
|
|
55
|
+
defined(__powerpc) || \
|
|
56
|
+
defined(_ARCH_COM) || \
|
|
57
|
+
defined(__MIPSEB__)
|
|
58
|
+
|
|
31
59
|
# define ICE_BIG_ENDIAN
|
|
60
|
+
|
|
32
61
|
#else
|
|
62
|
+
|
|
33
63
|
# error "Unknown architecture"
|
|
64
|
+
|
|
34
65
|
#endif
|
|
35
66
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
#
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
defined(__alpha__) || \
|
|
45
|
-
defined(_WIN64)
|
|
46
|
-
# define ICE_64
|
|
67
|
+
#ifdef _MSC_VER
|
|
68
|
+
|
|
69
|
+
# ifdef _WIN64
|
|
70
|
+
# define ICE_64
|
|
71
|
+
# else
|
|
72
|
+
# define ICE_32
|
|
73
|
+
# endif
|
|
74
|
+
|
|
47
75
|
#else
|
|
48
|
-
|
|
76
|
+
|
|
77
|
+
//
|
|
78
|
+
// Use system headers as preferred way to detect 32 or 64 bit mode and
|
|
79
|
+
// fallback to architecture based checks
|
|
80
|
+
//
|
|
81
|
+
# include <stdint.h>
|
|
82
|
+
|
|
83
|
+
# if defined(__WORDSIZE) && (__WORDSIZE == 64)
|
|
84
|
+
# define ICE_64
|
|
85
|
+
# elif defined(__WORDSIZE) && (__WORDSIZE == 32)
|
|
86
|
+
# define ICE_32
|
|
87
|
+
# elif defined(__sun) && (defined(__sparcv9) || defined(__x86_64)) || \
|
|
88
|
+
defined(__linux) && defined(__x86_64) || \
|
|
89
|
+
defined(__APPLE__) && defined(__x86_64) || \
|
|
90
|
+
defined(__hppa) && defined(__LP64__) || \
|
|
91
|
+
defined(_ARCH_COM) && defined(__64BIT__) || \
|
|
92
|
+
defined(__alpha__) || \
|
|
93
|
+
defined(_WIN64)
|
|
94
|
+
# define ICE_64
|
|
95
|
+
# else
|
|
96
|
+
# define ICE_32
|
|
97
|
+
# endif
|
|
49
98
|
#endif
|
|
50
99
|
|
|
51
100
|
//
|
|
@@ -175,6 +224,17 @@
|
|
|
175
224
|
# include <TargetConditionals.h>
|
|
176
225
|
#endif
|
|
177
226
|
|
|
227
|
+
#if defined(_AIX) && defined(_LARGE_FILES)
|
|
228
|
+
// defines macros such as open that we want to use consistently everywhere
|
|
229
|
+
# include <fcntl.h>
|
|
230
|
+
#endif
|
|
231
|
+
|
|
232
|
+
#ifdef __IBMCPP__
|
|
233
|
+
// TODO: better fix for this warning
|
|
234
|
+
# pragma report(disable, "1540-0198") // private inheritance without private keyword
|
|
235
|
+
#endif
|
|
236
|
+
|
|
237
|
+
|
|
178
238
|
#if !defined(ICE_BUILDING_ICE_UTIL) && defined(ICE_UTIL_API_EXPORTS)
|
|
179
239
|
# define ICE_BUILDING_ICE_UTIL
|
|
180
240
|
#endif
|
|
@@ -239,7 +299,7 @@ typedef long long Int64;
|
|
|
239
299
|
//
|
|
240
300
|
// The Ice version.
|
|
241
301
|
//
|
|
242
|
-
#define ICE_STRING_VERSION "3.6.
|
|
243
|
-
#define ICE_INT_VERSION
|
|
302
|
+
#define ICE_STRING_VERSION "3.6.3" // "A.B.C", with A=major, B=minor, C=patch
|
|
303
|
+
#define ICE_INT_VERSION 30603 // AABBCC, with AA=major, BB=minor, CC=patch
|
|
244
304
|
|
|
245
305
|
#endif
|