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
46
|
// **********************************************************************
//
// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
var __M = require("../Ice/ModuleRegistry").Ice.__M;
module.exports.Ice = __M.require(module,
[
"../Ice/Initialize",
"../Ice/Communicator",
"../Ice/HashMap",
"../Ice/Object",
"../Ice/Long",
"../Ice/Logger",
"../Ice/ObjectPrx",
"../Ice/BatchRequestQueue",
"../Ice/Properties",
"../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/ObjectFactory",
"../Ice/Buffer",
"../Ice/ArrayUtil",
"../Ice/UnknownSlicedObject",
"../Ice/Process"
]).Ice;
module.exports.IceMX = require("../Ice/Metrics").IceMX;
module.exports.IceSSL = require("../Ice/EndpointInfo").IceSSL;
|