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

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