IceGrid._AMD_Admin_patchApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icegrid-compat Show documentation
Show all versions of icegrid-compat Show documentation
Locate, deploy, and manage Ice servers
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
//
//
// Generated from file `Admin.ice'
//
// Warning: do not edit this file.
//
//
//
package IceGrid;
final class _AMD_Admin_patchApplication extends IceInternal.IncomingAsync implements AMD_Admin_patchApplication
{
public _AMD_Admin_patchApplication(IceInternal.Incoming in)
{
super(in);
}
public void ice_response()
{
this.writeEmptyParams();
this.completed();
}
}