IcePatch2.LargeFileInfoSeqHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icepatch2 Show documentation
Show all versions of icepatch2 Show documentation
File distribution and patching for Ice
// **********************************************************************
//
// Copyright (c) 2003-2017 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.
//
// **********************************************************************
//
// Ice version 3.6.4
//
//
//
// Generated from file `FileInfo.ice'
//
// Warning: do not edit this file.
//
//
//
package IcePatch2;
public final class LargeFileInfoSeqHolder extends Ice.Holder
{
public
LargeFileInfoSeqHolder()
{
}
public
LargeFileInfoSeqHolder(LargeFileInfo[] value)
{
super(value);
}
}