1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
const _ModuleRegistry = require("../Ice/ModuleRegistry").Ice._ModuleRegistry;
module.exports.Ice = _ModuleRegistry.require(module,
[
"../Ice/Initialize",
"../Ice/Communicator",
"../Ice/CommunicatorI",
"../Ice/HashMap",
"../Ice/Object",
"../Ice/Value",
"../Ice/Long",
"../Ice/Logger",
"../Ice/LoggerI",
"../Ice/ObjectPrx",
"../Ice/BatchRequestQueue",
"../Ice/Properties",
"../Ice/PropertiesI",
"../Ice/IdentityUtil",
"../Ice/ProcessLogger",
"../Ice/Protocol",
"../Ice/Identity",
"../Ice/Exception",
"../Ice/LocalException",
"../Ice/BuiltinSequences",
"../Ice/StreamHelpers",
"../Ice/Promise",
"../Ice/EndpointTypes",
"../Ice/Locator",
"../Ice/Router",
"../Ice/Version",
"../Ice/Buffer",
"../Ice/ArrayUtil",
"../Ice/UnknownSlicedValue",
"../Ice/Process",
"../Ice/MapUtil",
"../Ice/ToStringMode"
]).Ice;
module.exports.IceMX = require("../Ice/Metrics").IceMX;
module.exports.IceSSL = require("../Ice/EndpointInfo").IceSSL;
|