summaryrefslogtreecommitdiff
path: root/js/src/Ice/AsyncStatus.js
blob: f4f100f4247078774e67e50cccb09bad4fafc024 (plain)
1
2
3
4
5
6
7
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

const Ice = require("../Ice/ModuleRegistry").Ice;
Ice.AsyncStatus = {Queued: 0, Sent: 1};
module.exports.Ice = Ice;