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

IceBox.ServiceHolder Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
// 
//
// Generated from file `IceBox.ice'
//
// Warning: do not edit this file.
//
// 
//

package IceBox;

public final class ServiceHolder extends Ice.Holder
{
    public
    ServiceHolder()
    {
    }

    public
    ServiceHolder(Service value)
    {
        super(value);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy