diff options
Diffstat (limited to 'cs/src/Ice/ReadObjectCallback.cs')
-rw-r--r-- | cs/src/Ice/ReadObjectCallback.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cs/src/Ice/ReadObjectCallback.cs b/cs/src/Ice/ReadObjectCallback.cs deleted file mode 100644 index 22664a2a2c5..00000000000 --- a/cs/src/Ice/ReadObjectCallback.cs +++ /dev/null @@ -1,16 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2007 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. -// -// ********************************************************************** - -namespace Ice -{ - public interface ReadObjectCallback - { - void invoke(Ice.Object obj); - } -} |