summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/objects/JI.cs
blob: e6748c59b59cef2e28bc6be23f0ca0eee06c6c61 (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 objects
    {
        public sealed class JI : Ice.InterfaceByValue
        {
            public JI() : base(Test.JDisp_.ice_staticId())
            {
            }
        }
    }
}