Glacier2.Callback_Session_destroy Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
//
//
// Generated from file `Session.ice'
//
// Warning: do not edit this file.
//
//
//
package Glacier2;
/**
* Destroy the session. This is called automatically when the router is destroyed.
*
**/
public abstract class Callback_Session_destroy extends Ice.OnewayCallback
{
}