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

Ice.Instrumentation.ObserverHolder Maven / Gradle / Ivy

//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
// 
//
// Generated from file `Instrumentation.ice'
//
// Warning: do not edit this file.
//
// 
//

package Ice.Instrumentation;

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

    public
    ObserverHolder(Observer value)
    {
        super(value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy