summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/exceptions/EmptyAMDI.cs
blob: 0b47273ac04b4a0a153be81df6102706496ead6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

namespace Ice
{
    namespace exceptions
    {
        namespace AMD
        {
            public sealed class EmptyI : Test.EmptyDisp_
            {
            }
        }
    }
}