Glacier2.SessionPrxHolder Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
//
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
public final class SessionPrxHolder
{
public
SessionPrxHolder()
{
}
public
SessionPrxHolder(SessionPrx value)
{
this.value = value;
}
public SessionPrx value;
}