summaryrefslogtreecommitdiff
path: root/csharp/test/IceGrid/simple/TestI.cs
blob: ee98db8d3e2ec3f16d69e8f5ce76142fb406dd3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

public sealed class TestI : Test.TestIntfDisp_
{
    public override void
    shutdown(Ice.Current current)
    {
        current.adapter.getCommunicator().shutdown();
    }
}