summaryrefslogtreecommitdiff
path: root/js/src/Ice/Ice.js
blob: b6cffe91f608786fd52b7e6585f8dc7ce5264b23 (plain)
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) 2003-2014 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/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;