diff options
Diffstat (limited to 'csharp/test/Ice/exceptions/EmptyI.cs')
-rw-r--r-- | csharp/test/Ice/exceptions/EmptyI.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/csharp/test/Ice/exceptions/EmptyI.cs b/csharp/test/Ice/exceptions/EmptyI.cs new file mode 100644 index 00000000000..67219eddc8c --- /dev/null +++ b/csharp/test/Ice/exceptions/EmptyI.cs @@ -0,0 +1,12 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +public sealed class EmptyI : Test.EmptyDisp_ +{ +} |