Glacier2.IdentitySetPrxHolder Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.7
//
//
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
public final class IdentitySetPrxHolder
{
public
IdentitySetPrxHolder()
{
}
public
IdentitySetPrxHolder(IdentitySetPrx value)
{
this.value = value;
}
public IdentitySetPrx value;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy