summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/objects/F2I.cs
blob: f270d99b5b3a61ef5f8e92f05fbc7a1c01bfc893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

namespace Ice
{
    namespace objects
    {
        public sealed class F2I : Test.F2Disp_
        {
            public F2I()
            {
            }

            override public void op(Ice.Current current)
            {
            }
        }
    }
}