All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zeroc.IceInternal.AsyncStatus Maven / Gradle / Ivy

//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

package com.zeroc.IceInternal;

public class AsyncStatus
{
    public static final int Queued = 0;
    public static final int Sent = 1;
    public static final int InvokeSentCallback = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy