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

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